Get a list of Result objects. Results have a 1:1 mapping with Observations.

### Available end points:

- `/results/` - Will list all Results in the database
- `/results.json` - Will return all Results in json format
- `/results/<object_id>/` - Returns Results object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `dataPath`
- `storageStatus`
- `storageLocation`
- `oldDataPath`
- `fileFormat`
- `observation`

### How to use filters:


`/results/?dataPath=/badc/weybourne/data/co2/`

`/results.json?dataPath=/badc/weybourne/data/co2/`

`/results/?fileFormat__icontains=netCDF`

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

{
    "count": 11555,
    "next": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=7000",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=6800",
    "results": [
        {
            "ob_id": 27959,
            "dataPath": "/badc/faam/data/2019/c174-may-23",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C174 PICASSO flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "f25377d76d7e40faa4a7ad4bd4b2dfe0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27960/?format=api"
            },
            "volume": 1415834706,
            "numberOfFiles": 25,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27961,
            "dataPath": "/badc/faam/data/2019/c175-jun-27",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C175 Instrument Test flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "1c1d8a206af74ad0bc690fe8248f1fe3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27962/?format=api"
            },
            "volume": 4586497375,
            "numberOfFiles": 44,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27963,
            "dataPath": "/badc/faam/data/2019/c176-jul-02",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C176 Instrument Test flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "314ea4e4f46b457aa2a294a9d2cc6c68",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27964/?format=api"
            },
            "volume": 4231202702,
            "numberOfFiles": 32,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27965,
            "dataPath": "/badc/faam/data/2019/c177-jul-03",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C177 Instrument Test flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "1b068cd808fe421eb5495f5bd37927a9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27966/?format=api"
            },
            "volume": 5178630247,
            "numberOfFiles": 34,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27967,
            "dataPath": "/badc/faam/data/2019/c178-jul-10",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C178 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "75405457547449358421612ab4a525b5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27968/?format=api"
            },
            "volume": 5170981892,
            "numberOfFiles": 47,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27969,
            "dataPath": "/badc/faam/data/2019/c179-jul-11",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C179 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "85fe4ca13a954e90b2721514bca9b585",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27970/?format=api"
            },
            "volume": 4370899992,
            "numberOfFiles": 47,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27971,
            "dataPath": "/badc/faam/data/2019/c180-jul-11",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C180 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "8a82aaba174049ba8a07dea6ac5c79ab",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27972/?format=api"
            },
            "volume": 3777739523,
            "numberOfFiles": 42,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27973,
            "dataPath": "/badc/faam/data/2019/c181-jul-12",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C181 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "c094e21ea1654031925d6e5303480479",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27974/?format=api"
            },
            "volume": 5562235342,
            "numberOfFiles": 51,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27975,
            "dataPath": "/badc/faam/data/2019/c182-jul-12",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C182 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "83bd28767d374187a4258124464570df",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27976/?format=api"
            },
            "volume": 3754213229,
            "numberOfFiles": 43,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27977,
            "dataPath": "/badc/faam/data/2019/c183-jul-13",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C183 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "8bb0a2aa7a2746b2a9f4b57c80c345ea",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27978/?format=api"
            },
            "volume": 5666523694,
            "numberOfFiles": 50,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27979,
            "dataPath": "/badc/faam/data/2019/c184-jul-15",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C184 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "824c98ae74ab4c79b6c2b8d4ea583dce",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27980/?format=api"
            },
            "volume": 4385975944,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27981,
            "dataPath": "/badc/faam/data/2019/c185-jul-15",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C185 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "5ed6581711314d108ef8f0644040cdfc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27982/?format=api"
            },
            "volume": 2963606069,
            "numberOfFiles": 43,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27983,
            "dataPath": "/badc/faam/data/2019/c186-jul-16",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C186 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "4cd62976b41c49f3bb4cb2c10daed401",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27984/?format=api"
            },
            "volume": 4991618106,
            "numberOfFiles": 51,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27985,
            "dataPath": "/badc/faam/data/2019/c187-jul-16",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C187 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "b7b277ca5e364e47bc66ef681663f788",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27986/?format=api"
            },
            "volume": 3530845260,
            "numberOfFiles": 43,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27987,
            "dataPath": "/badc/faam/data/2019/c188-jul-17",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C188 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "8a95ecc333514201bca76da92464db3d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27988/?format=api"
            },
            "volume": 5128545719,
            "numberOfFiles": 47,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27989,
            "dataPath": "/badc/faam/data/2019/c189-jul-17",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C189 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "2541e8e1b8224b748f7275ca3c6b933e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27990/?format=api"
            },
            "volume": 4104630696,
            "numberOfFiles": 47,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27991,
            "dataPath": "/badc/faam/data/2019/c190-jul-18",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C190 ACRUISE flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "6ca616299afa400dbfad4252c58ddf0d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27992/?format=api"
            },
            "volume": 5131718252,
            "numberOfFiles": 47,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27993,
            "dataPath": "/badc/faam/data/2019/c191-jul-29",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C191 MOYA-Arctic flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "ccbdc006a543410d883c8dac7264fe34",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27994/?format=api"
            },
            "volume": 4429103579,
            "numberOfFiles": 34,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27995,
            "dataPath": "/badc/faam/data/2019/c192-jul-29",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C192 MOYA-Arctic flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "aace74ffb762485ca446c6339c626e4d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27996/?format=api"
            },
            "volume": 1970371483,
            "numberOfFiles": 25,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27997,
            "dataPath": "/badc/faam/data/2019/c193-jul-30",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C193 MOYA-Arctic flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "aa912f341f0c4e4389bcb47d9b9aca26",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27998/?format=api"
            },
            "volume": 6163833774,
            "numberOfFiles": 41,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 27999,
            "dataPath": "/badc/faam/data/2019/c194-jul-30",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C194 MOYA-Arctic flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "8c64fb4a88f4413b901f2c76297df763",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28000/?format=api"
            },
            "volume": 1440654716,
            "numberOfFiles": 26,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 28001,
            "dataPath": "/badc/faam/data/2019/c195-jul-31",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C195 MOYA-Arctic flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "23a95403c08c497a9d14b9613345d024",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28002/?format=api"
            },
            "volume": 5322236466,
            "numberOfFiles": 38,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 28003,
            "dataPath": "/badc/faam/data/2019/c196-aug-01",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C196 MOYA-Arctic flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "66ec51c92db7422f8ff5bf2b2d6bcd62",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28004/?format=api"
            },
            "volume": 6031998213,
            "numberOfFiles": 39,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 28005,
            "dataPath": "/badc/faam/data/2019/c197-aug-02",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C197 MOYA-Arctic flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "53ad1a8179e64bb9a2f0da38ad83d2f1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28006/?format=api"
            },
            "volume": 4813458925,
            "numberOfFiles": 38,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 28007,
            "dataPath": "/badc/faam/data/2019/c198-aug-02",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FAAM C198 MOYA-Arctic flight: Airborne atmospheric measurements from core and non-core instrument suites on board the BAE-146 aircraft",
                "uuid": "4a33f2d72336498eaa1c977e2a766208",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28008/?format=api"
            },
            "volume": 3061726618,
            "numberOfFiles": 32,
            "fileFormat": "Data are netCDF and NASA-Ames formatted. Ancillary files may be plain ASCII or PDF formatted. Image files may be PNG formatted."
        },
        {
            "ob_id": 28011,
            "dataPath": "/badc/hadgem2ao/data/agzkb",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadGEM2-AO Historic Anthropogenic experiment model output for the agzkb run",
                "uuid": "cf22624d09af4402928742c352853ecf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28010/?format=api"
            },
            "volume": 152125856941,
            "numberOfFiles": 496,
            "fileFormat": "These data are provided in the Met Office PP format."
        },
        {
            "ob_id": 28013,
            "dataPath": "/badc/hadgem2ao/data/ahhpa",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadGEM2-AO SRES A1B scenario experiment model output for the ahhpa run",
                "uuid": "2f18815023fb47c5905fe1423866a680",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28012/?format=api"
            },
            "volume": 1510253107960,
            "numberOfFiles": 4915,
            "fileFormat": "These data are provided in the Met Office PP format."
        },
        {
            "ob_id": 28014,
            "dataPath": "/neodc/uol_gosat_sif/data/v2.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Solar-induced Chlorophyll Fluorescence from GOSAT's TANSO-FTS by the University of Leicester",
                "uuid": "3d8678091ba247e58e19a6fe5543487d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28009/?format=api"
            },
            "volume": 1276542919,
            "numberOfFiles": 4031,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28020,
            "dataPath": "/badc/hadgem2ao/data/ahisb",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadGEM2-AO SRES E1 scenario experiment model output for the ahisb run",
                "uuid": "c6597fe4e98945b0b50e33fb74e79235",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28015/?format=api"
            },
            "volume": 1525305854570,
            "numberOfFiles": 4966,
            "fileFormat": "These data are provided in the Met Office PP format."
        },
        {
            "ob_id": 28031,
            "dataPath": "/badc/hadgem2ao/data/ahisj",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadGEM2-AO SRES E1 scenario experiment model output for the ahisj run",
                "uuid": "cd07553227e443249fea76fd24d7991d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28030/?format=api"
            },
            "volume": 1733552735475,
            "numberOfFiles": 4853,
            "fileFormat": "These data are provided in the Met Office PP format."
        },
        {
            "ob_id": 28033,
            "dataPath": "/badc/hadgem2ao/data/ahnde",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadGEM2-AO SRES A1B scenario experiment model output for the ahnde run",
                "uuid": "01d5e3952b20487da6c216f73d2b7211",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28032/?format=api"
            },
            "volume": 1716402998068,
            "numberOfFiles": 4805,
            "fileFormat": "These data are provided in the Met Office PP format."
        },
        {
            "ob_id": 28035,
            "dataPath": "/badc/hadgem2ao/data/aiklc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadGEM2-AO SRES A1B IMAGE scenario experiment model output for the aiklc run",
                "uuid": "b41ecbaec15d4d5c8136dadd74cfc289",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28034/?format=api"
            },
            "volume": 1304513898954,
            "numberOfFiles": 3604,
            "fileFormat": "These data are provided in the Met Office PP format."
        },
        {
            "ob_id": 28038,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/sinusoidal/netcdf/kd/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global attenuation coefficient for downwelling irradiance (Kd490) gridded on a sinusoidal projection, Version 4.0",
                "uuid": "3200894e4add4049b31f8df132c0d664",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27797/?format=api"
            },
            "volume": 1251058114451,
            "numberOfFiles": 10564,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28039,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/sinusoidal/netcdf/chlor_a/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global chlorophyll-a data products gridded on a sinusoidal projection, Version 4.0",
                "uuid": "fa199424852d49f4ba85afddd850eae6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27798/?format=api"
            },
            "volume": 1255478829897,
            "numberOfFiles": 10564,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28040,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/sinusoidal/netcdf/iop/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global dataset of inherent optical properties (IOP) gridded on a sinusoidal projection, Version 4.0",
                "uuid": "8fd7c9c728104c209fd88604c2022f26",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27799/?format=api"
            },
            "volume": 9693778616464,
            "numberOfFiles": 10565,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28041,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/sinusoidal/netcdf/rrs/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global remote sensing reflectance gridded on a sinusoidal projection, Version 4.0",
                "uuid": "846a55c8a91b43bba6f3b97aa3e776e2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27800/?format=api"
            },
            "volume": 6927375946379,
            "numberOfFiles": 10564,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28042,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/sinusoidal/netcdf/all_products/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global ocean colour data products gridded on a sinusoidal projection (All Products), Version 4.0",
                "uuid": "b0b9fb9cd7434323b65bbe1dae0a2e94",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27801/?format=api"
            },
            "volume": 17364970911126,
            "numberOfFiles": 10564,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28043,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/geographic/netcdf/kd/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global attenuation coefficient for downwelling irradiance (Kd490) gridded on a geographic projection, Version 4.0",
                "uuid": "6f891faf986349f792043ebac64f7938",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27802/?format=api"
            },
            "volume": 975909614944,
            "numberOfFiles": 10564,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28044,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/geographic/netcdf/chlor_a/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global chlorophyll-a data products gridded on a geographic projection, Version 4.0",
                "uuid": "eef36ac7c892491aa862097e79827f68",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27803/?format=api"
            },
            "volume": 981179828925,
            "numberOfFiles": 10564,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28045,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/geographic/netcdf/iop/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global dataset of inherent optical properties (IOP) gridded on a geographic projection, Version 4.0",
                "uuid": "b9269d708e3e413fba6fbf7cb3419b3a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27804/?format=api"
            },
            "volume": 9680957973994,
            "numberOfFiles": 10564,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28046,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/geographic/netcdf/rrs/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global remote sensing reflectance gridded on a geographic projection, Version 4.0",
                "uuid": "f56fe5c95e374c1fbaa73dcca8144787",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27805/?format=api"
            },
            "volume": 6791745456260,
            "numberOfFiles": 10564,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28047,
            "dataPath": "/neodc/esacci/ocean_colour/data/v4.0-release/geographic/netcdf/all_products/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Ocean Colour Climate Change Initiative (Ocean_Colour_cci): Global ocean colour data products gridded on a geographic projection (All Products), Version 4.0",
                "uuid": "175105e9c36b49d7b98ebf43579c5cdd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27806/?format=api"
            },
            "volume": 17479437358892,
            "numberOfFiles": 10565,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 28049,
            "dataPath": "/badc/deposited2019/operation-weather-rescue/data/daily-weather-reports-1900-1910/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Met Office daily weather reports 1900-1910",
                "uuid": "235ff4a040854dcd8dfb754bbb898479",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28050/?format=api"
            },
            "volume": 79437696,
            "numberOfFiles": 4486,
            "fileFormat": "Data are csv and SEF formatted."
        },
        {
            "ob_id": 28052,
            "dataPath": "/badc/capeverde/data/mp-oa-icos-v3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "BADC-CSV"
        },
        {
            "ob_id": 28054,
            "dataPath": "/neodc/fiduceo/data/fcdr/avhrr/v1.00/easy/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FIDUCEO: Fundamental Climate Data Record of recalibrated brightness temperatures for the Advanced Very-High-Resolution Radiometer (AVHRR) with metrologically-traceable uncertainty estimates, 1998 - 2016,  v1.0",
                "uuid": "67b206b17365444b8243182f04c8ba44",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27599/?format=api"
            },
            "volume": 19390753021052,
            "numberOfFiles": 453804,
            "fileFormat": "The files fomat is  CF compliant NetCDF please see dicumentation for full format specification"
        },
        {
            "ob_id": 28056,
            "dataPath": "/neodc/arsf/2013/IG13_21/IG13_21-2013_198_Helheim",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ARSF 2013_198 - IG13_21 Flight: Airborne remote sensing measurements",
                "uuid": "14ee26d77dfd46139131b56d83ec3eb3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28055/?format=api"
            },
            "volume": 252757834488,
            "numberOfFiles": 1336,
            "fileFormat": "ENVI Binary,  LAS"
        },
        {
            "ob_id": 28061,
            "dataPath": "/neodc/arsf/2013/IG13_21/IG13_21-2013_221_HelHeim",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ARSF 2013_221 - IG13_21 Flight: Airborne remote sensing measurements",
                "uuid": "f51bbc6f6d2248bcb26e5f279bc2a5c9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28060/?format=api"
            },
            "volume": 98126573357,
            "numberOfFiles": 530,
            "fileFormat": "ENVI Binary, LAS"
        },
        {
            "ob_id": 28067,
            "dataPath": "/neodc/arsf/2013/IG13_21/IG13_21-2013_222b_Helheim",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ARSF 2013_222b - IG13_21 Flight: Airborne remote sensing measurements",
                "uuid": "13c2e4a2942d4441abb63f855810ab92",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28072/?format=api"
            },
            "volume": 140572895356,
            "numberOfFiles": 795,
            "fileFormat": "ENVI Binary, LAS"
        },
        {
            "ob_id": 28073,
            "dataPath": "/neodc/arsf/2013/IG13_21/IG13_21-2013_222a_Helheim",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ARSF 2013_222a - IG13_21 Flight: Airborne remote sensing measurements",
                "uuid": "13bc5f526b1f4638b8bbd29afe52e97a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28066/?format=api"
            },
            "volume": 399178686190,
            "numberOfFiles": 1918,
            "fileFormat": "ENVI Binary, LAS"
        },
        {
            "ob_id": 28075,
            "dataPath": "/neodc/arsf/2013/IG13_21/IG13_21-2013_223_Helheim",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ARSF 2013_223 - IG13_21 Flight: Airborne remote sensing measurements",
                "uuid": "0518a9813e4f4d978f3800ba0c8863e0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28074/?format=api"
            },
            "volume": 210413470309,
            "numberOfFiles": 1295,
            "fileFormat": "ENVI Binary, LAS"
        },
        {
            "ob_id": 28093,
            "dataPath": "/badc/deposited2019/thailand-particles/data/pm10/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "PM10 concentration and composition measurements in Lak Si, Bangkok, Thailand",
                "uuid": "43a22be3b71d46f0a5d02c7ee3472d24",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28098/?format=api"
            },
            "volume": 35212,
            "numberOfFiles": 2,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 28101,
            "dataPath": "/neodc/fiduceo/data/fcdr/hirs/v1.00/easy/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FIDUCEO: Fundamental Climate Data Record of recalibrated brightness temperatures for the High-resolution Infrared Radiation Sounder (HIRS) with uncertainties, 1985 - 2016, v1.0",
                "uuid": "a6f20758d98c40b6b8d97357181d1175",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27600/?format=api"
            },
            "volume": 1511555229045,
            "numberOfFiles": 569561,
            "fileFormat": "The file format is CF compliant  NetCDF version 4.  A full format specification can be found in the documentation"
        },
        {
            "ob_id": 28106,
            "dataPath": "/neodc/fiduceo/data/fcdr/avhrr/v1.00/ensemble/metopa/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FIDUCEO:  Fundamental Climate Data Record of recalibrated brightness temperatures for the Advanced Very-High-Resolution Radiometer (AVHRR) with ten member ensemble of perturbed level1 data, 2006 - 2016,  v1.0",
                "uuid": "631e1f22d1754b78b5a64a3d66f4ce73",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27601/?format=api"
            },
            "volume": 3738753429225,
            "numberOfFiles": 163579,
            "fileFormat": "The data files are  cf compliant NetCDF  version 4 .  See file format specification in the documentation for further information"
        },
        {
            "ob_id": 28109,
            "dataPath": "/neodc/fiduceo/data/cdr/sst_lst/v2.11/metopa/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "FIDUCEO: Sea and Lake Surface Temperature Climate Data Record,  V2.11,  2006 -2016",
                "uuid": "dd63f6f7239f4c1da830950c6e58cfdd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27607/?format=api"
            },
            "volume": 602826757536,
            "numberOfFiles": 72959,
            "fileFormat": "The data files are CF compliant NetCDF version 4. See fomat specification in documentation for further information"
        },
        {
            "ob_id": 28124,
            "dataPath": "/neodc/esacci/sea_surface_salinity/data/v01.8/7days",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Surface Salinity Climate Change Initiative (Sea_Surface_Salinity_cci): Weekly Sea Surface Salinity product v1.8",
                "uuid": "e5666094722c4ca787e323a9585b0a92",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28123/?format=api"
            },
            "volume": 29615548914,
            "numberOfFiles": 3223,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28129,
            "dataPath": "/badc/weybourne/data/ftir",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Weybourne Atmospheric Observatory: Fourier Transform Infra-Red (FTIR) measurements",
                "uuid": "893b8a270f924d67af8541011f407b29",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28128/?format=api"
            },
            "volume": 102987651,
            "numberOfFiles": 10,
            "fileFormat": "Data are NetCDF formatted."
        },
        {
            "ob_id": 28207,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.1.0/country",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Climate Observations by UK countries, v1.0.1.0 (1862-2018)",
                "uuid": "1715a1c03e544f47a3e803324f0bf4ca",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28143/?format=api"
            },
            "volume": 12484775,
            "numberOfFiles": 133,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 28208,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.1.0/river",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Climate Observations by UK river basins, v1.0.1.0 (1862-2018)",
                "uuid": "131fd45e37d74bcc82d9a6e12fc1d366",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28142/?format=api"
            },
            "volume": 25362322,
            "numberOfFiles": 133,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 28209,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.1.0/region",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Climate Observations by Administrative Regions over the UK, v1.0.1.0 (1862-2018)",
                "uuid": "e4d28cddec7b4e1ab50eae189070f7dc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28141/?format=api"
            },
            "volume": 19380338,
            "numberOfFiles": 133,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 28210,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.1.0/60km",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Gridded Climate Observations on a 60km grid over the UK, v1.0.1.0 (1862-2018)",
                "uuid": "75f2c9746d8245b29ad80c04a6a202fd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28140/?format=api"
            },
            "volume": 524476095,
            "numberOfFiles": 5995,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 28211,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.1.0/25km",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Gridded Climate Observations on a 25km grid over the UK, v1.0.1.0 (1862-2018)",
                "uuid": "e84aabcd886c41c488b4bd84558ab974",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28139/?format=api"
            },
            "volume": 2088019091,
            "numberOfFiles": 5995,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 28212,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.1.0/12km",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Gridded Climate Observations on a 12km grid over the UK, v1.0.1.0 (1862-2018)",
                "uuid": "8929d37209c24f44ba33a5e11910c363",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28138/?format=api"
            },
            "volume": 8870591079,
            "numberOfFiles": 5995,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 28213,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.1.0/1km",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Gridded Climate Observations on a 1km grid over the UK, v1.0.1.0 (1862-2018)",
                "uuid": "d134335808894b2bb249e9f222e2eca8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28137/?format=api"
            },
            "volume": 1243540176883,
            "numberOfFiles": 5995,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 28214,
            "dataPath": "/badc/ukmo-hadobs/data/insitu/MOHC/HadOBS/HadUK-Grid/v1.0.1.0/5km",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "HadUK-Grid Gridded Climate Observations on a 5km grid over the UK, v1.0.1.0 (1862-2018)",
                "uuid": "d715d2ac53f14f21acc6952a0278817d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28144/?format=api"
            },
            "volume": 49940034058,
            "numberOfFiles": 5995,
            "fileFormat": "Data are NetCDF formatted"
        },
        {
            "ob_id": 28215,
            "dataPath": "/badc/kjolnes-observatory/data/mp-oa-icos",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Kjølnes Atmospheric Observatory (KJN): High-precision long-term atmospheric measurements of greenhouse gases (CO, CO2, N2O and CH4) using Off-Axis Integrated-Cavity Output Spectroscopy (OA-ICOS).",
                "uuid": "1328bfce79de47bca0d9dc90f90ad7c3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28182/?format=api"
            },
            "volume": 7368075,
            "numberOfFiles": 143,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 28234,
            "dataPath": "/neodc/esacci/sea_surface_salinity/data/v01.8/30days",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea Surface Salinity Climate Change Initiative (Sea_Surface_Salinity_cci): Monthly Sea Surface Salinity product v1.8",
                "uuid": "aea368301bff448bbbea7e90e66819e5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28233/?format=api"
            },
            "volume": 2021907074,
            "numberOfFiles": 214,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28267,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/BCC/BCC-ESM1/histSST",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-ESM1 model output for the \"histSST\" experiment",
                "uuid": "d2f356f56a3f4d4fb3e245ef6108a30f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28266/?format=api"
            },
            "volume": 17780050086,
            "numberOfFiles": 44,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28271,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/BCC/BCC-ESM1/histSST-piCH4",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-ESM1 model output for the \"histSST-piCH4\" experiment",
                "uuid": "f74c51fff15044f7b4633eeb3b4535b5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28270/?format=api"
            },
            "volume": 4736490440,
            "numberOfFiles": 5,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28274,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/BCC/BCC-ESM1/histSST-piNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-ESM1 model output for the \"histSST-piNTCF\" experiment",
                "uuid": "c60ab95a247149a2a67044d2776d95bc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28273/?format=api"
            },
            "volume": 4736490443,
            "numberOfFiles": 5,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28277,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/BCC/BCC-ESM1/piClim-CH4",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-ESM1 model output for the \"piClim-CH4\" experiment",
                "uuid": "30af661df71b4600baf662f6e3e7eb2c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28276/?format=api"
            },
            "volume": 1039,
            "numberOfFiles": 2,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28280,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/BCC/BCC-ESM1/piClim-NTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-ESM1 model output for the \"piClim-NTCF\" experiment",
                "uuid": "40d2ea2a547e422784e0332258bf706a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28279/?format=api"
            },
            "volume": 1042,
            "numberOfFiles": 2,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28282,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/BCC/BCC-ESM1/ssp370SST",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-ESM1 model output for the \"ssp370SST\" experiment",
                "uuid": "cff31417b9554a59b138e0f8a812619c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28281/?format=api"
            },
            "volume": 4418691588,
            "numberOfFiles": 44,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28285,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/BCC/BCC-ESM1/ssp370SST-lowNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-ESM1 model output for the \"ssp370SST-lowNTCF\" experiment",
                "uuid": "5f15b1f2e4fe4fe9a97fc0e6b6d9a198",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28284/?format=api"
            },
            "volume": 4418692284,
            "numberOfFiles": 44,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28289,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/hist-1950HC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"hist-1950HC\" experiment",
                "uuid": "2461727b671e48fc8143235d30a01a79",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28288/?format=api"
            },
            "volume": 187469038945,
            "numberOfFiles": 172,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28293,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/hist-piNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"hist-piNTCF\" experiment",
                "uuid": "08726391c91c4c1da5cf82338e96801f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28292/?format=api"
            },
            "volume": 507881708085,
            "numberOfFiles": 261,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28296,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/histSST-1950HC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"histSST-1950HC\" experiment",
                "uuid": "51d4d3fb007c415793f1eab4f9062b9f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28295/?format=api"
            },
            "volume": 13262366812,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28299,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/histSST",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"histSST\" experiment",
                "uuid": "42e3a777669545be9e03953fab83825f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28298/?format=api"
            },
            "volume": 33506232684,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28302,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/histSST-piCH4",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"histSST-piCH4\" experiment",
                "uuid": "87236b396c4444319175a86a3ecedfe1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28301/?format=api"
            },
            "volume": 33514225077,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28305,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/histSST-piNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"histSST-piNTCF\" experiment",
                "uuid": "f45bd04927ac49c99720b5abfdd0c23a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28304/?format=api"
            },
            "volume": 33511201651,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28308,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-2xDMS",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-2xDMS\" experiment",
                "uuid": "9bacfa4c89a24b34b445621c2f95eb51",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28307/?format=api"
            },
            "volume": 6065765712,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28311,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-2xdust",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-2xdust\" experiment",
                "uuid": "f07b2f94e6064698a18367317f454f71",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28310/?format=api"
            },
            "volume": 6065346744,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28313,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-2xfire",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-2xfire\" experiment",
                "uuid": "54a46625ee6f4095a49a71139da70c93",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28312/?format=api"
            },
            "volume": 6065587697,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28316,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-2xss",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-2xss\" experiment",
                "uuid": "bfbda338e46c498a954fce35d3f7c65e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28315/?format=api"
            },
            "volume": 6065076435,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28319,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-BC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-BC\" experiment",
                "uuid": "22b279043d7c431cb070ef3f001961cb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28318/?format=api"
            },
            "volume": 6065050356,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28322,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-CH4",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-CH4\" experiment",
                "uuid": "b0d9b822fbf54c1f96e0847dc09491f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28321/?format=api"
            },
            "volume": 6082610801,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28325,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-HC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-HC\" experiment",
                "uuid": "016de39805ef4715a3b9d38f9a1d5a2f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28324/?format=api"
            },
            "volume": 6074227372,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28328,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-N2O",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-N2O\" experiment",
                "uuid": "5b5bc331e4514635b34f63c0d9c0c05d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28327/?format=api"
            },
            "volume": 6069975802,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28331,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-NTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-NTCF\" experiment",
                "uuid": "e3066dd317ba4986836103f8cfec1e16",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28330/?format=api"
            },
            "volume": 6065075650,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28334,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-OC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-OC\" experiment",
                "uuid": "8d4cd1c29ae04c03baa1cda6c4408ffc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28333/?format=api"
            },
            "volume": 6065036875,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28337,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/piClim-SO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"piClim-SO2\" experiment",
                "uuid": "bab08b7904d5481688938f314a6672ba",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28336/?format=api"
            },
            "volume": 6065281780,
            "numberOfFiles": 49,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28340,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370-lowNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"ssp370-lowNTCF\" experiment",
                "uuid": "9a848f0626124efaa9a2d66b08ed7495",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28339/?format=api"
            },
            "volume": 265319949695,
            "numberOfFiles": 216,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28343,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370SST",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"ssp370SST\" experiment",
                "uuid": "2ee5c29cd02e4ffe8167247221e7a68a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28342/?format=api"
            },
            "volume": 17523602833,
            "numberOfFiles": 45,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28346,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/CNRM-CERFACS/CNRM-ESM2-1/ssp370SST-lowNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"ssp370SST-lowNTCF\" experiment",
                "uuid": "e9ee96a01355416ea196d4a4bc93a81e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28345/?format=api"
            },
            "volume": 17523332254,
            "numberOfFiles": 45,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28350,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/hist-piAer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"hist-piAer\" experiment",
                "uuid": "80146f548df74fe3aa5ea0321e8a2dda",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28349/?format=api"
            },
            "volume": 22001254102,
            "numberOfFiles": 56,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28354,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/hist-piNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"hist-piNTCF\" experiment",
                "uuid": "9160bb518e1242adaec21ddf38a19a95",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28353/?format=api"
            },
            "volume": 21764931828,
            "numberOfFiles": 56,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28357,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/histSST",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"histSST\" experiment",
                "uuid": "c19b414a7b7b4692926e7852103a0feb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28356/?format=api"
            },
            "volume": 21984941341,
            "numberOfFiles": 54,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28360,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/histSST-piAer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"histSST-piAer\" experiment",
                "uuid": "78e8cc1971984fba897f52578c537d7c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28359/?format=api"
            },
            "volume": 21960782420,
            "numberOfFiles": 54,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28363,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/histSST-piNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"histSST-piNTCF\" experiment",
                "uuid": "747a7373bf094c818b78863f01c861be",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28362/?format=api"
            },
            "volume": 21740899930,
            "numberOfFiles": 54,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28366,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/piClim-2xdust",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"piClim-2xdust\" experiment",
                "uuid": "c9a31ef21f174e049c146344a4a0cfdd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28365/?format=api"
            },
            "volume": 3905041433,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 28369,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MIROC/MIROC6/piClim-2xfire",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"piClim-2xfire\" experiment",
                "uuid": "986ae5cd01d245f7930df3edf4f57d8f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/28368/?format=api"
            },
            "volume": 3901698313,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        }
    ]
}