Get a list of Observation objects.

### Available end points:

- `/observations/` - Will list all Results in the database
- `/observations.json` - Will return all Results in json format. This can
also be achieved by using the accept header. `application/json`
- `/observations/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `status`
- `result_field`
- `discoveryKeywords`
- `updateFrequency`
- `nonGeographicFlag`
- `publicationState`
- `permissions`

### How to use filters:

These filters can be used like django query filters using __ for related model relationships.

- `/observations/?uuid=d594d53df2612bbd89c2e0e770b5c1a0`
- `/observations/?status=completed`
- `/observations/?results_field__dataPath__startswith=/neodc/esacci`
- `/observations/?discoveryKeywords__name=ESACCI`
- `/observations/?nonGeographicFlag=True`

Filters can be stacked to build an 'AND' relationship. E.g.

- `/observations/?publicationState__in=published,citable&nonGeographicFlag=True`
- `/observations/?publicationState__in=published,citable&discoveryKeyword__name=NDGO0003`

GET /api/v2/observations/?format=api&offset=300
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 10389,
    "next": "https://catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=400",
    "previous": "https://catalogue.ceda.ac.uk/api/v2/observations/?format=api&limit=100&offset=200",
    "results": [
        {
            "ob_id": 3080,
            "uuid": "b855bdb91c94a782c535ed1971ab91b8",
            "title": "Polluted Troposphere TORCH1: University of East Anglia O3 measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains O3 measurements from the University of East Anglia TEI 49 UV absorption O3 analyser.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:31:20",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3081/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/uea-o3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1179977,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/826/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2115/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13796/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3083/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3084,
            "uuid": "e564920d56cf819943e6673913994cb3",
            "title": "Polluted Troposphere TORCH1: University of Leeds OH and H2O Fluorecence Assay Gas Expansion (FAGE) measurments at Writtle College",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains OH and HO2 measurement by the Fluorecence Assay Gas Expansion (FAGE) at Writtle College.",
            "keywords": "Polluted Troposphere, TORCH1, OH, H20, FAGE",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:35:27",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/14310/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/leeds-fage/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 931865,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/827/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/24536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80292/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2118/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55505/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3086/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3090,
            "uuid": "f0cdcbcc196f878915812a6758faf474",
            "title": "Polluted Troposphere TORCH1: University of Leeds Wind, Relative humidity and temperature measurements at Writtle College",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains temperature, relative humididty, wind speed and wind direction measurments taken using Campbell Scientific basic weather station",
            "keywords": "Polluted Troposphere, TORCH1, Wind, Temperature, Humidity",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:36:33",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3091/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/leeds-metsensor",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3459785,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/829/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52651/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2120/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55523/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55526/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3092/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3093,
            "uuid": "ffcc971726cc7de9eda240b89d96265c",
            "title": "Polluted Troposphere TORCH1: University of Leeds OH lifetime measurments at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains OH Lifetime measurement at Writtle.",
            "keywords": "Polluted Troposphere, TORCH1, OH",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:37:10",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3094/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/leeds-oh-lifetime/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 48920,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/830/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69391/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2121/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55512/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3095/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3096,
            "uuid": "3af85fba2b2297595042c3e8f9996d8e",
            "title": "Polluted Troposphere TORCH1: University of Leeds PAN gas chromatograph measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains PAN measurements from a gas chromatograph.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:38:06",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3097/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/leeds-pan-gc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 443134,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/831/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/86916/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2122/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13838/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3099/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3100,
            "uuid": "d42ed3426001da775cd8b18ba071bc56",
            "title": "Polluted Troposphere TORCH1: Univeristy of Leicester filter radiometer j(O1D)-a measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains filter radiometer j(O1D)-a measurements.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:39:26",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3101/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/leic-fr-jo1d-a/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1790364,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/832/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/8812/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55538/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3103/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3104,
            "uuid": "5c052f367e43ee6053e294ddf49dfb53",
            "title": "Polluted Troposphere TORCH1: University of Leicester Temperature measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains temperature measurements using a Rotronic MP103A.",
            "keywords": "Polluted Troposphere, TORCH1, Temperature",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:40:05",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3105/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/leic-temperature/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1300681,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/833/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2128/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55534/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3107/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3108,
            "uuid": "6784531fd89687909bee78f8431d44e7",
            "title": "Polluted Troposphere TORCH1: University of Leicester Spectral Radiometer CH3CHO, CH3COCH3, HCHO-NR, HCHO-R, HONO, NO2 and JO1D measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains CH3CHO, CH3COCH3, HCHO-NR, HCHO-R, HONO, NO2 and JO1D measurements from a spectral radiometer.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:40:49",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3109/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/leic-sr/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 11275863,
                "numberOfFiles": 8,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/834/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90347/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2147/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55531/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3111/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3134,
            "uuid": "8e42c58a2a044dd504c1c2c1923e301d",
            "title": "Polluted Troposphere TORCH1: Methven trajectory model measurements at Reading University computer",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains methven trajectory model measurements at Reading University computer.",
            "keywords": "Polluted Troposphere, TORCH1, Model",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:45:17",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3135/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/trajectories",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 99615943,
                "numberOfFiles": 869,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/841/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/894/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/2823/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2148/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13934/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/3136/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3137,
            "uuid": "7bbce9d6838983e59ee7ea81de48cf19",
            "title": "Polluted Troposphere TORCH1: ECMWF trajectories",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains ECMWF trajectories",
            "keywords": "Polluted Troposphere, TORCH1, Model",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:46:08",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3138/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/trajectories-ecmwf-badc",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 10056014,
                "numberOfFiles": 230,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/842/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/896/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/41999/?format=api"
            ],
            "dataLineage": "Data were produced from the British Atmospheric Data Centre's trajectory service for the TORCH project based on ECMWF operational model output.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2151/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13943/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/3140/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3141,
            "uuid": "177a9bca12087b6cc8caed4bfa95d8da",
            "title": "Polluted Troposphere TORCH1: University of East Anglia Gas Chromatography Negative Ion Chemical Ionisation Mass Spectrometry nitrate measurements  at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains nitrate measurements from the gas chromatography negative ion chemical ionisation mass spectrometer.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:46:50",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3142/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/uea-gc-nici-ms",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 188539,
                "numberOfFiles": 5,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/843/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95600/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2155/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13953/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3144/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3145,
            "uuid": "7bda09a4f2764640e601bd2b56379ca0",
            "title": "Polluted Troposphere TORCH1: University of East Anglia Formaldehyde (HCHO) measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains formaldehyde measurements from a formaldehyde analyser.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:47:24",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3146/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/uea-hcho/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 921429,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/844/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2158/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13963/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3147/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3148,
            "uuid": "631f1a88a560b0b900a84abc652221b0",
            "title": "Polluted Troposphere TORCH1: University of East Anglia Peroxides measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains peroxide measurements from a peroxide analyser.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:47:50",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3149/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/uea-peroxides/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1245027,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/845/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2159/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13971/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3150/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3151,
            "uuid": "90bcb9bbb9251919347b574ea3435903",
            "title": "Polluted Troposphere TORCH1: Univeristy of East Anglia Proton Transfer Reaction mass spectrometer (PTRms) benzene, toluene, acetone and methyl ethyl ketone measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains benzene, toluene, acetone and methyl ethyl ketone measurements from a mass spectrometer.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:48:27",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3152/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/uea-ptrms/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1801445,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/846/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54018/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2160/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13979/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3153/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3154,
            "uuid": "058b402b56e3621fc3e7bd07c6f0f237",
            "title": "Polluted Troposphere TORCH1: University of Manchester/UFAM at Sulphate, Nitrate, Ammonium and organic matter measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains sulphate, nitrate, ammonium and organic matter measurements from the aerodyne aerosol mass spectrometer.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:48:53",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3155/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/umist-ams/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 188185,
                "numberOfFiles": 3,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/847/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/41999/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2161/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55704/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3156/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3157,
            "uuid": "54410c22f842357ba366810caed9354c",
            "title": "Polluted Troposphere TORCH1: University of Manchester/UFAM Grimm Aerosol Optical Particle Counter measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains Grimm optical particle counter measurements.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:49:24",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3158/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/umist-cpc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 117523,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/848/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2162/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/13995/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3159/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3160,
            "uuid": "742a969dcb75c413462854ed38c2ead0",
            "title": "Polluted Troposphere TORCH1: University of Manchester/UFAM Differential Mobility Aerosol Particle Sizer measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains aerosol particle size measurements from the differential mobility aerosol particle sizer . ",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:49:50",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3161/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/umist-dmps/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 5697359,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/849/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2163/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14003/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3162/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3163,
            "uuid": "8e2dbc6ea59758163a14073d91fa76ca",
            "title": "Polluted Troposphere TORCH1: University of Manchester/UFAM Hygroscopicity Tandem aerosol Differential Mobility Analyser measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains hygroscopicity tandem aerosol differential mobility analyser measurements. ",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:50:45",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3164/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/umist-htdma/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 502676,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/850/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2164/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14011/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3166/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3167,
            "uuid": "e319dcf77446740760272f268d22fac1",
            "title": "Polluted Troposphere TORCH1: University of York CO measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains CO measurements from a aerolaser CO analyser.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:51:12",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3168/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/york-aerolaser-co/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1342074,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/851/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88572/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2167/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14025/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3169/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3170,
            "uuid": "b13f26ace93ffbcd078596468bf53725",
            "title": "Polluted Troposphere TORCH1: University of York Dual Column Gas Chromatograph-Flame Ionization Detector 1 (DC-GC-FID1) MHC, O-VOC and DMS measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains NMHC, O-VOC and DMS measurements by dual channel PTV-GC-FID.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:51:36",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3171/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/york-dc-gc-fid1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 179962,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/852/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91960/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2168/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55549/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3172/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3173,
            "uuid": "eeb2ae3c3a9ebe2ab2409bf7cd9aae6f",
            "title": "Polluted Troposphere TORCH1: University of York Dual Column MHC, O-VOC and DMS GC-fid 2 measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains MHC, O-VOC and DMS measurements by dual channel PTV-GC-FID.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:51:56",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3174/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/york-dc-gc-fid2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 245627,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/853/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69140/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2169/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14037/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3175/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3176,
            "uuid": "ec69ed06baf291a9853a260596ab99a6",
            "title": "Polluted Troposphere TORCH1: University of York Dual Column MHC, O-VOC and DMS GC-fid 3 measurments at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains NMHC, O-VOC and DMS measurements by dual channel PTV-GC-FID.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:52:35",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3177/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/york-dc-gc-fid3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 180051,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/854/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83841/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2170/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55548/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3178/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3179,
            "uuid": "cad8c69b90fc0dd6ca62f5e3d19dd37d",
            "title": "Polluted Troposphere TORCH1: University of York 2 Dimensional NMHC and O-VOC GC-fid measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains NMHC and O-VOC measurements by GCXGC.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:53:05",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3180/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/york-gcxgc-fid",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 47480,
                "numberOfFiles": 3,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/855/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100354/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2171/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14057/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3182/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3183,
            "uuid": "a4c7e60280a9dd2ec1d34aae2c7f3df1",
            "title": "Polluted Troposphere TORCH1: Univeristy of Leicester filter radiometer j(NO2) measurements at Writtle College, UK",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 1 took place in July and August 2003 at Writtle College, near Chelmsford, Essex.\r\n\r\nThis dataset contains filter radiometer j(NO2) measurements.",
            "keywords": "Polluted Troposphere, TORCH1, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T18:56:14",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3184/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch1_2003/leic-fr-jno2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1790202,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/856/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/892/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2174/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14344/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3058/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55537/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3185/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3186,
            "uuid": "0ddb1dcc05def74fa5e9e9c2c21f21b3",
            "title": "Polluted Troposphere TORCH2: Vertical wind profile data from the Universities' Facility for Atmospheric Measurement's (UFAM) 1290mhz Degreane Mobile Wind Profiler deployed at the Weybourne Atmospheric Observatory",
            "abstract": "The University of Wales, Aberystwyth, 1290mhz mobile wind profiler - now referred to as the University of Manchester mobile wind profiler, was operated at the Weybourne Atmospheric Observatory during the 2nd field campaign of the Tropospheric ORganic CHemistry Experiment (TORCH) Project. The TORCH project was part of the Natural Environmental Research Council's (NERC) Polluted Troposphere research programme. The field campaign ran from 22nd April to 28th May 2004, during which period the mobile wind profiler obtained vertical profiles of the horizontal and vertical wind components. For each signal beam  profiles of the signal to noise (SNR) ratio and spectral widths were also taken. The data consist of files in the netCDF binary format and plots in PNG format. Data are available to all BADC registered users under the Government Open Data licence.",
            "keywords": "UFAM, NCAS, AMF, radar, wind profiler, boundary layer wind profiler, turbulence, thermals, boundary layer structure, radar wind profiler, Doppler radar, UHF radar, 'Clear' air radar, morning transition, convective boundary layer, mixed layer, entrainment zone, transitional boundary layer, nocturnal boundary layer, lower level jet, nocturnal jet, weather fronts, sting jets",
            "publicationState": "published",
            "dataPublishedTime": "2004-03-15T19:12:19",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3187/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/aber-radar-1290mhz",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 9815905,
                "numberOfFiles": 164,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/857/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/3037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/3038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/3039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83845/?format=api"
            ],
            "dataLineage": "Data were collected by the instrument at Weybourne Atmospheric Observatory in April and May 2004 before processing by the instrument scientist and delivered for archiving at the BADC. \r\n\r\n",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2175/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/11685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/46948/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3188/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3189,
            "uuid": "6c89394eb0a8a3c00fdf33489cec9d4d",
            "title": "Polluted Troposphere TORCH2: University of Leeds OH and H2O Fluorecence Assay Gas Expansion (FAGE) measurments at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains OH and HO2 measurement by the Fluorecence Assay Gas Expansion (FAGE) at Weybourne Atmospheric Observatory",
            "keywords": "Polluted Troposphere, TORCH2, OH, H20, FAGE",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:12:54",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3190/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/leeds-fage/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 742140,
                "numberOfFiles": 3,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/859/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/24536/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2176/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55508/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3191/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3192,
            "uuid": "b0111895307656d831edd429226d2d9b",
            "title": "Polluted Troposphere TORCH2: University of Leeds Wind, Relative humidity and temperature measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains temperature, relative humidity, wind speed and wind direction measurements taken using Campbell Scientific basic weather station.",
            "keywords": "Polluted Troposphere, TORCH2, Wind, Temperature, Humidity",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:13:33",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3193/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/leeds-metsensor/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 2666198,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/861/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52651/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2177/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55527/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55530/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3194/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3195,
            "uuid": "9d827059c54b8e33dd6f7d438267f9f0",
            "title": "Polluted Troposphere TORCH2: University of Leeds OH lifetime measurments at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains OH Lifetime measurement Weybourne Atmospheric Observatory.",
            "keywords": "Polluted Troposphere, TORCH2, OH",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:14:31",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3196/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/leeds-oh-lifetime/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 29828,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/863/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69391/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2178/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55514/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3197/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3198,
            "uuid": "61294eb32798afe5e42ce6160363c4c0",
            "title": "Polluted Troposphere TORCH2: University of Leeds O3 measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis datasets contains O3 measurements using TEI49C UV ozone analyser.",
            "keywords": "Polluted Troposphere, TORCH2, O3",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:15:13",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3199/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/leeds-o3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1259015,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/865/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54018/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2179/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55522/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3200/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3204,
            "uuid": "0fba03e97504faac0c7bde95b91ec366",
            "title": "Polluted Troposphere TORCH2: University of Leicester filter radiometer j(O1D)-a measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains filter radiometer j(O1D)-a measurements.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:16:12",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3205/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/leic-fr-jo1d-a/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1848548,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/869/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2181/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55578/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3206/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3207,
            "uuid": "54e4b2dd1c7e0f609d48dedfa43e1536",
            "title": "Polluted Troposphere TORCH2: University of Leicester PEroxy measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains peroxy measurements from a PEroxy Radical Chemical Amplification.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:16:45",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3208/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/leic-perca/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 900367,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/871/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2182/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55577/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3209/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3210,
            "uuid": "a043fe4fc3a2256914f9aa0acbecb74d",
            "title": "Polluted Troposphere TORCH2: University of Manchester/UFAM at Sulphate, Nitrate, Ammonium and organic matter measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains sulphate, nitrate, ammonium and organic matter measurements from a aerosol mass spectrometer.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:17:09",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3211/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/man-ams/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 592652,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/873/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/61313/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2183/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14135/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3212/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3213,
            "uuid": "1cef5485d0ef7b6809e28bdbf7fe1924",
            "title": "Polluted Troposphere TORCH2: University of Manchester/UFAM Condensation Particle Counter measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains condensation particle counter measurements.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:17:41",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3214/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/man-cpc/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 223852,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/875/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99850/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2184/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14143/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3215/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3216,
            "uuid": "760635e10997481e00e22ae5a1fbb112",
            "title": "Polluted Troposphere TORCH2: University of East Anglia CO measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains CO measurements from a aerolaser.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:18:17",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3217/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/uea-aerolaser-co/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1594146,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted\r\n\r\n"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/877/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/41999/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2185/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14151/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3219/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3220,
            "uuid": "6b72f314409e6d0b0d56f01242f599e0",
            "title": "Polluted Troposphere TORCH2: University of East Anglia Gas Chromatography Negative Ion Chemical Ionisation Mass Spectrometry nitrate measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains gas chromatography negative ion chemical ionisation mass spectrometry nitrate measurements.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:18:56",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3221/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/uea-gc-nici-ms/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 71753,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/879/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2188/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14161/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3222/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3223,
            "uuid": "86fd4d4d8ad5c0b91ed9add50715a5aa",
            "title": "Polluted Troposphere TORCH2: University of East Anglia Formaldehyde (HCHO) measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains formaldehyde (HCHO) measurements.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:19:26",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3224/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/uea-hcho/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1532323,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/881/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2189/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14169/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3225/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3226,
            "uuid": "0da7902e61d08e14590026030be155f5",
            "title": "Polluted Troposphere TORCH2: University of East Anglia condensation nuclei counter measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains condensation nuclei counter measurements.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:20:25",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3227/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/uea-cn/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1594138,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/883/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2190/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14177/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3228/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3229,
            "uuid": "eb00f1550bb17c715df4109149a8070e",
            "title": "Polluted Troposphere TORCH2: University of East Anglia NOx, O3 and NOy measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains NOx, O3 and NOy measurements from the uea-cranox instrument.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:21:01",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3230/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/uea-cranox/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1837445,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/885/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52353/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2191/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14184/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14189/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3231/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3232,
            "uuid": "354fcb89720ad5278a216e02b086c043",
            "title": "Polluted Troposphere TORCH2: University of East Anglia Peroxyacetylnitrate (PAN) measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains peroxyacetylnitrate (PAN) measurements from a GC- ECD.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:21:35",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3233/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/uea-pan/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 47500,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/887/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/51678/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2192/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14193/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3234/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3235,
            "uuid": "8455dff040b64d6e70b8ff897f2a8c60",
            "title": "Polluted Troposphere TORCH2: Univeristy of York: Dual Column Gas Chromatograph-Flame Ionization Detector 1 (DC-GC-FID1) NMHC, O-VOC and DMS measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains NMHC, O-VOC and DMS measurement by dual channel PTV-GC-FID.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:21:59",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3236/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/york-dc-gc-fid1/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 621573,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/889/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91960/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2193/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14201/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3237/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3238,
            "uuid": "a9955ad7782cfefe492c4e2a8c6f7f98",
            "title": "Polluted Troposphere TORCH2: University of York Dual Column GC-fid 2 NMHC, O-VOC and DMS measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains NMHC, O-VOC and DMS measurement by dual channel PTV-GC-FID.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:22:21",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3239/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/york-dc-gc-fid2/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1047763,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/891/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91960/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2194/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14213/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3240/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3241,
            "uuid": "2de7e7241a62535eb07fb663900a8dd1",
            "title": "Polluted Troposphere TORCH2: University of York Dual Column GC-fid 3 NMHC, O-VOC and DMS measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains NMHC, O-VOC and DMS measurements by dual channel PTV-GC-FID.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:22:46",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3242/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/york-dc-gc-fid3/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 586051,
                "numberOfFiles": 2,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/893/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90498/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2195/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14217/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3243/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3247,
            "uuid": "55e55d33eca08e3d82f2982c1672ea8f",
            "title": "Polluted Troposphere TORCH2: University of Leicester CH3CHO, CH3COCH3, H202, HNO3, HONO, NO2, O1D and PAN Spectral Radiometer measurements at Weybourne Atmospheric Observatory",
            "abstract": "Tropospheric ORganic CHemistry Experiment (TORCH) was a Natural Environment Research Council (NERC) Polluted Troposphere Research Programme project (Round 1 - NER/T/S/2002/00145. Duration 2002 - 2005) led by A. Lewis, University of York. TORCH 2 took place in April and May 2004 at Weybourne Atmospheric Observatory, on the north Norfolk coast.\r\n\r\nThis dataset contains measurements of CH3CHO, CH3COCH3, H202, HNO3, HONO, NO2, O1D and PAN from a Spectral Radiometer.",
            "keywords": "Polluted Troposphere, TORCH2, Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-15T19:23:42",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3248/?format=api",
                "dataPath": "/badc/polluted-tropo/data/torch/torch2_2004/leic-sr",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 64068506,
                "numberOfFiles": 90,
                "fileFormat": "Data are NASA Ames formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/897/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/893/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98881/?format=api"
            ],
            "dataLineage": "Data were collected at Writtle College, near Chelmsford, Essex between 27th July - 30th August 2003 and in April and May 2004 at Weybourne Atmospheric Observatory. Data files supplied as is to the BADC by the campaign participants.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2203/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/14345/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/14346/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55621/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3249/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3315,
            "uuid": "7a222739bad13cc3e60b3d615335f2f5",
            "title": "GEDEX: Temperature, Solar irradiance, Cloud and Radiation Budget measurements",
            "abstract": "The objective of the Greenhouse Effect Detection Experiment (GEDEX) was to assemble and document existing data for the analysis of global climate change and to distribute these data to promote further research. Data from GEDEX comprises of a collection of 60+ global climate change datasets assembled on a NASA CD-ROM. Data include surface, upper air and satellite measurements of temperature, solar irradiance, clouds, greenhouse gases, fluxes, albedos, ozone and water vapour plus Southern Oscillation indices and QBO statistics. Specific datasets include the Earth Radiation Budget Experiment (ERBE), the Advanced Very High Resolution Radiometer (AVHRR), the Stratospheric Aerosol and Gas Experiment (SAGE I and II), the TIROS Operational Vertical Sounder (TOVS), Visible Infrared Spin Scan Radiometer (VISSR) and the International Satellite Cloud Climatology Project (ISCCP). Resolution and timespan varies with dataset. This dataset contains temperature, solar irradiance, cloud and radiation budget data.   ",
            "keywords": "GEDEX, Temperature, Solar irradiance, Cloud, Radiation Budget ",
            "publicationState": "published",
            "dataPublishedTime": "2007-02-13T00:05:44",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3316/?format=api",
                "dataPath": "/badc/CDs/gedex/gedex_v1/data",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 393266060,
                "numberOfFiles": 62,
                "fileFormat": "Data are CDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/922/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25923/?format=api"
            ],
            "dataLineage": "Data were obtained from the Earth Radiation Budget Experiment (ERBE), the Advanced Very High Resolution Radiometer (AVHRR), the Stratospheric Aerosol and Gas Experiment (SAGE I and II), the TIROS Operational Vertical Sounder (TOVS), Visible Infrared Spin Scan Radiometer (VISSR) and the International Satellite Cloud Climatology Project (ISCCP). CD-ROM published and obtained from NASA. The Greenhouse Effect Detection Experiment (GEDEX) archive can now be found in the BADC database.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2262/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3280/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3277/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14417/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/3319/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3444,
            "uuid": "c75e4e881517b2ebacd5d0a440dbb9ef",
            "title": "GEDEX: Atmospheric constituent measurements",
            "abstract": "The objective of the Greenhouse Effect Detection Experiment (GEDEX) was to assemble and document existing data for the analysis of global climate change and to distribute these data to promote further research.Data from GEDEX comprises of a collection of 60+ global climate change datasets assembled on a NASA CD-ROM. Data include surface, upper air and satellite measurements of temperature, solar irradiance, clouds, greenhouse gases, fluxes, albedos, ozone and water vapour plus Southern Oscillation indices and QBO statistics. Specific datasets include the Earth Radiation Budget Experiment (ERBE), the Advanced Very High Resolution Radiometer (AVHRR), the Stratospheric Aerosol and Gas Experiment (SAGE I and II), the TIROS Operational Vertical Sounder (TOVS), Visible Infrared Spin Scan Radiometer (VISSR) and the International Satellite Cloud Climatology Project (ISCCP). Resolution and timespan varies with dataset. This dataset contains Atmospheric constituent measurements. ",
            "keywords": "GEDEX, Atmosphere, Aerosols",
            "publicationState": "published",
            "dataPublishedTime": "2007-02-13T16:08:45",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3445/?format=api",
                "dataPath": "/badc/CDs/gedex/gedex_v2/data",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 563704002,
                "numberOfFiles": 29,
                "fileFormat": "Data are CDF formatted\r\n"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/953/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25921/?format=api"
            ],
            "dataLineage": "Data were obtained from the Earth Radiation Budget Experiment (ERBE), the Advanced Very High Resolution Radiometer (AVHRR), the Stratospheric Aerosol and Gas Experiment (SAGE I and II), the TIROS Operational Vertical Sounder (TOVS), Visible Infrared Spin Scan Radiometer (VISSR) and the International Satellite Cloud Climatology Project (ISCCP). CD-ROM published and obtained from NASA. The Greenhouse Effect Detection Experiment (GEDEX) archive can now be found in the BADC database.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2327/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3280/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3277/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14752/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/13987/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3457,
            "uuid": "bf626d5254cb9df807c3ffef170b2331",
            "title": "ECMWF Atmospheric Angular Momentum data (1979-1993)",
            "abstract": "The Effective Atmospheric Angular Momentum (EAAM) is a combined project from the Met Office and the European Centre for Medium Range Weather Forecasting (ECMWF). The data is of 3 angular momentum components of the mass and wind terms at 12 or 24 hourly intervals. The ECMWF data are from 1979-93. The corresponding Met Office Unified Model data cover the period from 1983 to 1997. This dataset is public.",
            "keywords": "EAAM, angular momentum, Met Office",
            "publicationState": "published",
            "dataPublishedTime": "2007-01-05T23:01:27",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3458/?format=api",
                "dataPath": "/badc/ukmo-aam/data/ecmwf",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1160486,
                "numberOfFiles": 10,
                "fileFormat": "Data are ASCII encoded, but refer to documentation on how these are structured"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/3660/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25859/?format=api"
            ],
            "dataLineage": "Data files acquired as is from the International Earth Rotation Service's (IERS) Special Bureau for the Atmosphere (SBA), for archiving at the BADC.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/8605/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/13400/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3456/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/54880/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/3829/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3462,
            "uuid": "435b2bca8107d3636c62fbc6b92f6b68",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Meteorological Particle Sensor Data, Sparsholt College Site",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Meteorological Particle Sensor between 2004 and 2007. During this time the particle sensor was at Sparsholt College, Hampshire, after which it was re-located to Chilbolton. The dataset contains measurements of the size of individual particulates including rain, snow, and hail, as well as estimates of drizzle, total rainfall and liquid water content.",
            "keywords": "CFARR, Chilbolton, meteorology, particle",
            "publicationState": "published",
            "dataPublishedTime": "2003-11-09T13:12:01",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3463/?format=api",
                "dataPath": "/badc/chilbolton/data/mps_sparsholt",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3491008737,
                "numberOfFiles": 784,
                "fileFormat": "Data are netCDF formatted.\r\n\r\n"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/957/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94356/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94421/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2339/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41898/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3467/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3468,
            "uuid": "20e16263088c1fe2d765bc508f1794c7",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Meteorological Particle Sensor Data, Chilbolton Site",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Meteorological Particle Sensor from 2009 to present. During this time the particle sensor was at Chilbolton, Hampshire, whilst previously it had been positioned at Sparsholt College, Hampshire. The dataset contains measurements of the size of individual particulates including rain, snow, and hail, as well as estimates of drizzle, total rainfall and liquid water content.",
            "keywords": "CFARR, Chilbolton, meteorology, particle",
            "publicationState": "published",
            "dataPublishedTime": "2003-11-09T13:06:37",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3469/?format=api",
                "dataPath": "/badc/chilbolton/data/mps_chilbolton",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7626560764,
                "numberOfFiles": 1711,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/959/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100353/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2347/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41508/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41507/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3470/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3471,
            "uuid": "45b25a7c531563f4422afcaeea0f07a7",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Meteorological Sensor Data, Chilbolton Site",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Meteorological Sensor from 2001 to present at Chilbolton, Hampshire. The standard meteorological measurements are made at Chilbolton in support of all experiments at the Observatory. The data are automatically recorded every 10 seconds from a range of different sensors. The dataset contains measurements including temperature, dew point, pressure, wind speed and wind direction.",
            "keywords": "CFARR, Chilbolton, meteorology",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-19T15:14:33",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3472/?format=api",
                "dataPath": "/badc/chilbolton/data/met-sensors_chilbolton",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1487523726,
                "numberOfFiles": 7035,
                "fileFormat": "Data are netCDf formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/961/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82548/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82711/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88184/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88356/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88444/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88464/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88508/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88511/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2348/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/12893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29923/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41943/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3474/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3475,
            "uuid": "8d79edcf552aa076eb1903568aee6b2a",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Meteorological Sensor Data, Sparsholt College Site",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Meteorological Sensor from 2003 to 2007 at Sparsholt College, Hampshire. The standard meteorological measurements were made in support of all experiments at the Chilbolton Observatory. The data are automatically recorded every 10 seconds from a range of different sensors. The dataset contains measurements including temperature, dew point, pressure, wind speed and wind direction.",
            "keywords": "CFARR, Chilbolton, meteorology",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:11:47",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3476/?format=api",
                "dataPath": "/badc/chilbolton/data/met-sensors_sparsholt",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 341096404,
                "numberOfFiles": 1648,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/963/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91637/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91658/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91660/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91692/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2351/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/46113/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3477/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3478,
            "uuid": "a27df2c909dd95ac340a8667eb849408",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR): cloud camera imagery from Chilbolton (2001-2014)",
            "abstract": "Sky images collected by a JVC KYF55-BE digital camera over Chilbolton, Hampshire. The data were collected from 5th of July 1996 to the present.",
            "keywords": "CFARR, cloud camera",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-19T15:06:52",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3479/?format=api",
                "dataPath": "/badc/chilbolton/data/cloud-camera",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 126064954996,
                "numberOfFiles": 2526051,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/965/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2352/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/76289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43169/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3481/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3482,
            "uuid": "614747245770927bbe7565b690945ec3",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Multiple Raingauges Data, Chilbolton Site",
            "abstract": "Data were collected by Chilbolton Facility for Atmospheric and Radio Research (CFARR) Raingauges from 2001 to the present at Chilbolton, Hampshire. The dataset contains measurements of rainfall accumulation as measured by multiple instruments.",
            "keywords": "CFARR, Chilbolton, raingauge, rainfall",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:18:21",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3483/?format=api",
                "dataPath": "/badc/chilbolton/data/multiple-raingauges_chilbolton",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 755873993,
                "numberOfFiles": 7019,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/967/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88711/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89728/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89732/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90184/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90336/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2355/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/12893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29923/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42332/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3485/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3486,
            "uuid": "f1554ab8cc11e77383a8f3279dbe2d5b",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Multiple Raingauges Data, Sparsholt College Site",
            "abstract": "Data were collected by Chilbolton Facility for Atmospheric and Radio Research (CFARR) Raingauges from 1st of July 2004 to the present at Sparsholt College, Hampshire. The dataset contains measurements of rainfall accumulation as measured by multiple instruments.",
            "keywords": "CFARR, Chilbolton, raingauge, rainfall",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:19:05",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3487/?format=api",
                "dataPath": "/badc/chilbolton/data/multiple-raingauges_sparsholt",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 406334581,
                "numberOfFiles": 5643,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/969/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91184/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91276/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2358/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44411/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3488/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3489,
            "uuid": "bf49f0ad8afe1eff425346777c590146",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Drop Counting Raingauge Data, Chilbolton Site",
            "abstract": "Data were collected by Chilbolton Facility for Atmospheric and Radio Research (CFARR) Raingauges from 1st of May 1995 to the present at Chilbolton, Hampshire.\r\n\r\nThe dataset contains measurements of rainfall accumulation as measured by RAL Rapid Response Drop Counting rain gauges.",
            "keywords": "CFARR, rainfall, rain gauge",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:35:48",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3490/?format=api",
                "dataPath": "/badc/chilbolton/data/raingauge_chilbolton",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 431673896,
                "numberOfFiles": 7899,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/971/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82526/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82697/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100163/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2359/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28110/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43604/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3492/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3493,
            "uuid": "e7f22f3c7ca0d900d5bc867a14843cfa",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Drop Counting Raingauge Data, Sparsholt College Site",
            "abstract": "Data were collected by Chilbolton Facility for Atmospheric and Radio Research (CFARR) Raingauges from 15th of March 2002 to the present at Sparsholt College, Hampshire.\r\n\r\nThe dataset contains measurements of rainfall accumulation as measured by RAL Rapid Response Drop Counting rain gauges.",
            "keywords": "CFARR, rainfall, rain gauge",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:36:32",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3494/?format=api",
                "dataPath": "/badc/chilbolton/data/raingauge_sparsholt",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 347087172,
                "numberOfFiles": 6449,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/973/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88356/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96444/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99713/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100637/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100658/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100660/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100697/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100698/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100702/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100711/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100713/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100714/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100718/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100723/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100728/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100732/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/100903/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2362/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44236/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3495/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3496,
            "uuid": "f8d261179d778ef8662ea286d5019d72",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Infra-Red Radiometer Data",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Infra-Red Radiometer from 10th of May 2001 to the present at Chilbolton, Hampshire. The dataset contains measurements for both sky and surface emitted infrared radiation, from 4.5 to 42 µm.",
            "keywords": "CFARR, radiometer, infra red",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:28:20",
            "doiPublishedTime": null,
            "updateFrequency": "monthly",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3497/?format=api",
                "dataPath": "/badc/chilbolton/data/radiometer-infra-red",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 637861264,
                "numberOfFiles": 6211,
                "fileFormat": "Data are netCDf formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/975/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82522/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82714/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88702/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88718/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96714/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96732/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98109/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2363/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/32603/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44498/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3499/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3500,
            "uuid": "5c81db56554e894173ccb95e1ac91887",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Microwave Radiometer Data",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Visible Radiometer from 10th of May 2001 to the present at Chilbolton, Hampshire. The dataset contains measurements of Calibrated brightness temperature measured at 21 frequencies (selectable) between 22.0 and 30.0 GHz, water vapour profile, and integrated water vapour (IWV). Data are produced once every approximately 2 minutes.",
            "keywords": "CFARR, Chilbolton, radiometer, microwave",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:32:45",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3501/?format=api",
                "dataPath": "/badc/chilbolton/data/radiometers-microwave",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 217389807,
                "numberOfFiles": 1713,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/977/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96702/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98836/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2366/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/32603/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42300/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3503/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3504,
            "uuid": "bf70daf01b6257b2475b057029325869",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Visible Radiometer Data",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Visible Radiometer from 10th of May 2001 to the present at Chilbolton, Hampshire.\r\n\r\nThe dataset contains measurements of high accuracy total global, or diffuse sky, solar radiation measurement research on a plane/level surface, for extreme temperature environments.",
            "keywords": "CFARR, Chilbolton, radiometer, visible",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:29:13",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3505/?format=api",
                "dataPath": "/badc/chilbolton/data/radiometer-visible",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 542839350,
                "numberOfFiles": 6180,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/979/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82637/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82697/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82718/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82732/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96444/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96464/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96508/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96522/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96523/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96526/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96527/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96548/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96637/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96658/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96660/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96697/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96698/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96702/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96711/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96713/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96714/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96718/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96723/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96728/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96732/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96878/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2369/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/32603/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43608/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3507/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3508,
            "uuid": "85d0042eb287eacd497e48a0a99499fa",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) South Wonston to Sparsholt 5 km 38 GHz Radio Link Data",
            "abstract": "The Sparsholt College-South Wonston water station radio links data describe signal levels of several links at a frequency of 38 Ghz, which covered a path of 5km from the South Wonston water tower near the A34 to Sparsholt College. The data were collected between October 2002 and April 2005. The radio link between Sparsholt college and the Wonston water tower is used to investigate the effects of rain and sleet on radio signals.",
            "keywords": "CFARR, Chilbolton, radio link, 38 GHz",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:41:53",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3509/?format=api",
                "dataPath": "/badc/chilbolton/data/south-wonston-38ghz",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 622678641,
                "numberOfFiles": 938,
                "fileFormat": "Data are netCDf formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/981/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83052/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2372/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42793/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3511/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3512,
            "uuid": "5ed9f42631e0ba06e0fd6b8f7ebfa8f1",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) South Wonston to Sparsholt 5 km 54 GHz Radio Link Data",
            "abstract": "The Sparsholt College-South Wonston water station radio links data describe signal levels of several links at a frequency of 54 Ghz, which covered a path of 5km from the South Wonston water tower near the A34 to Sparsholt College. The data were collected between October 2002 and April 2005. The radio link between Sparsholt college and the Wonston water tower is used to investigate the effects of rain and sleet on radio signals.",
            "keywords": "CFARR, Chilbolton, radio link, 54 GHz",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:42:32",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3513/?format=api",
                "dataPath": "/badc/chilbolton/data/south-wonston-54ghz",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 588980621,
                "numberOfFiles": 920,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/983/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83052/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2375/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42315/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3515/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3516,
            "uuid": "591b38a985f347d51be615da6ae6ed28",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) South Wonston to Sparsholt 5 km 56 GHz Radio Link Data",
            "abstract": "The Sparsholt College-South Wonston water station radio links data describe signal levels of several links at a frequency of 56 Ghz, which covered a path of 5km from the South Wonston water tower near the A34 to Sparsholt College. The data were collected between October 2002 and April 2005. The radio link between Sparsholt college and the Wonston water tower is used to investigate the effects of rain and sleet on radio signals.",
            "keywords": "CFARR, Chilbolton, radio link, 56 GHz",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T14:43:09",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3517/?format=api",
                "dataPath": "/badc/chilbolton/data/south-wonston-56ghz",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 527815465,
                "numberOfFiles": 841,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/985/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83052/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2378/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42256/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3519/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3520,
            "uuid": "4bdf63d37669853f7783aa993335a45c",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR): sky imagery from the AXIS 2100 Cloud Camera mounted at the Chilbolton Obseratory",
            "abstract": "Data are of sky images collected by an AXIS 2100 digital camera over Chilbolton, Hampshire. The data collected are from 21st of January 2005 to the present and are available in avi movie files and tar files of jpeg images. Images are taken every 15 seconds.",
            "keywords": "CFARR, cloud camera",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-19T14:18:37",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3521/?format=api",
                "dataPath": "/badc/chilbolton/data/camera-axis2100",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 590214662771,
                "numberOfFiles": 7000,
                "fileFormat": "Images are jpeg formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/987/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api"
            ],
            "dataLineage": "Images are automatically collected by the AXIS 2000 camera at the Chilbolton Observatory, Hampshire. The images are then processed movie files by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to CEDA for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2381/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/76288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42022/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3523/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3524,
            "uuid": "506b190cc98778964e8f23fd41407a03",
            "title": "GBS 20.7GHz slant path radio propagation measurements, Chilbolton site",
            "abstract": "The GBS (Global Broadcast Service) dataset is a series of radio attenuation measurements made at three sites in the UK: Chilbolton and Sparsholt, both in southern UK, and Dundee in Scotland. The aim of the experiment was to make long term measurements of the signal strength received from a 20.7GHz beacon on the US Department of Defense satellite UFO-9 at multiple sites, in order to determine whether the use of site diversity as a fade mitigation technique would be effective. The dataset spans a period of 3 years, from August 2003 to August 2006 with signal attenuation sampled once per second. \r\n\r\n\r\nThis dataset is cited in:\r\nS. A. Callaghan,   J. Waight,  J.L.Agnew, C. J. Walden, C.L.Wrench , S. Ventouras “The GBS dataset: measurements of satellite site diversity at 20.7 GHz in the UK”, Geoscience Data Journal, 17 March 2013, DOI: 10.1002/gdj3.2",
            "keywords": "ATMOSPHERICWATERVAPOR ATMOSPHERE ATMOSPHERICWINDS PRECIPITATION ATMOSPHERICTEMPERATURE ATMOSPHERICRADIATION ATMOSPHERICPRESSURE CLOUDS",
            "publicationState": "citable",
            "dataPublishedTime": "2003-09-19T14:25:48",
            "doiPublishedTime": "2011-03-31T23:00:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3525/?format=api",
                "dataPath": "/badc/chilbolton/data/gbs_chilbolton",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 408723287,
                "numberOfFiles": 612,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/989/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/60/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83052/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2385/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44876/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3527/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3528,
            "uuid": "9f7d4c63f8ba5ca0e3ca6ed4a62d6cdf",
            "title": "GBS 20.7GHz slant path radio propagation measurements, Sparsholt site",
            "abstract": "The GBS (Global Broadcast Service) dataset is a series of radio attenuation measurements made at three sites in the UK: Chilbolton and Sparsholt, both in southern UK, and Dundee in Scotland. The aim of the experiment was to make long term measurements of the signal strength received from a 20.7GHz beacon on the US Department of Defense satellite UFO-9 at multiple sites, in order to determine whether the use of site diversity as a fade mitigation technique would be effective. The dataset spans a period of 3 years, from August 2003 to August 2006 with signal attenuation sampled once per second. \r\n\r\n\r\nThis dataset is cited in:\r\nS. A. Callaghan,   J. Waight,  J.L.Agnew, C. J. Walden, C.L.Wrench , S. Ventouras “The GBS dataset: measurements of satellite site diversity at 20.7 GHz in the UK”, Geoscience Data Journal, 17 March 2013, DOI: 10.1002/gdj3.2",
            "keywords": "ATMOSPHERICWATERVAPOR ATMOSPHERE ATMOSPHERICWINDS PRECIPITATION ATMOSPHERICTEMPERATURE ATMOSPHERICRADIATION ATMOSPHERICPRESSURE CLOUDS",
            "publicationState": "citable",
            "dataPublishedTime": "2003-09-20T13:23:47",
            "doiPublishedTime": "2011-03-31T23:00:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3529/?format=api",
                "dataPath": "/badc/chilbolton/data/gbs_sparsholt",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 373259411,
                "numberOfFiles": 558,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/991/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/61/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83052/?format=api"
            ],
            "dataLineage": "Data were prepared by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2389/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44938/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3530/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3531,
            "uuid": "aac5f8246987ea43a68e3396b530d23e",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Disdrometer Data, Chilbolton Site",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Disdrometer from the 1st of April 2003 to the present at Chilbolton, Hampshire. The dataset contains measurements of the drop size distribution of rain.",
            "keywords": "CFARR, disdrometer, rainfall",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-19T15:07:42",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3532/?format=api",
                "dataPath": "/badc/chilbolton/data/disdrometer_chilbolton",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 20161884773,
                "numberOfFiles": 4617,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/993/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98128/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98158/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98164/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98166/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98167/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98168/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98176/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98177/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98178/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98184/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98356/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98444/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98464/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98508/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98522/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98523/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98526/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98527/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98548/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98637/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98658/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98660/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98672/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2390/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/12893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/32603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/29923/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/14993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43250/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3534/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3535,
            "uuid": "b5b96f48a8ea9493fedad621dbc1fc5d",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Disdrometer Data, Sparsholt College Site",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Disdrometer from the 1st of July 2004 to the present at Sparsholt College, Hampshire. The dataset contains measurements of the drop size distribution of rain.",
            "keywords": "CFARR, disdrometer, rainfall",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-20T13:21:43",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3536/?format=api",
                "dataPath": "/badc/chilbolton/data/disdrometer_sparsholt",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13233063384,
                "numberOfFiles": 3031,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/995/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87195/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87198/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87204/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87205/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87208/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87215/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87216/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87218/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87219/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87220/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87221/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87222/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87223/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87224/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87225/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87234/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87236/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87245/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87255/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87258/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87261/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87263/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87264/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87265/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87267/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87270/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87272/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87274/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87275/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87276/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87277/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87278/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87279/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87280/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87282/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87283/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87311/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87312/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87313/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87356/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87444/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87464/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87508/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87522/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87523/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87526/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87527/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87548/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87634/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2393/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/12893/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43388/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3537/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3538,
            "uuid": "fdfe20c537f9162563fac4b797dea44e",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Radiometrics Radiometer Data",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Radiometrics Radiometer from the 23rd of August 2007 to the present at Chilbolton, Hampshire. The dataset contains measurements of the total liquid water at zenith, together with the vertical profile of water vapour density.\r\n\r\nAccuracy of integrated water vapour (IWV) retrieval: ~1 – 2 mm\r\nAccuracy of total liquid water path (LWP) retrieval: ~15% in non-precipitating conditions.",
            "keywords": "CFARR, Chilbolton, radiometer",
            "publicationState": "published",
            "dataPublishedTime": "2003-12-04T14:32:04",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3539/?format=api",
                "dataPath": "/badc/chilbolton/data/radiometer-radiometrics",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1174306436,
                "numberOfFiles": 15757,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/997/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55351/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55356/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81444/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81463/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81464/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81466/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81469/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81471/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81475/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81480/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81484/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81485/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81487/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81488/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81492/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81493/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81496/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81497/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81498/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81499/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81500/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81506/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81508/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81509/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81511/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81519/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81522/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81523/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81525/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81526/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81527/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81528/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81548/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81637/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81658/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81660/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81697/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81698/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81702/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81711/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81713/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81714/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81718/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81723/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81728/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81732/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82124/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82127/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2394/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/32603/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44621/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3541/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3542,
            "uuid": "9f8e2e37fd9198764fd570ac830ccacb",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Vaisala PWD21 Present Weather Detector Data, Sparsholt College Site",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Present Weather Sensor from 28th of January 2005 to the 21st of May 2007 at Sparsholt College, Hampshire. The dataset contains reports of current weather conditions and those over the last hour using both NWS (National Weather Service)and WMO (World Meteorological Organistion) weather codes.",
            "keywords": "CFARR, Chilbolton, present weather, meteorology",
            "publicationState": "published",
            "dataPublishedTime": "2003-02-05T10:27:10",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3543/?format=api",
                "dataPath": "/badc/chilbolton/data/pwd21_sparsholt",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 203173453,
                "numberOfFiles": 656,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/999/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94352/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/94401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101637/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101638/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101650/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101651/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101653/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101655/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101656/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101657/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101658/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101659/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101660/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/101687/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2397/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43095/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3545/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3546,
            "uuid": "bac5f0744143bf5839add650ad32aa4c",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Vaisala PWD21 Present Weather Detector Data, Chilbolton Site",
            "abstract": "Data were collected by the Chilbolton Facility for Atmospheric and Radio Research (CFARR) Present Weather Sensor from 21st of August 2009 to the present at Chilbolton, Hampshire. The dataset contains reports of current weather conditions and those over the last hour using both NWS (National Weather Service) and WMO (World Meteorological Organisation) weather codes.",
            "keywords": "CFARR, Chilbolton, present weather, meteorology",
            "publicationState": "published",
            "dataPublishedTime": "2003-02-05T10:24:18",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3547/?format=api",
                "dataPath": "/badc/chilbolton/data/pwd21_chilbolton",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 609935121,
                "numberOfFiles": 1965,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1001/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/59/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55314/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55315/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55316/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55317/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55318/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55324/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55326/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55327/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55328/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55331/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55335/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55336/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55338/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55339/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55341/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55343/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55344/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55345/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55346/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55347/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55348/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81476/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81479/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81486/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81491/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81652/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/95999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96059/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2400/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/32603/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43501/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43505/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43503/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43504/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3548/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3549,
            "uuid": "488594e874ff1a613d4966ed113f16fc",
            "title": "GBS 20.7GHz slant path radio propagation measurements, Dundee site",
            "abstract": "The GBS (Global Broadcast Service) dataset is a series of radio attenuation measurements made at three sites in the UK: Chilbolton and Sparsholt, both in southern UK, and Dundee in Scotland. The aim of the experiment was to make long term measurements of the signal strength received from a 20.7GHz beacon on the US Department of Defense satellite UFO-9 at multiple sites, in order to determine whether the use of site diversity as a fade mitigation technique would be effective. The dataset spans a period of 3 years, from August 2003 to August 2006 with signal attenuation sampled once per second. \r\n\r\n\r\n\r\nThis dataset is cited in:\r\nS. A. Callaghan,   J. Waight,  J.L.Agnew, C. J. Walden, C.L.Wrench , S. Ventouras “The GBS dataset: measurements of satellite site diversity at 20.7 GHz in the UK”, Geoscience Data Journal, 17 March 2013, DOI: 10.1002/gdj3.2",
            "keywords": "ATMOSPHERICWATERVAPOR ATMOSPHERE ATMOSPHERICWINDS PRECIPITATION ATMOSPHERICTEMPERATURE ATMOSPHERICRADIATION ATMOSPHERICPRESSURE CLOUDS",
            "publicationState": "citable",
            "dataPublishedTime": "2003-04-17T11:31:23",
            "doiPublishedTime": "2012-04-15T23:00:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3550/?format=api",
                "dataPath": "/badc/chilbolton/data/gbs_dundee",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 594006974,
                "numberOfFiles": 856,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1003/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/62/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52640/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52642/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52643/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52647/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52648/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/52649/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/83052/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2402/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44952/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3551/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3552,
            "uuid": "b4709a1a0bd8d3b68e388f0d1864bf4f",
            "title": "ITALSAT radio propagation measurement at 40GHz in the United Kingdom",
            "abstract": "Measurements of tropospheric attenuation (excess and total)   made at Sparsholt in Hampshire, UK using the ITALSAT satellite F1 beacon signal at 40 GHz.",
            "keywords": "CFARR, Chilbolton, radio propagation, 40 GHz",
            "publicationState": "citable",
            "dataPublishedTime": "2012-05-25T12:15:32",
            "doiPublishedTime": "2012-05-27T23:00:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3553/?format=api",
                "dataPath": "/badc/chilbolton/data/italsat/italsat-40ghz-beacon",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1898632948,
                "numberOfFiles": 1372,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1004/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/61/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55387/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2404/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3554/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44845/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3556/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3557,
            "uuid": "4918af56410c6af1890950ae8f3c04ec",
            "title": "ITALSAT radio propagation measurements at 50GHz in the United Kingdom",
            "abstract": "Measurements of troposhperic attenuation (excess and total) made at Sparsholt in Hampshire, UK using the ITALSAT satellite F1 beacon signal at 50 GHz.\r\n\r\nITALSAT F1 (owned and operated by the Italian Space Agency) was in geostationary orbit at 13 degrees east, and it could be seen from the receiving station at an elevation angle of 30 degrees. The received signal was vertically polarised and was sampled once a second. North-south tracking of the satellite with the beacon receiver maintained ~20dB of dynamic range thought of the measurement period. \r\n\r\nThe method applied to remove the nonatmospheric changes of the beacon signal and to establish the reference level from which to measure the excess and total attenuation is described in [Ventouras et.al., Long-term statistics of tropospheric attenuation from the Ka/U band ITALSAT satellite experiment in the United Kingdom, Radio Sci.,41,RS2007,doi:10.1029/2005RS003252]. The accuracy of fade level retrieval is estimated to be ~+/-0.5dB",
            "keywords": "CFARR, Chilbolton, radio propagation, 50 GHz",
            "publicationState": "citable",
            "dataPublishedTime": "2012-05-25T12:27:11",
            "doiPublishedTime": "2012-05-27T23:00:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3558/?format=api",
                "dataPath": "/badc/chilbolton/data/italsat/italsat-50ghz-beacon",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1898632949,
                "numberOfFiles": 1372,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1006/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/61/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55387/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2409/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3559/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44861/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3561/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3562,
            "uuid": "80d969943356f251675039306fc9aaf4",
            "title": "ITALSAT radio propagation measurements at 20GHz in the United Kingdom",
            "abstract": "Measurements of tropospheric attenuation (excess and total) made at Sparsholt in Hampshire, UK using the ITALSAT satellite F1 beacon signal at 20 GHz.",
            "keywords": "CFARR, Chilbolton, radio propagation, 20 GHz",
            "publicationState": "citable",
            "dataPublishedTime": "2012-05-25T11:36:44",
            "doiPublishedTime": "2012-05-27T23:00:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3563/?format=api",
                "dataPath": "/badc/chilbolton/data/italsat/italsat-20ghz-beacon",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 505471837,
                "numberOfFiles": 366,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1008/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/61/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55387/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2415/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3564/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44835/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3566/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3567,
            "uuid": "2680422627c5099234b34bd0f2dff656",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Clear Air ACROBAT Radar Data",
            "abstract": "Data were collected from the 4th of April 2002 to the present by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurement and display of the full Doppler spectrum, and the moments Z, v and w of air.",
            "keywords": "CFARR, radar, meteorology",
            "publicationState": "published",
            "dataPublishedTime": "2006-09-14T08:58:39",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3568/?format=api",
                "dataPath": "/badc/chilbolton/data/radar-acrobat",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 37503990178,
                "numberOfFiles": 48571,
                "fileFormat": "&lt;div property=\"cedacat:formats\"&gt;\r\n&lt;div class=\"formats\"&gt;Data availability and file format&lt;/div&gt;\r\n&lt;p&gt;CAESAR data are stored in either &lt;a href=\"http://badc.nerc.ac.uk/help/formats/netcdf/\"&gt;NetCDF&lt;/a&gt; or &lt;a href=\"http://badc.nerc.ac.uk/help/formats/NASA-Ames/\"&gt;NASA Ames&lt;/a&gt; format.  \r\n&lt;/p&gt;&lt;/div&gt;\r\n\r\n\r\n"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1010/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55291/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55292/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55294/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55295/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55297/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55298/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55299/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55300/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55301/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55302/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55304/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55305/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55307/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55308/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55309/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/55310/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/92247/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2420/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41604/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3571/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3572,
            "uuid": "c0fa766ab84df0b2f47ad68982e5a79f",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) UV Raman Lidar Data",
            "abstract": "Data have been collected from the 4th of April 2002 to the present by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and humidity mixing ratios. Plots of the attenuated backscatter coefficient, and of the humidity mixing ratios, at different heights are also available.",
            "keywords": "CFARR, Chilbolton, Raman lidar, UV",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-14T08:52:55",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3573/?format=api",
                "dataPath": "/badc/chilbolton/data/lidar-uv",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 932709589,
                "numberOfFiles": 733,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1012/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2425/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/46106/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3575/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3576,
            "uuid": "f5a472bf4607f5a0d5269c9643f212fd",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) CAMRa Radar Data",
            "abstract": "Data were collected from the 30th of March 1999 to the 30th of March 2011 by the CAMRa (Chilbolton Advanced Meteorological Radar) at Chilbolton Observatory, Hampshire. The dataset contains measurements of radial component of wind velocity, radar frequency, differential phase shift and unfolded Doppler velocity. Plots are also available of differential phase shift, Doppler velocity, radar reflectivity factor, and linear depolarisation ratio.",
            "keywords": "CFARR, meteorology, radar",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-14T09:00:22",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3577/?format=api",
                "dataPath": "/badc/chilbolton/data/radar-camra",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 252029352921,
                "numberOfFiles": 158289,
                "fileFormat": "Data are NetCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1014/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api"
            ],
            "dataLineage": "Data are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2428/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15123/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/46097/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3579/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3580,
            "uuid": "23c9314a7bad7f66f8217067f3358cb4",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Leosphere EZ Polarization Lidar Data",
            "abstract": "Data were collected from the 14th of February 2009 to the present by the Leosphere EZ polarization lidar at Chilbolton Observatory, Hampshire. The dataset contains plots of the attenuated backscatter coefficient at different heights, and of the depolarization ratio of particles.\r\n\r\nThe dataset contains:\r\n\r\nPlots of the attenuated backscatter coefficient at different heights, and of the depolarization ratio of particles.\r\nAtmospheric backscatter light intensity (raw data)\r\nSolid angle and background calibrated data\r\nVertical backscatter and extinction profile\r\nVertical Aerosol profile\r\nPlanetary Boundary Layer and residual layer heights\r\nSemi-transparent cloud height and top\r\nOptical depth integrated over whole Lidar range\r\nDynamic structure of the atmosphere (e.g gravity waves...)\r\nAsphericity information on the particle in order to discriminate some particles from others (soil dust from other aerosol, ice/water phase of the clouds…)",
            "keywords": "CFARR, lidar, polarisation",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-14T08:50:21",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3581/?format=api",
                "dataPath": "/badc/chilbolton/data/lidar-leosphere",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 24403484727,
                "numberOfFiles": 2909,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1016/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2431/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15130/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15131/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15132/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41541/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3583/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3584,
            "uuid": "55135917dc383579be1cee8d73f09186",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) HALO Photonics Doppler Lidar Data",
            "abstract": "Data were collected from the 1st of November 2006 to the 31st of October 2010 by the HALO photonics Doppler lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements attenuated backscatter coefficients of aerosols within the atmosphere, as well as the radial and Doppler velocity of these particles. Plots of the attenuated backscatter coefficient at different heights, and of the Doppler velocity of particles are also available.",
            "keywords": "ATMOSPHERICWATERVAPOR ATMOSPHERE ATMOSPHERICWINDS PRECIPITATION ATMOSPHERICTEMPERATURE ATMOSPHERICRADIATION ATMOSPHERICPRESSURE CLOUDS",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-14T08:45:11",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3585/?format=api",
                "dataPath": "/badc/chilbolton/data/lidar-doppler-halo",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 29500894888,
                "numberOfFiles": 5163,
                "fileFormat": "Data are stored in NetCDF binary format."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1018/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2433/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42125/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42127/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/42128/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3587/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3588,
            "uuid": "e89eb9130df7817ec22cfd4b8a2ddeea",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Copernicus Doppler Cloud Radar Data",
            "abstract": "Data were collected from the 31st of March 2004 to the 29th of March 2011 by the Copernicus Doppler cloud radar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and a full Doppler spectrum, and moments Z, v, and w.",
            "keywords": "CFARR, Doppler radar, cloud radar",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-14T09:02:30",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3589/?format=api",
                "dataPath": "/badc/chilbolton/data/radar-copernicus",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 162389981661,
                "numberOfFiles": 4383,
                "fileFormat": "Data are netCDF formetted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1020/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2435/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15150/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15151/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15152/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15149/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44241/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3591/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3592,
            "uuid": "bb9abe57099f15b70bf15279770b1e43",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Galileo Cloud Radar Data",
            "abstract": "Data were collected from the 4th of April 2002 to the present by the Ultra-violet Raman lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements of attenuated backscatter coefficients of aerosols within the atmosphere, and a full Doppler spectrum, and moments Z, v, and w.",
            "keywords": "CFARR, radar, cloud radar",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-14T08:56:38",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3593/?format=api",
                "dataPath": "/badc/chilbolton/data/radar-galileo",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 7108550788,
                "numberOfFiles": 1908,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1022/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2438/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15161/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15162/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15163/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43513/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43517/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15165/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15160/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43515/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43516/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3595/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3596,
            "uuid": "b7824e040083c8135bcf4aebeb00c922",
            "title": "905 nm Vaisala CT75K Lidar Ceilometer Data from the Chilbolton Facility for Atmospheric and Radio Research (CFARR) site, Hampshire, England, 1996- 2013",
            "abstract": "The Chilbolton Observatory, Hampshire, have had a Vaisala CT75K lidar ceilometer deployed since 13th September 1996. This dataset contains measurements of the range of first, second, and third cloud base from the lidar and attenuated backscatter coefficients of aerosols within the atmosphere from 1996 to 2013. Plots of the attenuated backscatter coefficient at different heights are also available.\r\n\r\nThe instrument has been regularly calibrated using the method described by O'Connor, Ewan J., Anthony J. Illingworth, Robin J. Hogan, 2004: A Technique for Auto-calibration of Cloud Lidar. J. Atmos. Oceanic Technol., 21, 777–786. doi: http://dx.doi.org/10.1175/1520-0426(2004)021<0777:ATFAOC>2.0.CO;2 . \r\n\r\nPrior to April 2014 this technique had been applied manually, but from 2014 this was automated to provide a routine, automated application of O'Connor et al's calibration technique. This also highlighted an instrument calibration drift not previously spotted in earlier data and so a corrected data have been added to the archive for the following periods (denoted by \"_cor1\" in the filename): 1st July 2003 – 31st December 2003, January 2006 to December 2012 and February and March 2013. Users should see the data quality notes for further details.\r\n\r\nFor post 2013 data please refer to the \"all-years\" dataset.",
            "keywords": "clouds, lidar, ceilometer, infrared, elastic backscattering, precipitation, cloud base",
            "publicationState": "citable",
            "dataPublishedTime": "2003-09-14T08:36:22",
            "doiPublishedTime": "2015-04-20T23:00:00",
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3597/?format=api",
                "dataPath": "/badc/chilbolton/data/lidar-ct75k-1996-2013/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 37936652823,
                "numberOfFiles": 16732,
                "fileFormat": "Data are netCDF formatted\r\n"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/3326/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/92/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1319/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/1320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69800/?format=api"
            ],
            "dataLineage": "Data were recorded continuously by the instrument at the Chilbolton site before post-processing using signals from optically thick strato-cumulus clouds to calibrate according to the method described by O'Connor, Ewan J., Anthony J. Illingworth, Robin J. Hogan, 2004: A Technique for Auto-calibration of Cloud Lidar. J. Atmos. Oceanic Technol., 21, 777–786. doi: http://dx.doi.org/10.1175/1520-0426(2004)021<0777:ATFAOC>2.0.CO;2.  The data were then deposited at the BADC for ingestion into the BADC archives.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/8375/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15175/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15173/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/43452/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3599/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3600,
            "uuid": "e31687d9187eef12a566d5f7eecd129d",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) HALO Photonics Doppler Lidar Raw Data",
            "abstract": "Data were collected from the 12th of September 2006 to the 30th of June 2011 by the HALO photonics Doppler lidar at Chilbolton Observatory, Hampshire. The dataset contains measurements attenuated backscatter coefficients of aerosols within the atmosphere, as well as the radial and Doppler velocity of these particles. Plots of the attenuated backscatter coefficient at different heights, and of the Doppler velocity of particles are also available.",
            "keywords": "CFARR, Doppler lidar, backscatter",
            "publicationState": "published",
            "dataPublishedTime": "2003-09-14T08:47:29",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3601/?format=api",
                "dataPath": "/badc/chilbolton/data/lidar-doppler-halo-raw",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 49941876773,
                "numberOfFiles": 2639,
                "fileFormat": "Data are NetCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1026/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/63/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2444/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3569/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15182/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15185/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15179/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/44113/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3602/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3603,
            "uuid": "d8f637d7cd62db09b2d1720a3117bd23",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Grimm Optical Particle Counter data",
            "abstract": "The Chilbolton Facility for Atmopsheric and Radio Research's aerosol particle concentration measurements are provided by a 164DM environmental dust monitor manufactured by Grimm Aerosol Technik. A Lufft WS500 weather station is incorporated into the instrument to provide co-located meteorological measurements. Alternatively, particle mass concentrations can be produced as PM1, PM2.5 and PM10 measurements. The instrument measures the size and number density of aerosol molecules by using a 0.5m vertical inlet to suck ambient air into a measurement chamber. The scattering of a laser beam transmitted through the chamber is used to deduce size and concentration information. It is operated continuously on the roof of a cabin at a height of 8m above ground at the Chilbolton Observatory site. Measurements are taken every 60s, providinga erosol particle concentration (counts/m3) in 31 size bins in the range 0.265-34.0 um, air temperature, relative humidity, air pressure, wind speed and wind direction. The instrument is calibrated every 18 months by the manufacturer",
            "keywords": "CFARR, particle counter",
            "publicationState": "published",
            "dataPublishedTime": "2013-10-14T15:40:20",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3604/?format=api",
                "dataPath": "/badc/chilbolton/data/grimm",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 392513499,
                "numberOfFiles": 1797,
                "fileFormat": "Data are netCDF formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1028/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/64/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82516/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82520/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88126/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88155/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88156/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88188/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88217/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88266/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88268/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90170/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90325/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90334/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91180/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91262/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91269/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96462/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96474/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96490/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96507/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96518/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96639/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97337/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97342/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97470/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97478/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99354/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99356/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99357/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99358/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99359/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99360/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99361/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99362/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99363/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99365/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99366/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99367/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99368/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99369/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99370/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99372/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99373/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99375/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99376/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99377/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99379/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99380/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99381/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99383/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99385/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99386/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99387/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99389/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99390/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99391/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99392/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99394/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99395/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99396/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99398/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99399/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99400/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99407/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99409/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99413/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99414/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99416/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99417/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99418/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99419/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99420/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99421/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99424/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99429/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99430/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99432/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99433/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99435/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99436/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99439/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99441/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99442/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99443/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99444/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99446/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99447/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99448/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99449/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99452/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99454/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99456/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99460/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/99461/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2445/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15187/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15192/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15186/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15189/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15191/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15193/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15188/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3606/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3607,
            "uuid": "4d1262c57119adbcdb03a46b6ce3ca6a",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) LI-COR LI-7500 Gas Analyser Data",
            "abstract": "Measurements from a LI-COR LI-7500 open path gas analyser operating at infra-red wavelengths deployed at the Chilbolton Facility for Atmospheric and Radio Research site in Chilbolton, Hampshire. The instrument measures the absorption due to carbon dioxide at specific wavelengths along its 0.125m measurement path. Internally-stored calibration data are used to convert these absorption values to a mole concentration for each gas. Carbon dioxde and water vapour mole concentrations from this instrument are also provided with sonic anemomenter data at a 20Hz data acquisition rate for eddy covariance calculations in another CFARR dataset. Measurements are taken at 10s intervals and are archived at this temporal resolution. Data are in netCDF.",
            "keywords": "CFARR, gas analyser",
            "publicationState": "published",
            "dataPublishedTime": "2013-10-15T14:47:11",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3608/?format=api",
                "dataPath": "/badc/chilbolton/data/licor-gas-analyser/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 713088992,
                "numberOfFiles": 2025,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1030/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/64/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/69147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82434/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82445/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82468/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82482/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82483/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82495/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82502/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82521/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82524/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82644/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82702/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82723/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88159/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88169/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88172/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88174/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88303/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88364/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88371/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88450/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88459/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90153/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90190/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90293/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/90965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91129/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91154/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91157/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91171/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/91271/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96411/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96440/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96457/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96465/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96489/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96514/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96645/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/96844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97323/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97330/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97350/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97374/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97422/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97425/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97428/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97431/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97438/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97453/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97529/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97531/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97532/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97533/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97534/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97535/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97537/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97538/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97539/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97540/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97541/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97542/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97544/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97548/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97559/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97560/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97561/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97562/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97565/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97566/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97567/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97568/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97569/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97570/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97571/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97572/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97573/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97574/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97575/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97576/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97578/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97579/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97580/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97581/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97582/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97583/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97584/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97585/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97586/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97587/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97588/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97589/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97590/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97591/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97592/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97593/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97594/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97595/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97596/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97597/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97599/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97600/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97601/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97602/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97603/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97604/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97605/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97606/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97607/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97608/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97609/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97610/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97612/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97613/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97614/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97615/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97616/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97617/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97619/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97620/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97621/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97622/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97623/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97624/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97625/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97626/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97627/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97628/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97629/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97631/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97632/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97633/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97634/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97635/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97636/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/97637/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2448/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15196/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15199/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15202/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15201/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15203/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15200/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15198/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3610/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3611,
            "uuid": "e490cd13d86d832bd2d62f1650d7b265",
            "title": "Chilbolton Facility for Atmospheric and Radio Research (CFARR) Campbell Scientific PWS100 present weather sensor data",
            "abstract": "The Campbell Scientific PWS100 present weather sensor deployed at the Chilbolton Observatory, Hampshire, detects and classifies precipitation by observing the scattering of a laser beam 20 degrees off the forward direction in the horizontal and vertical planes. The detected signals depend on the size, shape, optical properties, concentration and velocity of the particles. The instrument is mounted approximately 10m above ground on the roof of a cabin at the Chilbolton Observatory site. It is operated continuously. Data include: counts as a function of size of hydrometeors in 300 bins from 0.1 to 30.0 mm, the number of hydrometeors in 9 type categories. visibility, air temperature, relative humidity, rainfall rate, rainfall accumulation, average hydrometeor velocity, average hydrometeor size and reports the World Meteorological Organisation (WMO) present weather code for the site. Data are archived as netCDF files.",
            "keywords": "CFARR, meteorology",
            "publicationState": "published",
            "dataPublishedTime": "2013-10-15T15:26:55",
            "doiPublishedTime": null,
            "updateFrequency": "continual",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3612/?format=api",
                "dataPath": "/badc/chilbolton/data/campbell-pws100/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 12247336322,
                "numberOfFiles": 2880,
                "fileFormat": "Data are netCDF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1032/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/64/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22455/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/50512/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/54764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/57536/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82467/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82472/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82473/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82481/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82494/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82510/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82530/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82552/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82563/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82577/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82598/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82618/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82630/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82641/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82646/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82654/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82723/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/82749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/87982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88181/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88183/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88214/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88273/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88281/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88289/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88296/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88306/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88322/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88329/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88332/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88333/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88340/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88349/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88397/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88415/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88451/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88477/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88504/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88660/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88661/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88662/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88663/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88664/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88665/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88666/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88667/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88668/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88669/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88670/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88671/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88672/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88673/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88674/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88675/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88676/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88677/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88678/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88679/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88680/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88681/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88682/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88683/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88684/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88685/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88686/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88687/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88688/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88689/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88690/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88691/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88692/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88693/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88694/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88695/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88696/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88697/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88698/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88699/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88700/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88701/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88702/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88703/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88704/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88705/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88706/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88707/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88708/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88709/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88710/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88711/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88712/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88713/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88714/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88715/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88716/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88717/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88718/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88719/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88720/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88721/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88722/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88723/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88724/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88725/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88726/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88727/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88728/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88729/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88730/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88731/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88732/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88733/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88734/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88735/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88736/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88737/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88738/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88739/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88740/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88741/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88742/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88743/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88744/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88745/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88746/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88747/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88748/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88749/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88750/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88751/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88752/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88753/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88754/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88755/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88756/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88757/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88758/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88759/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88760/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88761/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88762/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88763/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88764/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88765/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88766/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88767/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88768/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88769/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88770/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88771/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88772/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88773/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88774/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88775/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88776/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88777/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88778/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88779/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88781/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88782/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88783/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88784/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88785/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88786/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88787/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88788/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88789/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88790/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88791/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88792/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88793/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88794/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88795/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88797/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88805/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88806/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88807/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88808/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88809/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88810/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88811/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88812/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88813/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88814/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88815/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88816/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88817/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88818/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88819/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88820/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88821/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88822/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88823/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88825/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88826/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88827/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88828/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88829/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88830/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88831/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88832/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88833/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88834/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88835/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88836/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88837/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88838/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88839/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88840/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88841/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88842/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88843/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88844/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88845/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88847/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88848/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88849/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88850/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88851/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88853/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88854/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88855/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88856/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88858/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88860/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88861/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88865/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88867/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88871/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88872/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88873/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88874/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88877/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88878/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88879/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88880/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88881/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88883/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88885/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88886/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88887/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88888/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88889/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88890/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88892/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88894/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88895/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88914/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88915/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88916/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88917/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88918/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88920/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88921/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88922/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88923/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88926/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88932/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88933/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88934/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88935/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88938/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88940/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88941/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88949/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88950/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88951/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88976/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88982/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/88999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89042/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89044/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89050/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89051/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89053/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89054/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89055/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89056/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89057/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89058/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89059/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89060/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89061/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89062/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89063/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89064/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89065/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89066/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89067/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89068/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89069/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89070/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89071/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89072/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89073/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89074/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89076/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89077/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/89118/?format=api"
            ],
            "dataLineage": "Data are collected by 4 radar systems, of which the largest is the 3 GHz Doppler radar (CAMRa), and 4 lidar systems, at Chilbolton Observatory, Hampshire.\r\nData are prepared by Chilbolton Facility for Atmospheric and Radio Research (CFARR) staff prior to submission to BADC for archiving.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2451/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3464/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3461/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/4611/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/7378/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/12893/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/28110/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15207/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15212/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15206/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15209/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15210/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15211/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15213/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15208/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3614/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3616,
            "uuid": "0a65d66a1fcc93d9bedbe3eec0ff3e5a",
            "title": "ERBE: ERBE instrument measurements on aboard the Earth Radiation Budget Satellite (ERBS)",
            "abstract": "This dataset consists of data from the Earth Radiation Budget Experiment (ERBE) instrument on the NASA Earth Radiation Budget Satellite (ERBS), launched from the Space Shuttle Challenger in October 1984 (STS-41G). ERBS was placed into an orbit at 603-km altitude, 57-deg. inclination. \r\n\r\nThe ERBE instrument's main aim was to provide accurate measurements of incoming solar energy and shortwave and longwave radiation reflected or emitted from the Earth back into space. \r\n\r\nThis dataset contains colour images (shortwave/longwave/net radiation, albedo, clear-sky albedo, clear-sky shortwave/longwave/net radiation, and shortwave/longwave/net cloud forcing) from the ERBE instrument, a scanning radiometer on ERBS. \r\n\r\nMonthly average values are included for the time periods during which the scanners were operational.\r\n\r\nThis dataset is public, though NASA noted that this is intended for research purposes and the data has no commercial value.",
            "keywords": "ATMOSPHERICRADIATION ATMOSPHERE",
            "publicationState": "published",
            "dataPublishedTime": "1990-12-10T16:32:00",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3617/?format=api",
                "dataPath": "/badc/CDs/erbe/erbedata/erbs/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 78118804,
                "numberOfFiles": 1055,
                "fileFormat": "Data are GIF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1034/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api"
            ],
            "dataLineage": "Data collected by NASA using the Earth Radiation Budget Satellite (ERBS), processed and prepared by NASA. A copy of the data were then obtained by the BADC to be made available through the BADC archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2457/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3618/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3615/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15228/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15232/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15235/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15227/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15226/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15229/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15230/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15231/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15233/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15234/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/3620/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3621,
            "uuid": "ff76146a93f4e5911c9b05f4e69c069b",
            "title": "ERBE: ERBE instrument measurements on aboard the NOAA-9 satellite",
            "abstract": "This dataset consists of data from the Earth Radiation Budget Experiment (ERBE) instrument on the 9th NOAA Sun-synchronous operational satellites (NOAA-9). NOAA-9 operated at an altitude of 852-km, with an equatorial crossing local time of 1430, having been launched in December 1984. \r\n\r\nThe ERBE instrument's main aim was to provide accurate measurements of incoming solar energy and shortwave and longwave radiation reflected or emitted from the Earth back into space. \r\n\r\nThis dataset contains colour images (shortwave/longwave/net radiation, albedo, clear-sky albedo, clear-sky shortwave/longwave/net radiation, and shortwave/longwave/net cloud forcing) from scanning radiometer on the NOAA-9 satellite. \r\n\r\nMonthly average values are included for the time periods during which the scanners were operational.\r\n\r\nThis dataset is public, though NASA noted that this is intended for research purposes and the data has no commercial value.",
            "keywords": "ERBE, albedo, radiation, cloud forcing",
            "publicationState": "published",
            "dataPublishedTime": "1990-12-10T16:32:36",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3622/?format=api",
                "dataPath": "/badc/CDs/erbe/erbedata/noaa9/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 29447282,
                "numberOfFiles": 327,
                "fileFormat": "Data are GIF formatted\r\n\r\n"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/3270/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api"
            ],
            "dataLineage": "Data collected by NASA using the Earth Radiation Budget Satellite (ERBS), processed and prepared by NASA. A copy of the data were then obtained by the BADC to be made available through the BADC archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2460/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3618/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3615/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15239/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15243/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15246/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15238/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15237/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15240/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15241/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15242/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15244/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15245/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/3624/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3625,
            "uuid": "fd60992df97d87ba8a30e654333c062a",
            "title": "ERBE: ERBE instrument measurements on aboard the NOAA-10 satellite",
            "abstract": "This dataset consists of data from the Earth Radiation Budget Experiment (ERBE) instrument on the 10th NOAA Sun-synchronous operational satellites (NOAA-10). NOAA-10 operated at an altitude of 833-km, with an equatorial crossing local time of 0730, having been launched in November 1986. \r\n\r\nThe ERBE instrument's main aim was to provide accurate measurements of incoming solar energy and shortwave and longwave radiation reflected or emitted from the Earth back into space. \r\n\r\nThis dataset contains colour images (shortwave/longwave/net radiation, albedo, clear-sky albedo, clear-sky shortwave/longwave/net radiation, and shortwave/longwave/net cloud forcing) from scanning radiometer on the NOAA-10 satellite. \r\n\r\nMonthly average values are included for the time periods during which the scanners were operational.\r\n\r\nThis dataset is public, though NASA noted that this is intended for research purposes and the data has no commercial value.",
            "keywords": "ERBE, albedo, radiation, cloud forcing",
            "publicationState": "published",
            "dataPublishedTime": "1990-12-10T16:33:31",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3626/?format=api",
                "dataPath": "/badc/CDs/erbe/erbedata/noaa10/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 38918377,
                "numberOfFiles": 431,
                "fileFormat": "Data are GIF formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/3271/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22796/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25863/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25875/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25892/?format=api"
            ],
            "dataLineage": "Data collected by NASA using the Earth Radiation Budget Satellite (ERBS), processed and prepared by NASA. A copy of the data were then obtained by the BADC to be made available through the BADC archive.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2461/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3618/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3615/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15249/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15253/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15256/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15248/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15247/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15250/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15251/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15252/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15254/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15255/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": "https://catalogue.ceda.ac.uk/api/v2/composites/3628/?format=api",
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2521/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3630,
            "uuid": "46ec749a4f3e312eb75b6f6403e2cd11",
            "title": "ABACUS Work Package 1: Plants Data using plant harvesting equipment in Abisko (Sweden) and Kevo (Finland)",
            "abstract": "The ABACUS (Arctic Biosphere-Atmosphere Coupling at multiple Scales) research project is a major, linked programme of plant and soil studies, atmospheric measurements, aircraft and satellite observations, and modelling, to improve our understanding of the response of the arctic terrestrial biosphere to climate change. The data collected as part of the ABACUS Work Package 1 (Studies on plant allocation and phenology, and respiration-production ratios for major community types (via harvests, root measurement and isotope tracer experiments) includes root measurements and isotope ratios of plants as follows:\r\n\r\nPlant data for WP1 harvest and ingrowth core plots, Abisko (Sweden), 15 Jul 2007 - 08 Aug 2007\r\n- Fine Root Length, Abisko (Sweden), 15 Jul 2007 - 08 Aug 2007\r\n- Leaf and stem C and N, Abisko (Sweden), 15 Jul 2007 - 08 Aug 2007\r\n- Fine Root Length, Kevo (Finland), 01 Jun 2008 - 03 Sep 2008\r\n- Leaf and stem C and N, Kevo (Finland), 01 Jun 2008 - 03 Sep 2008\r\n",
            "keywords": "ABACUS, IPY, Polar, arctic biosphere atmosphere coupling multiple scales, NERC, root, harvests",
            "publicationState": "published",
            "dataPublishedTime": "2013-03-22T19:48:49",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3631/?format=api",
                "dataPath": "/badc/abacus/data/WP1-Plants",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 69115,
                "numberOfFiles": 6,
                "fileFormat": "BADC CSV"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1037/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/65/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80983/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80984/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80985/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80986/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80987/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80988/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80989/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80990/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80991/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80992/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80993/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80994/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80995/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80996/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80997/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80998/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/80999/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81000/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81001/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81002/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81024/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81026/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81030/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81034/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/81038/?format=api"
            ],
            "dataLineage": "ABACUS WP1 Plants data files were submitted as is via FTP by the ABACUS data manager in August/Spetember 2012.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2464/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/8583/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3632/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3629/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15284/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15290/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15287/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15288/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41952/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15286/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/15285/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/54882/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41953/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41954/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41959/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41965/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41968/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/41970/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3635/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3711,
            "uuid": "19a10a2a96d55d689a039f35d646c833",
            "title": "ACSOE OXICOA EASE-96: Ground-based Atmospheric Oxidant Observations from the Mace Head Atmospheric Research Centre",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes. The project had three consortia of UK institutes and universities, each of which focused on a different scientific topic. OXICOA (OXIdising Capacity of the Ocean Atmosphere) was a study of oxidant, radical and related gas-phase chemistry in the clean and moderately polluted marine atmosphere. The Eastern Atlantic Spring/Summer Experiments (EASE 96 and EASE 97) were carried to collect data. The dataset includes measurements of the OH and HO2 radicals, measurements of halogen oxide radicals at Mace Head in conjunction with a survey of potential organic halogen source gases. In EASE 96 the Cranfield Jetstream aircraft was deployed to measure the vertical and horizontal homogeneity of the air mass.",
            "keywords": "ACSOE, OXICOA, EASE, Tropospheric Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-24T21:44:49",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/12797/?format=api",
                "dataPath": "/badc/acsoe/data/ease-96/macehead/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 14288054,
                "numberOfFiles": 368,
                "fileFormat": "The data files are NASA-Ames formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/3455/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/508/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/79737/?format=api"
            ],
            "dataLineage": "Data collected by instruments on Mace Head Atmospheric Research Facility, Ireland. Data acquired by BADC for archiving as programme was underway.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2502/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/12801/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3636/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/48936/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/48937/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17019/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17020/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17021/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17022/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17023/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17025/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17027/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17028/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17029/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17032/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17033/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17035/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17036/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17038/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17037/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17039/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17031/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17040/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17041/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17043/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17046/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17045/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17047/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/17049/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3713/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3754,
            "uuid": "fa3bdb659b2c9caa9ec3c6b931e6c215",
            "title": "ACSOE OXICOA EASE-96: CAS Tropospheric Trajectory Model Data for the Mace Head Atmospheric Research Centre",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) OXIdising Capacity of the Ocean Atmosphere (OXICOA) Eastern Atlantic Spring/Summer Experiment in 1996 (EASE-96) Centre for Atmospheric Science, University of Cambridge (CAS) Trajectory Model Data contains outputs of back trajectory model. The model used historic forecasts from European Centre for Medium-Range Weather Forecasts (ECMWF) to understand the origin and transportation of various atmospheric chemical species measured at he Mace Head Atmospheric Research Centre.",
            "keywords": "ACSOE, OXICOA, EASE, Back Trajectory",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-24T22:19:39",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/12809/?format=api",
                "dataPath": "/badc/acsoe/data/ease-96/macehead-trajectories/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 191413,
                "numberOfFiles": 4,
                "fileFormat": "The data files are NASA-Ames formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/3457/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/508/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data were created by the trajectory model created by the Centre for Atmospheric Science, University of Cambridge using the forecast model data from ECMWF as a part of ACSOE campaign, and were submitted to BADC for archival.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2517/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/12801/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3636/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18008/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18007/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18012/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18075/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18015/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18016/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/50145/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/50144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18013/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18014/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18010/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18011/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18017/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18018/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18019/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/11874/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3758,
            "uuid": "782ed83e690f0583f4f05f43a33f1d20",
            "title": "ACSOE OXICOA EASE-97: Ground-based Atmospheric Oxidant Observations from the Mace Head Atmospheric Research Centre",
            "abstract": "The Atmospheric Chemistry Studies in the Oceanic Environment (ACSOE) was a 5-year Natural Environment Research Council (NERC) programme on tropospheric chemistry coordinated by the University of East Anglia and involving research groups from a number of UK universities and research institutes. The project had three consortia of UK institutes and universities, each of which focused on a different scientific topic. OXICOA (OXIdising Capacity of the Ocean Atmosphere) was a study of oxidant, radical and related gas-phase chemistry in the clean and moderately polluted marine atmosphere. The Eastern Atlantic Spring/Summer Experiments (EASE 96 and EASE 97) were carried to collect data. The dataset includes measurements of the OH and HO2 radicals, measurements of halogen oxide radicals at Mace Head in conjunction with a survey of potential organic halogen source gases. In EASE 96 the Cranfield Jetstream aircraft was deployed to measure the vertical and horizontal homogeneity of the air mass.",
            "keywords": "ACSOE, OXICOA, EASE, Tropospheric Chemistry",
            "publicationState": "published",
            "dataPublishedTime": "2007-03-25T00:30:58",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/12798/?format=api",
                "dataPath": "/badc/acsoe/data/ease-97/macehead/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 45279505,
                "numberOfFiles": 534,
                "fileFormat": "The data files are NASA-Ames formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/3456/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/508/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/2736/?format=api"
            ],
            "dataLineage": "Data collected by instruments on Mace Head Atmospheric Research Facility, Ireland. Data acquired by BADC for archiving as programme was underway.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2520/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/12801/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3636/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18084/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18079/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18078/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18082/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18083/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18148/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18081/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18080/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18085/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18147/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18146/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18086/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18087/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18088/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18089/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18090/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18091/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18092/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18094/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18095/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18097/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18098/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18099/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18101/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18102/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18103/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18104/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18105/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18106/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18107/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18108/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18109/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18110/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18111/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18112/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18113/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18114/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18115/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18116/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18117/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18118/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18119/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18120/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18121/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18122/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18123/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/3760/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3789,
            "uuid": "41ee2e086a3d0473dc7f624cdde44bb8",
            "title": "RAPID: Precipitation, evaporation and run off model outputs from the RACMO2/GR model (1958-2008)",
            "abstract": "\"The Mass balance and freshwater contribution of the Greenland ice sheet: a combined modelling and observational approach\" project, which was a Natural Environment Research Council (NERC) RAPID Climate Change Research Programme project (Joint International Round - NE/C51631X/1 - Duration 1 Jun 2005 - 30 Nov 2008) led Prof Jonathan Bamber of the University of Bristol, with co-investigators at the Nansen Environmental & Remote Sensing Center, Norway, the Royal Netherlands Meteorology Institute and Dr MR van den Broeke, University of Utrecht, Netherlands. \r\n\r\nThe dataset quantifies how, where and when the Greenland ice sheet has fed fresh water through iceberg calving, subglacial melting and meltwater runoff into the surrounding ocean during the last half century.\r\n\r\nThis dataset contains precipitation, evaporation and run off model outputs.\r\n",
            "keywords": "RAPID, Climate change, precipitation, evaporation, run off",
            "publicationState": "published",
            "dataPublishedTime": "2014-09-21T18:00:04",
            "doiPublishedTime": null,
            "updateFrequency": "asNeeded",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3790/?format=api",
                "dataPath": "/badc/rapid/data/VanDenBroeke_Rapid1_JointAO/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 668540535,
                "numberOfFiles": 162,
                "fileFormat": "Data are ASCII formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/5009/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data supplied by Dr MR van den Broeke, University of Utrecht, Netherlands.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2532/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/19141/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3788/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18800/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18798/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18801/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18802/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18803/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18804/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/72009/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18799/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/72458/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/72010/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/19142/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "public",
                    "accessRoles": null,
                    "label": "public: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3812,
            "uuid": "61d8ce84966d326be5dd9d5452e40d67",
            "title": "Met Office Africa-LAM L38 model output (20km resolution - Jan. 2010 - 15th Mar. 2011)",
            "abstract": "The Africa LAM Dataset is a collection of data outputs from a high resolution Numerical Weather Prediction (NWP) Limited Area Model over Africa (the Africa LAM), developed by the Met Office. Data is available for the period 2010 to September 2013. Data covering the period Jan 2010 to mid-March 2011 are from the 20km 38L model configuration while data from mid-March 2011 to 11th September 2013 are higher resolution from the 12km 70L model configuration. This dataset is access restricted to the academic research community only.",
            "keywords": "NWP, Met Office, UM, unified model, Africa-LAM, atmospheric model",
            "publicationState": "published",
            "dataPublishedTime": "2010-11-25T16:35:14",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3813/?format=api",
                "dataPath": "/badc/ukmo-africa-lam/data/20km38lev/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 3386413642870,
                "numberOfFiles": 26341,
                "fileFormat": "Met Office PP file format."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1087/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/67/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data was routinely acquired from the Met Office for the period November 2010 to September 2013 when the Met Office retired the 12km Africa Limited Area Model (LAM).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/8724/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/555/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3811/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18898/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18897/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18896/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/53048/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55426/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/168741/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/3814/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
                    "licenceClassifications": "academic, policy, personal, attribution required, non-commercial, share-alike"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3815,
            "uuid": "b2e6515ddd8572285be58ba18e99ad59",
            "title": "Met Office Africa-LAM L70 model output (12km resolution - 16th Mar. 2011 to 11th Sep. 2013)",
            "abstract": "The Africa LAM Dataset is a collection of data outputs from a high resolution Numerical Weather Prediction (NWP) Limited Area Model over Africa (the Africa LAM), developed by the Met Office. Data is available for the period 2010 to September 2013. Data covering the period Jan 2010 to mid-March 2011 are from the 20km 38L model configuration while data from mid-March 2011 to 11th September 2013 are higher resolution from the 12km 70L model configuration. This dataset is access restricted to the academic research community only.",
            "keywords": "NWP, Met Office, UM, unified model, Africa-LAM, atmospheric model",
            "publicationState": "published",
            "dataPublishedTime": "2011-11-22T11:48:47",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3816/?format=api",
                "dataPath": "/badc/ukmo-africa-lam/data/12km70lev/",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 17328480948708,
                "numberOfFiles": 45227,
                "fileFormat": "Met Office PP file format."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1088/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/68/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [],
            "dataLineage": "Data was routinely acquired from the Met Office for the period November 2010 to September 2013 when the Met Office retired the 12km Africa Limited Area Model (LAM).",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/8725/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/555/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3811/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18913/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/53049/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/55427/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/168742/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/3817/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2667/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
                    "licenceClassifications": "academic, policy, personal, attribution required, non-commercial, share-alike"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3819,
            "uuid": "e0649d752828ebce57dd767283aba846",
            "title": "Weybourne Atmospheric Observatory: Longterm Chemistry measurements 2002-2013",
            "abstract": "Longterm observations (2002-present) of atmospheric chemistry parameters have been made at the Weybourne Atmospheric Observatory (WAO) including ozone, carbon monoxide and dulphur dioxide, oxides of nitrogen and cloud condensation nuclei. WAO  is an NCAS facility and part of the School of Environmental Sciences at the University of East Anglia (UEA). It is situated on the north Norfolk coast and is a world class facility for fundamental research, background atmospheric monitoring and teaching purposes. WAO operates a range of instruments in its measurement programme - the data from which is archived at the BADC. The WAO has also been the focus of many international experiments designed to into the chemistry of the planetary boundary layer and free troposphere.",
            "keywords": "Weybourne Atmospheric Observatory, Chemistry, WAO, AMF",
            "publicationState": "published",
            "dataPublishedTime": "2002-01-01T00:00:00",
            "doiPublishedTime": null,
            "updateFrequency": "",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3820/?format=api",
                "dataPath": "/badc/weybourne/data/chemistry",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 1529909706,
                "numberOfFiles": 341,
                "fileFormat": "Data are NASA Ames formatted."
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1089/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/69/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6133/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6134/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6135/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6136/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6137/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6138/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6139/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6140/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6141/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6142/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6143/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/6144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60899/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60900/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60901/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60902/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60903/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60904/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60905/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60906/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60907/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60909/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/60910/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/98110/?format=api"
            ],
            "dataLineage": "Data is collected at the Weybourne Atmospheric Observatory (WAO), which operates a range of instruments in its measurement programme. After collection, data is processed and formatted by the station manager, then uploaded as is to BADC",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2559/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/12057/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/1412/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3818/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18925/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18930/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18924/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18928/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18931/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18926/?format=api"
            ],
            "procedureAcquisition": "https://catalogue.ceda.ac.uk/api/v2/acquisitions/13171/?format=api",
            "procedureCompositeProcess": null,
            "procedureComputation": null,
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
                    "licenceClassifications": "any, attribution required"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3824,
            "uuid": "1da161969d7eecf05c1e299538f9e534",
            "title": "Can a 'state of the art' chemistry transport model really simulate Amazonian tropospheric chemistry?: High-Resolution Chemistry Model Simulations and Analysis",
            "abstract": "The Quantifying the Amazon Isoprene Budget: Reconciling Top-down versus Bottom-up Emission Estimates project produced a unique high resolution model (GEOS-Chem version v8-03-01 - with modifications) for the Amazon, which simulated isoprene emissions and atmospheric chemistry. Model outputs associated with Barkley et al. publication is available through CEDA-BADC. \r\n\r\nAn evaluation of a nested high-resolution Goddard Earth Observing System (GEOS)-Chem chemistry transport model simulation of tropospheric chemistry over tropical South America is presented. The model has been constrained with two isoprene emission inventories: \r\n\r\n(1) the canopy-scale Model of Emissions of Gases and Aerosols from Nature (MEGAN) and \r\n\r\n(2) a leaf-scale algorithm coupled to the Lund-Potsdam-Jena General Ecosystem Simulator (LPJ-GUESS) dynamic vegetation model, and the model has been run using two different chemical mechanisms that contain alternative treatments of isoprene photo-oxidation. \r\n\r\nThe publication is:\r\nBarkley, M. P., P. I. Palmer, L. Ganzeveld , A. Arneth , D. Hagberg , T. Karl , A. Guenther ,\r\nF. Paulot , P. Wennberg , J. Mao , T. Kurosu , K. Chance , J.-F. Muller, I. De Smedt , M. Van Roozendael , D. Chen , Y. Wang , R. Yantosca, Can a 'state of the art' chemistry transport model really simulate\r\nAmazonian tropospheric chemistry?, J. Geophys. Res., 116, D16302, doi:10.1029/2011JD015893, 2011\r\nThis is a NERC funded project.",
            "keywords": "amazon, isoprene, GEOS-Chem, NERC",
            "publicationState": "published",
            "dataPublishedTime": "2014-09-22T03:33:58",
            "doiPublishedTime": null,
            "updateFrequency": "notPlanned",
            "status": "completed",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3825/?format=api",
                "dataPath": "/badc/nerc-rm2010/data/amazon-isoprene/Barkley.jgr.2011",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 573209619381,
                "numberOfFiles": 51043,
                "fileFormat": "Typically GEOS-Chem binary-punch outputs *.bpch.\r\nOther files are straight binary ending in *.bin.\r\n"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/3707/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/773/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21971/?format=api"
            ],
            "dataLineage": "Data provided as is by M. Barkley in 2014.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2564/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/8653/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/12272/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3823/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18944/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18946/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18947/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18948/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/52437/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18942/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18943/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18945/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/54804/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/14309/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2543/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "registered",
                    "accessRoles": null,
                    "label": "registered: None group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/missing_licence.pdf",
                    "licenceClassifications": "unstated"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3827,
            "uuid": "76c8a9f9c14545fc4fb11e4aceb148e5",
            "title": "ECMWF Operational Orography Data",
            "abstract": "Orography files for the European Centre for Medium-Range Weather Forecasts's (ECMWF) operational forecast model. Archived data are on the 1.125 and 2.5 degree regular longitude-latitude grids, N80 (full) Gaussian grid and Spectral (T106) grid. These files are updated each time the model orography is changed.  For the Operational data (March 1994-present day) there are orography files for the following dates: 1 March 1994, 4 April 1995, 8 September 1996, 10 December 1996, 1 April 1998 and 12 October 1999. The orography for the ERA-15 project was constant so only the start date orography is stored here: i.e. for 1 Jan 1979. The spectral orography file only contains the orography data (surface geopotential). Depending on the age and grid type, the remaining files contain some of the constant fields:  Geopotential (at the surface, orography), Standard deviation of orography, Anisotropy of subgrid scale orography, Angle of subgrid scale orography, Slope of subgrid scale orography, Land/Sea mask, EW component of sub-grid scale orographic variance, NScomponent of sub-grid scale orographic variance, NWSE component of sub-grid scale orographic variance, NESW component of sub-grid scale orographic variance.",
            "keywords": "ECMWF, operational, forecast, analysis, surface, model, Orography Data",
            "publicationState": "published",
            "dataPublishedTime": "2012-05-25T15:09:16",
            "doiPublishedTime": null,
            "updateFrequency": "daily",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3828/?format=api",
                "dataPath": "/badc/ecmwf-op/data/orography",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 13754346,
                "numberOfFiles": 34,
                "fileFormat": "Data are GRIB-1 formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1091/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/20939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26007/?format=api"
            ],
            "dataLineage": "Data extracted from European Centre for Medium-Range Weather Forecasts (ECMWF) MARS system and transfered to BADC daily, 10 days in arrears of production.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2567/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3459/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3826/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18958/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18963/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18957/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18961/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18964/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18960/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18959/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/3829/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2609/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ecmwfop",
                    "label": "restricted: ecmwfop group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf_op_agreement.pdf",
                    "licenceClassifications": "academic"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3830,
            "uuid": "4037507e1b55274a1d38fd09dda4a5fa",
            "title": "ECMWF Operational Gaussian N80 surface gridded data",
            "abstract": "N80 Gaussian gridded surface operational data from 1 March 1994 to present containing the ongoing analyses and forecasts produced by the most recent ECMWF Integrated Forecasting System (IFS) model. The IFS is regularly updated as improvements are made to the model, computing facilities and observations used in data assimilation.",
            "keywords": "ECMWF, operational, forecast, analysis, surface, model, Gaussian, N80",
            "publicationState": "published",
            "dataPublishedTime": "2012-05-25T16:00:19",
            "doiPublishedTime": null,
            "updateFrequency": "daily",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3831/?format=api",
                "dataPath": "/badc/ecmwf-op/data/N80",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 104490051910,
                "numberOfFiles": 58047,
                "fileFormat": "Data are GRIB-1 formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1092/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/20939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26007/?format=api"
            ],
            "dataLineage": "Data extracted from European Centre for Medium-Range Weather Forecasts (ECMWF) MARS system and transfered to BADC daily, 10 days in arrears of production.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2570/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3459/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3826/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18967/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18972/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18966/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18969/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18970/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18971/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18973/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18968/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/3829/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2609/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ecmwfop",
                    "label": "restricted: ecmwfop group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf_op_agreement.pdf",
                    "licenceClassifications": "academic"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        },
        {
            "ob_id": 3832,
            "uuid": "b438b8f015dca65a8995333875feb1bc",
            "title": "ECMWF Operational Regular Gridded Data at 2.5 degrees resolution",
            "abstract": "Daily and monthly regularly gridded operational data at 2.5 degree resolution from 1 March 1994 to present containing the ongoing analyses and forecasts produced by the most recent ECMWF Integrated Forecasting System (IFS) model. The IFS is regularly updated as improvements are made to the model, computing facilities and observations used in data assimilation.",
            "keywords": "ECMWF, operational, forecast, analysis, surface, model",
            "publicationState": "published",
            "dataPublishedTime": "2012-06-01T14:49:52",
            "doiPublishedTime": null,
            "updateFrequency": "daily",
            "status": "ongoing",
            "result_field": {
                "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/3833/?format=api",
                "dataPath": "/badc/ecmwf-op/data/gridded_2.5",
                "oldDataPath": [],
                "storageLocation": "internal",
                "storageStatus": "online",
                "volume": 125213179206,
                "numberOfFiles": 115192,
                "fileFormat": "Data are GRIB-1 formatted"
            },
            "timePeriod": "https://catalogue.ceda.ac.uk/api/v2/times/1093/?format=api",
            "geographicExtent": "https://catalogue.ceda.ac.uk/api/v2/bboxes/1/?format=api",
            "nonGeographicFlag": false,
            "phenomena": [
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13194/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/13197/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/20939/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21780/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21824/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21919/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21955/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/21962/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22320/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22321/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22353/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22355/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22862/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22864/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22866/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22868/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22869/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/22876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23052/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23093/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23096/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23100/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23144/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23257/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23259/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23260/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23401/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23402/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23403/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23404/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23405/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23406/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23408/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23410/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23423/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23543/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23545/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23546/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23547/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23549/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23550/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23551/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23553/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23554/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23555/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23556/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23557/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/23558/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25384/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25393/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25846/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25852/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25857/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25859/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25870/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25876/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25884/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25891/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25908/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25911/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25912/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25927/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25929/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/25956/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26003/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26004/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26005/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26006/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/phenomona/26007/?format=api"
            ],
            "dataLineage": "Data extracted from European Centre for Medium-Range Weather Forecasts (ECMWF) MARS system and transfered to BADC daily, 10 days in arrears of production.",
            "removedDataTime": null,
            "removedDataReason": "",
            "language": "English",
            "identifier_set": [
                "https://catalogue.ceda.ac.uk/api/v2/identifiers/2572/?format=api"
            ],
            "projects": [
                "https://catalogue.ceda.ac.uk/api/v2/projects/3459/?format=api"
            ],
            "observationcollection_set": [
                "https://catalogue.ceda.ac.uk/api/v2/observationcollections/3826/?format=api"
            ],
            "responsiblepartyinfo_set": [
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18975/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18980/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18974/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18977/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18978/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18979/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18981/?format=api",
                "https://catalogue.ceda.ac.uk/api/v2/rpis/18976/?format=api"
            ],
            "procedureAcquisition": null,
            "procedureCompositeProcess": null,
            "procedureComputation": "https://catalogue.ceda.ac.uk/api/v2/computations/3829/?format=api",
            "permissions": [
                {
                    "ob_id": "https://catalogue.ceda.ac.uk/api/v2/observations/2609/?format=api",
                    "useLimitation": null,
                    "accessConstraints": null,
                    "accessCategory": "restricted",
                    "accessRoles": "ecmwfop",
                    "label": "restricted: ecmwfop group",
                    "licenceURL": "https://artefacts.ceda.ac.uk/licences/specific_licences/ecmwf_op_agreement.pdf",
                    "licenceClassifications": "academic"
                }
            ],
            "discoveryKeywords": [
                {
                    "ob_id": 1138,
                    "name": "NDGO0003"
                }
            ]
        }
    ]
}