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=8600
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=8700",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=8500",
    "results": [
        {
            "ob_id": 33903,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NASA-GISS/GISS-E2-2-H/historical",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-2-H model output for the \"historical\" experiment",
                "uuid": "61c38ae1f782493c94ff7d5655c31791",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33902/?format=api"
            },
            "volume": 136106295789,
            "numberOfFiles": 545,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33906,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NASA-GISS/GISS-E2-2-H/piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: NASA Goddard Institute for Space Studies (NASA GISS) GISS-E2-2-H model output for the \"piControl\" experiment",
                "uuid": "c6f4b5f697e04b788bcfe3a97a07f70d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33905/?format=api"
            },
            "volume": 41071871884,
            "numberOfFiles": 381,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33909,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NCAR/CESM2-FV2/1pctCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-FV2 model output for the \"1pctCO2\" experiment",
                "uuid": "d16b08057ef74bc98a7ad68c514ce0e4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33908/?format=api"
            },
            "volume": 142439344926,
            "numberOfFiles": 114,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33912,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NCAR/CESM2-FV2/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-FV2 model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "687244424e594beeb2784f72dc64764e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33911/?format=api"
            },
            "volume": 266500745958,
            "numberOfFiles": 454,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33915,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NCAR/CESM2-WACCM-FV2/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-WACCM-FV2 model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "21127d7b787b4283915c06da2fc17e30",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33914/?format=api"
            },
            "volume": 256698306200,
            "numberOfFiles": 414,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33918,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NCC/NorESM2-MM/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "926e62a3147a40089e24ace55771556f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33917/?format=api"
            },
            "volume": 159747646571,
            "numberOfFiles": 602,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33921,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NCC/NorESM2-MM/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Norwegian Climate Centre (NCC) NorESM2-MM model output for the \"amip\" experiment",
                "uuid": "e83c056f0b904a4790e72297a55b8fb9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33920/?format=api"
            },
            "volume": 716039891,
            "numberOfFiles": 25,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33924,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NIMS-KMA/KACE-1-0-G/1pctCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the NIMS-KMA team KACE-1-0-G model output for the \"1pctCO2\" experiment",
                "uuid": "8c9ea7c1edd84434859a88d39a449306",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33923/?format=api"
            },
            "volume": 10917175438,
            "numberOfFiles": 15,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33927,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NIMS-KMA/KACE-1-0-G/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the NIMS-KMA team KACE-1-0-G model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "108e0e539db64c1986a10f56ae2fb441",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33926/?format=api"
            },
            "volume": 16467952943,
            "numberOfFiles": 20,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33930,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/NIMS-KMA/KACE-1-0-G/piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the NIMS-KMA team KACE-1-0-G model output for the \"piControl\" experiment",
                "uuid": "2b642e653c384c47a907ff15145cd979",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33929/?format=api"
            },
            "volume": 598436765100,
            "numberOfFiles": 415,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33933,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/THU/CIESM/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Tsinghua University - Department of Earth System Science (THU) CIESM model output for the \"amip\" experiment",
                "uuid": "2ed8936086ee4905bcecc7844350ed72",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33932/?format=api"
            },
            "volume": 11914887259,
            "numberOfFiles": 35,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33936,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CAS/FGOALS-g3/hist-aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"hist-aer\" experiment",
                "uuid": "c078657e2b1e4fda9f65062311b7ed48",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33935/?format=api"
            },
            "volume": 433312278867,
            "numberOfFiles": 5383,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33939,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CAS/FGOALS-g3/hist-GHG",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"hist-GHG\" experiment",
                "uuid": "0f392b23d8934abc86c005feb15240f1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33938/?format=api"
            },
            "volume": 622278503639,
            "numberOfFiles": 6752,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33942,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CAS/FGOALS-g3/hist-nat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"hist-nat\" experiment",
                "uuid": "0d30e79ecd544b5fb9a1054935f22124",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33941/?format=api"
            },
            "volume": 260448550779,
            "numberOfFiles": 3168,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33945,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/hist-aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"hist-aer\" experiment",
                "uuid": "991f0249f4f44c2abb04f874cfb42faf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33944/?format=api"
            },
            "volume": 1309124386883,
            "numberOfFiles": 1911,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33948,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/hist-GHG",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"hist-GHG\" experiment",
                "uuid": "c1cfcdc7d6db4c45a74374433663f172",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33947/?format=api"
            },
            "volume": 1136890666896,
            "numberOfFiles": 1743,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33951,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/hist-nat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"hist-nat\" experiment",
                "uuid": "238336b2a5cc4d9782a47f97625513f1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33950/?format=api"
            },
            "volume": 1241063978106,
            "numberOfFiles": 1808,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33954,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO-ARCCSS/ACCESS-CM2/hist-aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"hist-aer\" experiment",
                "uuid": "50c78f42a2854af7aeaad2c9cf8960cd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33953/?format=api"
            },
            "volume": 441950430057,
            "numberOfFiles": 694,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33957,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO-ARCCSS/ACCESS-CM2/hist-GHG",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"hist-GHG\" experiment",
                "uuid": "0e0fdb7e2c6d4fd3834f89803b9cabda",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33956/?format=api"
            },
            "volume": 251439733124,
            "numberOfFiles": 379,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33960,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO-ARCCSS/ACCESS-CM2/hist-nat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CSIRO-ARCCSS team ACCESS-CM2 model output for the \"hist-nat\" experiment",
                "uuid": "af0c2bd728e74a66ad846ea278515fcc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33959/?format=api"
            },
            "volume": 369240901954,
            "numberOfFiles": 620,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33963,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MOHC/HadGEM3-GC31-LL/ssp245-GHG",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LL model output for the \"ssp245-GHG\" experiment",
                "uuid": "90e73ed0ff7b41cb991d7a7ceb56301e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33962/?format=api"
            },
            "volume": 502440808908,
            "numberOfFiles": 557,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33966,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MOHC/UKESM1-0-LL/ssp245-cov-fossil",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp245-cov-fossil\" experiment",
                "uuid": "a321534bc7984d90a178763748c53585",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33965/?format=api"
            },
            "volume": 101008348255,
            "numberOfFiles": 625,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33969,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MOHC/UKESM1-0-LL/ssp245-covid",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp245-covid\" experiment",
                "uuid": "77043e681904457ca9682ee31f80016d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33968/?format=api"
            },
            "volume": 95755298408,
            "numberOfFiles": 664,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33972,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MOHC/UKESM1-0-LL/ssp245-cov-modgreen",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp245-cov-modgreen\" experiment",
                "uuid": "2b86c9d5ec2c409ba6f9da69c98202d4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33971/?format=api"
            },
            "volume": 94666799593,
            "numberOfFiles": 586,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33975,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MOHC/UKESM1-0-LL/ssp245-cov-strgreen",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp245-cov-strgreen\" experiment",
                "uuid": "296afae2f28e491e8603161481cf1eae",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33974/?format=api"
            },
            "volume": 69414464190,
            "numberOfFiles": 430,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33978,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/MRI/MRI-ESM2-0/hist-stratO3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Meteorological Research Institute of the Japan Meteorological Agency (MRI/JMA) MRI-ESM2-0 model output for the \"hist-stratO3\" experiment",
                "uuid": "d19416a9e9844827ab7e659cc7a1f40b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33977/?format=api"
            },
            "volume": 282111450363,
            "numberOfFiles": 166,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33981,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/NOAA-GFDL/GFDL-CM4/hist-nat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Geophysical Fluid Dynamics Laboratory (GFDL) GFDL-CM4 model output for the \"hist-nat\" experiment",
                "uuid": "9fdf21cc6bac42428f4f974ef41508c4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33980/?format=api"
            },
            "volume": 1123423041029,
            "numberOfFiles": 632,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33984,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/CMCC/CMCC-CM2-SR5/dcppB-forecast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-SR5 model output for the \"dcppB-forecast\" experiment",
                "uuid": "a1d204d7888f4017b64e58fd56e0b504",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33983/?format=api"
            },
            "volume": 499858351,
            "numberOfFiles": 31,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33987,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/EC-Earth-Consortium/EC-Earth3/dcppB-forecast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3 model output for the \"dcppB-forecast\" experiment",
                "uuid": "229b7a8ccb8e43839422252048eb9958",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33986/?format=api"
            },
            "volume": 550478295349,
            "numberOfFiles": 4147,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33990,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-forecast-addAgung",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-forecast-addAgung\" experiment",
                "uuid": "f303a5a6bb844782ba49f720091bf2f6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33989/?format=api"
            },
            "volume": 1318869927560,
            "numberOfFiles": 7321,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33993,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-forecast-addElChichon",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-forecast-addElChichon\" experiment",
                "uuid": "90220fc7b9114965a696080a0cb5d93f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33992/?format=api"
            },
            "volume": 1318824036435,
            "numberOfFiles": 7321,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33996,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-forecast-addPinatubo",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-forecast-addPinatubo\" experiment",
                "uuid": "bef339ba67f349d0a299829945f7dc29",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33995/?format=api"
            },
            "volume": 1318844523929,
            "numberOfFiles": 7321,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 33999,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-hindcast-noAgung",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-hindcast-noAgung\" experiment",
                "uuid": "cdb848afef3c4342b4bb606f4a3a288c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33998/?format=api"
            },
            "volume": 1319122570904,
            "numberOfFiles": 7321,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34002,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-hindcast-noElChichon",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-hindcast-noElChichon\" experiment",
                "uuid": "b4ac83ec501341beb660f6dd35b490a7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34001/?format=api"
            },
            "volume": 1319051944398,
            "numberOfFiles": 7321,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34005,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-hindcast-noPinatubo",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-hindcast-noPinatubo\" experiment",
                "uuid": "6fd28095c2e34671b8e6476c69d8891b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34004/?format=api"
            },
            "volume": 1319033808110,
            "numberOfFiles": 7321,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34008,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-ipv-NexTrop-neg",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-ipv-NexTrop-neg\" experiment",
                "uuid": "230dec6eac504126845e8d18b7fa7679",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34007/?format=api"
            },
            "volume": 3082892181947,
            "numberOfFiles": 16501,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34011,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-ipv-NexTrop-pos",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-ipv-NexTrop-pos\" experiment",
                "uuid": "3e7b29e334dc47f187bd304880b42a9f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34010/?format=api"
            },
            "volume": 3082832652507,
            "numberOfFiles": 16501,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34014,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/CAS-ESM2-0/faf-all",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) CAS-ESM2-0 model output for the \"faf-all\" experiment",
                "uuid": "442c1749035d411e834338511283cad3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34013/?format=api"
            },
            "volume": 20377946054,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34017,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/CAS-ESM2-0/faf-heat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) CAS-ESM2-0 model output for the \"faf-heat\" experiment",
                "uuid": "07f9aca853a040c1a117d1396560be9c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34016/?format=api"
            },
            "volume": 20377946055,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34020,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/CAS-ESM2-0/faf-passiveheat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) CAS-ESM2-0 model output for the \"faf-passiveheat\" experiment",
                "uuid": "df393a7c29ab48419b08f0454a15eda4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34019/?format=api"
            },
            "volume": 20377946062,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34023,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/CAS-ESM2-0/faf-stress",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) CAS-ESM2-0 model output for the \"faf-stress\" experiment",
                "uuid": "36162aa165594880b1697f932a5febdc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34022/?format=api"
            },
            "volume": 20377946057,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34026,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/CAS-ESM2-0/faf-water",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) CAS-ESM2-0 model output for the \"faf-water\" experiment",
                "uuid": "5442e0b3e830446eb865d1adf4631722",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34025/?format=api"
            },
            "volume": 20377946056,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34029,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/FGOALS-g3/faf-all",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"faf-all\" experiment",
                "uuid": "dfe5dae41cda43ab91b223bd6d9a197f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34028/?format=api"
            },
            "volume": 34003895473,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34032,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/FGOALS-g3/faf-heat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"faf-heat\" experiment",
                "uuid": "ca3c11af21ed492e902f0db537c918fc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34031/?format=api"
            },
            "volume": 34003895254,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34035,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/FGOALS-g3/faf-passiveheat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"faf-passiveheat\" experiment",
                "uuid": "8fd8cee53d6c463790557c0695f49aba",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34034/?format=api"
            },
            "volume": 45306308577,
            "numberOfFiles": 8,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34038,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/FGOALS-g3/faf-stress",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"faf-stress\" experiment",
                "uuid": "81cb108bbac740098fe1c9501876948d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34037/?format=api"
            },
            "volume": 28352047916,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34041,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/CAS/FGOALS-g3/faf-water",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-g3 model output for the \"faf-water\" experiment",
                "uuid": "232e0264af264595a836dd3ecb8144bd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34040/?format=api"
            },
            "volume": 45306308515,
            "numberOfFiles": 8,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34044,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NCAR/CESM2/faf-all",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"faf-all\" experiment",
                "uuid": "db77a5eb70524c51aac6fca8cc7ae815",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34043/?format=api"
            },
            "volume": 30478520966,
            "numberOfFiles": 13,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34047,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NCAR/CESM2/faf-heat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"faf-heat\" experiment",
                "uuid": "49558ae46d0d41d0a454b6c9f9a9d746",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34046/?format=api"
            },
            "volume": 36148248969,
            "numberOfFiles": 13,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34050,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NCAR/CESM2/faf-passiveheat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"faf-passiveheat\" experiment",
                "uuid": "9b79d91638d744a688d9e10505349392",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34049/?format=api"
            },
            "volume": 44397963061,
            "numberOfFiles": 13,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34053,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NCAR/CESM2/faf-stress",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"faf-stress\" experiment",
                "uuid": "78ece0de46974b5f92a092644bd2e673",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34052/?format=api"
            },
            "volume": 51385510625,
            "numberOfFiles": 13,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34056,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NCAR/CESM2/faf-water",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2 model output for the \"faf-water\" experiment",
                "uuid": "6fa4512c9501459c82e4c1d05c276e4a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34055/?format=api"
            },
            "volume": 51413132564,
            "numberOfFiles": 13,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34059,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NERC/HadGEM3-GC31-LL/faf-all",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-LL model output for the \"faf-all\" experiment",
                "uuid": "ef91035fdb8c42c299bb834414fae08c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34058/?format=api"
            },
            "volume": 225161098340,
            "numberOfFiles": 174,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34063,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NERC/HadGEM3-GC31-LL/faf-heat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-LL model output for the \"faf-heat\" experiment",
                "uuid": "9ba9b7d826e5496abe73d53f66fd1a46",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34062/?format=api"
            },
            "volume": 225010165710,
            "numberOfFiles": 174,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34066,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NERC/HadGEM3-GC31-LL/faf-heat-NA0pct",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-LL model output for the \"faf-heat-NA0pct\" experiment",
                "uuid": "595736437c0d4095a08967b931e0a679",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34065/?format=api"
            },
            "volume": 196695731132,
            "numberOfFiles": 56,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34069,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NERC/HadGEM3-GC31-LL/faf-heat-NA50pct",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-LL model output for the \"faf-heat-NA50pct\" experiment",
                "uuid": "00b232eeadd24b1c9bcb2bfbdab82a16",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34068/?format=api"
            },
            "volume": 196882445114,
            "numberOfFiles": 56,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34072,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NERC/HadGEM3-GC31-LL/faf-passiveheat",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-LL model output for the \"faf-passiveheat\" experiment",
                "uuid": "f43091cf27b349a79aee8f3f7218df24",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34071/?format=api"
            },
            "volume": 215801365019,
            "numberOfFiles": 163,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34075,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NERC/HadGEM3-GC31-LL/faf-stress",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-LL model output for the \"faf-stress\" experiment",
                "uuid": "665fa32c29554a2eb9699816bb16182c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34074/?format=api"
            },
            "volume": 215654719462,
            "numberOfFiles": 174,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34078,
            "dataPath": "/badc/cmip6/data/CMIP6/FAFMIP/NERC/HadGEM3-GC31-LL/faf-water",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) HadGEM3-GC31-LL model output for the \"faf-water\" experiment",
                "uuid": "600972a12c6a46129ab3f081da56fd2a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34077/?format=api"
            },
            "volume": 215711319416,
            "numberOfFiles": 174,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34081,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/CNRM-CERFACS/CNRM-ESM2-1/G6solar",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"G6solar\" experiment",
                "uuid": "8c5a61db29464d339b0f82bc768197d8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34080/?format=api"
            },
            "volume": 10675553053,
            "numberOfFiles": 9,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34084,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/CNRM-CERFACS/CNRM-ESM2-1/G6sulfur",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-ESM2-1 model output for the \"G6sulfur\" experiment",
                "uuid": "8ed5f88dfe754cc08e45200963e909f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34083/?format=api"
            },
            "volume": 198506389354,
            "numberOfFiles": 148,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34087,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/IPSL/IPSL-CM6A-LR/G6sulfur",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"G6sulfur\" experiment",
                "uuid": "a9a25aa5b9304366a233d6f7fa88cbf5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34086/?format=api"
            },
            "volume": 98213503148,
            "numberOfFiles": 56,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34090,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/MPI-M/MPI-ESM1-2-HR/G6solar",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"G6solar\" experiment",
                "uuid": "730eee85794d43ed81f8e322843e5c96",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34089/?format=api"
            },
            "volume": 337670613,
            "numberOfFiles": 35,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34093,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/MPI-M/MPI-ESM1-2-HR/G6sulfur",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"G6sulfur\" experiment",
                "uuid": "6696ab15b41e41baa7aa091fdb08cef7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34092/?format=api"
            },
            "volume": 469110057064,
            "numberOfFiles": 1343,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34096,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/MPI-M/MPI-ESM1-2-LR/G6solar",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"G6solar\" experiment",
                "uuid": "54602895d26844b6b6ef8aec126eded5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34095/?format=api"
            },
            "volume": 5280938709,
            "numberOfFiles": 66,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34099,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/MPI-M/MPI-ESM1-2-LR/G6sulfur",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"G6sulfur\" experiment",
                "uuid": "5bd697813d5248da952d1a07a0362fc7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34098/?format=api"
            },
            "volume": 444780578325,
            "numberOfFiles": 941,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34102,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/NCAR/CESM2-WACCM/G6solar",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-WACCM model output for the \"G6solar\" experiment",
                "uuid": "f97a18005c6446c492bff0e887281e9d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34101/?format=api"
            },
            "volume": 17243792422,
            "numberOfFiles": 48,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34105,
            "dataPath": "/badc/cmip6/data/CMIP6/GeoMIP/NCAR/CESM2-WACCM/G6sulfur",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM2-WACCM model output for the \"G6sulfur\" experiment",
                "uuid": "aa1ffca65ceb41c0babf5b20168fe6d6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34104/?format=api"
            },
            "volume": 1301383477303,
            "numberOfFiles": 1999,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34108,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/AS-RCEC/HiRAM-SIT-HR/highres-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Research Center for Environmental Changes (AS-RCEC) HiRAM-SIT-HR model output for the \"highres-future\" experiment",
                "uuid": "3373cfac30c848c7872e1782c7892a31",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34107/?format=api"
            },
            "volume": 8994645699,
            "numberOfFiles": 73,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34112,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/AS-RCEC/HiRAM-SIT-HR/highresSST-present",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Research Center for Environmental Changes (AS-RCEC) HiRAM-SIT-HR model output for the \"highresSST-present\" experiment",
                "uuid": "ab3750968c7a493da98389d9121654aa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34111/?format=api"
            },
            "volume": 3071445011,
            "numberOfFiles": 95,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34115,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/AS-RCEC/HiRAM-SIT-LR/highres-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Research Center for Environmental Changes (AS-RCEC) HiRAM-SIT-LR model output for the \"highres-future\" experiment",
                "uuid": "d40cd72b818a482fb5ec72e044ea164c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34114/?format=api"
            },
            "volume": 2110421927,
            "numberOfFiles": 73,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34119,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/AS-RCEC/HiRAM-SIT-LR/highresSST-present",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Research Center for Environmental Changes (AS-RCEC) HiRAM-SIT-LR model output for the \"highresSST-present\" experiment",
                "uuid": "2ba01e0c5d7f4cf1ada485b8dba8bfee",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34118/?format=api"
            },
            "volume": 585755010,
            "numberOfFiles": 66,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34122,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/AS-RCEC/HiRAM-SIT-LR/hist-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Research Center for Environmental Changes (AS-RCEC) HiRAM-SIT-LR model output for the \"hist-1950\" experiment",
                "uuid": "569b663269a94fa9971c3ff95f191e3e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34121/?format=api"
            },
            "volume": 589453169,
            "numberOfFiles": 66,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34125,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/AWI/AWI-CM-1-1-HR/hist-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Alfred Wegener Institute (AWI) AWI-CM-1-1-HR model output for the \"hist-1950\" experiment",
                "uuid": "f8f82c0d162e4b1f861d2261c98ed9d1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34124/?format=api"
            },
            "volume": 549195023783,
            "numberOfFiles": 31,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34129,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/AWI/AWI-CM-1-1-LR/hist-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Alfred Wegener Institute (AWI) AWI-CM-1-1-LR model output for the \"hist-1950\" experiment",
                "uuid": "95c582fbf1af4fb898f64b87f26958e1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34128/?format=api"
            },
            "volume": 58331862997,
            "numberOfFiles": 31,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34133,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/BCC/BCC-CSM2-HR/control-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-HR model output for the \"control-1950\" experiment",
                "uuid": "6cc7a7ca2598435180bfa7b80a5beacf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34132/?format=api"
            },
            "volume": 630607126727,
            "numberOfFiles": 268,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34137,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/BCC/BCC-CSM2-HR/highresSST-present",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-HR model output for the \"highresSST-present\" experiment",
                "uuid": "d87f4d881d344648b82c694c0ac68d05",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34136/?format=api"
            },
            "volume": 998504117,
            "numberOfFiles": 3,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34140,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/BCC/BCC-CSM2-HR/hist-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-HR model output for the \"hist-1950\" experiment",
                "uuid": "0ecb44f2a1444acab7f07454148409ea",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34139/?format=api"
            },
            "volume": 360145807084,
            "numberOfFiles": 184,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34143,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CAS/FGOALS-f3-H/control-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-f3-H model output for the \"control-1950\" experiment",
                "uuid": "4842941e7cbb446b9144b41e959e22e4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34142/?format=api"
            },
            "volume": 6244043046532,
            "numberOfFiles": 3481,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34147,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CAS/FGOALS-f3-H/highresSST-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Chinese Academy of Sciences (CAS) FGOALS-f3-H model output for the \"highresSST-future\" experiment",
                "uuid": "3570bb95de644502b0bf67e283a6e933",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34146/?format=api"
            },
            "volume": 1791860633,
            "numberOfFiles": 5,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34150,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-HR4/control-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"control-1950\" experiment",
                "uuid": "f7b2e397d54c4a0c925947df788ad481",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34149/?format=api"
            },
            "volume": 2855264303847,
            "numberOfFiles": 45351,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34153,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-HR4/highres-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-HR4 model output for the \"highres-future\" experiment",
                "uuid": "895b69df6af44558ac4ef7af8022c242",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34152/?format=api"
            },
            "volume": 1020218444437,
            "numberOfFiles": 31721,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34156,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-VHR4/control-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-VHR4 model output for the \"control-1950\" experiment",
                "uuid": "47db5b81b75f4328b6df0e6867e1fb9c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34155/?format=api"
            },
            "volume": 21718401869591,
            "numberOfFiles": 86460,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34159,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/CMCC/CMCC-CM2-VHR4/hist-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-VHR4 model output for the \"hist-1950\" experiment",
                "uuid": "9a3968349e2a464cb3f02c8b4e0c0be5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34158/?format=api"
            },
            "volume": 14042618180709,
            "numberOfFiles": 57279,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34162,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/EC-Earth-Consortium/EC-Earth3P/control-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3P model output for the \"control-1950\" experiment",
                "uuid": "c8b198d4c94e48fa921234848b40f7f7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34161/?format=api"
            },
            "volume": 17332987597038,
            "numberOfFiles": 292967,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34165,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/EC-Earth-Consortium/EC-Earth3P/highres-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3P model output for the \"highres-future\" experiment",
                "uuid": "8f791a3acdaf4308974562960e18421b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34164/?format=api"
            },
            "volume": 8340161894471,
            "numberOfFiles": 119785,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34168,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/EC-Earth-Consortium/EC-Earth3P/highresSST-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3P model output for the \"highresSST-future\" experiment",
                "uuid": "de16a3a97ce1424bb8b5c7a704692c71",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34167/?format=api"
            },
            "volume": 8378820544929,
            "numberOfFiles": 17657,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34171,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/EC-Earth-Consortium/EC-Earth3P/hist-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3P model output for the \"hist-1950\" experiment",
                "uuid": "246db47c9e104710a43262b99f553490",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34170/?format=api"
            },
            "volume": 13068796402050,
            "numberOfFiles": 107189,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34174,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/EC-Earth-Consortium/EC-Earth3P/spinup-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3P model output for the \"spinup-1950\" experiment",
                "uuid": "5e0bfd6b565c45d69bd252828e3f035b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34173/?format=api"
            },
            "volume": 135838539558,
            "numberOfFiles": 13559,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34177,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/ECMWF/ECMWF-IFS-MR/hist-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: European Centre for Medium-Range Weather Forecasts (ECMWF) ECMWF-IFS-MR model output for the \"hist-1950\" experiment",
                "uuid": "92b36311eae147c8bcda5b7cfdc2cc53",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34176/?format=api"
            },
            "volume": 4493246572572,
            "numberOfFiles": 29473,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34180,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-HH/hist-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-HH model output for the \"hist-1950\" experiment",
                "uuid": "2fd1f796d2e548adab3f04904ad7ad7b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34179/?format=api"
            },
            "volume": 173245329,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34183,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-HM/highresSST-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-HM model output for the \"highresSST-future\" experiment",
                "uuid": "f15f806b32ed41428cdffaafc9a17f93",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34182/?format=api"
            },
            "volume": 31145190458729,
            "numberOfFiles": 24159,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34186,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-LM/highresSST-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-LM model output for the \"highresSST-future\" experiment",
                "uuid": "b234b7aee3174b768709de5ffa1632a1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34185/?format=api"
            },
            "volume": 1679662343435,
            "numberOfFiles": 23978,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34189,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MOHC/HadGEM3-GC31-MM/highresSST-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"highresSST-future\" experiment",
                "uuid": "7908aa6d422a419cb669f67640b7d309",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34188/?format=api"
            },
            "volume": 5847979094073,
            "numberOfFiles": 15626,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34192,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-HR/highres-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"highres-future\" experiment",
                "uuid": "80f37100fbc74148a0ef21e2213a7295",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34191/?format=api"
            },
            "volume": 602720703906,
            "numberOfFiles": 6122,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34195,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-HR/highresSST-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-HR model output for the \"highresSST-future\" experiment",
                "uuid": "3ff02ad9867d4fc58fe292f1ca503acf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34194/?format=api"
            },
            "volume": 463084452248,
            "numberOfFiles": 3097,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34198,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-XR/highres-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-XR model output for the \"highres-future\" experiment",
                "uuid": "9029bab00618419e82068d3af06cd491",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34197/?format=api"
            },
            "volume": 1815382643054,
            "numberOfFiles": 6122,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34201,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/MPI-M/MPI-ESM1-2-XR/highresSST-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-XR model output for the \"highresSST-future\" experiment",
                "uuid": "3dcf6f80b28447d09dd7db1bdb14acf8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34200/?format=api"
            },
            "volume": 1676736981664,
            "numberOfFiles": 3097,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34204,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NCAR/CESM1-CAM5-SE-HR/control-1950",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM1-CAM5-SE-HR model output for the \"control-1950\" experiment",
                "uuid": "6ed5c6b60fe949e0894f47ca845358aa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34203/?format=api"
            },
            "volume": 3544277941919,
            "numberOfFiles": 493,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 34208,
            "dataPath": "/badc/cmip6/data/CMIP6/HighResMIP/NCAR/CESM1-CAM5-SE-HR/highres-future",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: National Center for Atmospheric Research (NCAR) CESM1-CAM5-SE-HR model output for the \"highres-future\" experiment",
                "uuid": "43635825250644eab4cf58b5ada087e5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/34207/?format=api"
            },
            "volume": 1285205677072,
            "numberOfFiles": 185,
            "fileFormat": "Data are netCDF formatted."
        }
    ]
}