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=9700
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=9800",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=9600",
    "results": [
        {
            "ob_id": 38248,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig23/v20220928",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 6.23 v20220928",
                "uuid": "a1f46ad9f2644e60a87591c6b4537fef",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38247/?format=api"
            },
            "volume": 13629,
            "numberOfFiles": 4,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 38251,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig3/v20220928",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 6.3 v20220928",
                "uuid": "d059d2e28b6d4a7d88a6fe2d0d25ba93",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38250/?format=api"
            },
            "volume": 4819,
            "numberOfFiles": 4,
            "fileFormat": "Data are csv formatted"
        },
        {
            "ob_id": 38254,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig17/v20220928",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 6.17 (v20220928)",
                "uuid": "cdabe9af5aa94608b227e6b9a96771f9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38253/?format=api"
            },
            "volume": 19793,
            "numberOfFiles": 6,
            "fileFormat": "Data are txt formatted"
        },
        {
            "ob_id": 38256,
            "dataPath": "/neodc/esacci/ghg/data/cci_plus/CO2_OC2_FOCA/v10.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Greenhouse Gases Climate Change Initiative (GHG_cci): Column averaged carbon dioxide from OCO-2 generated with the FOCAL algorithm, version 10",
                "uuid": "070522ac6a5d4973a95c544beef714b4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/37846/?format=api"
            },
            "volume": 50147202410,
            "numberOfFiles": 2230,
            "fileFormat": "Data are in NetCDF format."
        },
        {
            "ob_id": 38261,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig6sm3/v20220930",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 6.SM.3 (v20220930)",
                "uuid": "59617e4c032543d48364f9ff2711372c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38260/?format=api"
            },
            "volume": 30787,
            "numberOfFiles": 12,
            "fileFormat": "Data are in .txt format"
        },
        {
            "ob_id": 38264,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig16/v20220930",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 6.16 (v20223009)",
                "uuid": "dc93cf482acb4dff8d7baa01dfa1fa29",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38263/?format=api"
            },
            "volume": 29758,
            "numberOfFiles": 12,
            "fileFormat": "Data are txt formatted"
        },
        {
            "ob_id": 38267,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig6sm5/v20220930",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 38270,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig6sm4/v20220930",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 6.SM.4 (v20220930)",
                "uuid": "56c283c79666449ebe0235e809bdb69f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38269/?format=api"
            },
            "volume": 54552,
            "numberOfFiles": 7,
            "fileFormat": "Data are csv and txt formatted"
        },
        {
            "ob_id": 38273,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig6sm5/v20220930",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 38275,
            "dataPath": "/badc/ar6_wg1/data/ch_06/ch6_fig6sm5/v20220930",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - data for Figure 6.SM.5 (v20220930)",
                "uuid": "c1e3dcebccfd43b4a65f8e446f9944e3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38274/?format=api"
            },
            "volume": 199005,
            "numberOfFiles": 7,
            "fileFormat": "Data are csv formatted"
        },
        {
            "ob_id": 38278,
            "dataPath": "/badc/ar6_wg1/data/ch_06/inputdata_ch6_fig14/v20220930",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Chapter 6 of the Working Group I Contribution to the IPCC Sixth Assessment Report - Input data for Figure 6.14 v20220930",
                "uuid": "39b789cb48694497941cd0c17f99bd69",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38277/?format=api"
            },
            "volume": 1410241860,
            "numberOfFiles": 11,
            "fileFormat": "Data are netCDF formatted"
        },
        {
            "ob_id": 38280,
            "dataPath": "/neodc/esacci/sea_state/data/v3_release/altimeter/l4/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea State Climate Change Initiative (Sea_State_cci) : Global remote sensing merged multi-mission monthly gridded significant wave height from altimetry,  L4 product, version 3",
                "uuid": "9c350d4ff7ee438f9f1fc7252cbb2282",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33298/?format=api"
            },
            "volume": 414414459,
            "numberOfFiles": 225,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 38281,
            "dataPath": "/neodc/esacci/sea_state/data/v3_release/altimeter/l3/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea State Climate Change Initiative (Sea_State_cci) : Global remote sensing daily merged multi-mission along-track significant wave height from altimetry, L3 product, version 3",
                "uuid": "e6af67fca81c40b7bb3eddaadde06909",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33299/?format=api"
            },
            "volume": 61289669218,
            "numberOfFiles": 6928,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 38282,
            "dataPath": "/neodc/esacci/sea_state/data/v3_release/altimeter/l2p/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea State Climate Change Initiative (Sea_State_cci): Global remote sensing multi-mission along-track significant wave height from altimetry, L2P product, version 3",
                "uuid": "8cb46a5efaa74032bf1833438f499cc3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33300/?format=api"
            },
            "volume": 203068747647,
            "numberOfFiles": 709369,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 38299,
            "dataPath": "/neodc/esacci/sea_state/data/v3_release/sar/l2p/envisat/issp/v1.1/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea State Climate Change Initiative (Sea_State_cci): Global remote sensing multi-mission along-track Integrated Sea State Parameters (ISSP) from SAR Wave Mode onboard ENVISAT, L2P product, release version 3",
                "uuid": "8cd1a9beabc648c8a2c91fa68791d9d7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38287/?format=api"
            },
            "volume": 16199592630,
            "numberOfFiles": 166980,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 38300,
            "dataPath": "/neodc/esacci/sea_state/data/v3_release/sar/l2p/sentinel1/issp/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea State Climate Change Initiative (Sea_State_cci): Global remote sensing multi-mission along-track Integrated Sea State Parameters (ISSP) from SAR WV onboard Sentinel-1A & 1B, L2P product, release version 3",
                "uuid": "fe02d5eef9ef4ad889d1917ccad3b35f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38286/?format=api"
            },
            "volume": 14112320802,
            "numberOfFiles": 119659,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 38301,
            "dataPath": "/neodc/esacci/sea_state/data/v3_release/sar/l2p/sentinel1/swh/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea State Climate Change Initiative (Sea_State_cci): Global remote sensing multi-mission along-track significant wave height (SWH) from SAR WV onboard Sentinel-1A & 1B, L2P product, release version 3.",
                "uuid": "81bab8b378db443db4482a5961a58ec1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33301/?format=api"
            },
            "volume": 9147079125,
            "numberOfFiles": 127451,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 38303,
            "dataPath": "/neodc/esacci/sea_state/data/v3_release/insitu/microseism/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Sea State Climate Change Initiative (Sea_State_cci): Seismic spectrograms from broadband seismometers, release version 3",
                "uuid": "2fa69cb20ac84cec9e16739e72fd7da1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38302/?format=api"
            },
            "volume": 204891845382,
            "numberOfFiles": 14220,
            "fileFormat": "Data are in NetCDF format.   PNG images are also provided"
        },
        {
            "ob_id": 38311,
            "dataPath": "/neodc/sentinel5p/data/L2_O3_TCL/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Sentinel 5P: Tropospheric Ozone Column (O3_TCL) level 2 data",
                "uuid": "3dfc1388681941cb973a0dbd6f3056f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38310/?format=api"
            },
            "volume": 1624763475,
            "numberOfFiles": 3228,
            "fileFormat": "These files are provided in netCDF format."
        },
        {
            "ob_id": 38319,
            "dataPath": "/neodc/esacci/water_vapour/data/WV-strato/L3S/v3.3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "ESA Water Vapour Climate Change Initiative (Water_Vapour_cci): Vertically resolved water vapour - stratosphere (CCI WV-strato, CDR-3), v3.3",
                "uuid": "92824e3ec2e44a58b10048df3209b99c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32933/?format=api"
            },
            "volume": 8483130,
            "numberOfFiles": 2,
            "fileFormat": "Data are in NetCDF format"
        },
        {
            "ob_id": 38322,
            "dataPath": "/badc/evoflood/data/Downscaled_CMIP6_Climate_Data/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "NetCDF"
        },
        {
            "ob_id": 38325,
            "dataPath": "/neodc/sentinel3a/data/OLCI/L2_LRR/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Sentinel 3A Ocean and Land Colour Instrument (OLCI) Land Reduced Resolution (LRR) Level 2 data",
                "uuid": "fa7519c41af742d696729b0ac2db8148",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38324/?format=api"
            },
            "volume": 55368348523,
            "numberOfFiles": 922,
            "fileFormat": "These image files are in NETCDF4 format."
        },
        {
            "ob_id": 38336,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/HAMMOZ-Consortium/MPI-ESM-1-2-HAM/hist-piAer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the HAMMOZ-Consortium team MPI-ESM-1-2-HAM model output for the \"hist-piAer\" experiment",
                "uuid": "09fa441901da4e93a5ac98de515aa0fa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/33476/?format=api"
            },
            "volume": 387636742,
            "numberOfFiles": 32,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38339,
            "dataPath": "/badc/deposited2022/Heathfield-CO2-O2-APO",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Continuous measurements of atmospheric carbon dioxide (CO2) and oxygen (O2) at Heathfield Tower 2021-2022",
                "uuid": "bfc2483537a744dca8e3239278b6e522",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38338/?format=api"
            },
            "volume": 71317401,
            "numberOfFiles": 5,
            "fileFormat": "Data are BADC-CSV formatted."
        },
        {
            "ob_id": 38342,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/ssp370SST-lowBC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp370SST-lowBC\" experiment",
                "uuid": "c6edaf0dbc6d47c6ae72f8b8ac41b2f2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38341/?format=api"
            },
            "volume": 623298689779,
            "numberOfFiles": 517,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38345,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/HAMMOZ-Consortium/MPI-ESM-1-2-HAM/ssp370-lowNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the HAMMOZ-Consortium team MPI-ESM-1-2-HAM model output for the \"ssp370-lowNTCF\" experiment",
                "uuid": "3cc4c5cc05414cd0b68ff489f9bd83f0",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38344/?format=api"
            },
            "volume": 95679664,
            "numberOfFiles": 12,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38348,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/ssp370-lowNTCFCH4",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp370-lowNTCFCH4\" experiment",
                "uuid": "ea0ec1a6d2a14432b25deef6764f54c2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38347/?format=api"
            },
            "volume": 1880291810504,
            "numberOfFiles": 2097,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38351,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/ssp370pdSST",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp370pdSST\" experiment",
                "uuid": "3765fcd48dcd47c08ea3964df44e01d2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38350/?format=api"
            },
            "volume": 573054479020,
            "numberOfFiles": 444,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38354,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/MOHC/UKESM1-0-LL/ssp370SST-ssp126Lu",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp370SST-ssp126Lu\" experiment",
                "uuid": "d6d34180aaac45a088211164b80484c6",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38353/?format=api"
            },
            "volume": 819356293479,
            "numberOfFiles": 578,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38357,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/NERC/UKESM1-0-LL/hist-1950HC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) UKESM1-0-LL model output for the \"hist-1950HC\" experiment",
                "uuid": "322be911e68649a3b13e1e0524d1586a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38356/?format=api"
            },
            "volume": 2493876213242,
            "numberOfFiles": 1579,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38360,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/NERC/UKESM1-0-LL/histSST-piCH4",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) UKESM1-0-LL model output for the \"histSST-piCH4\" experiment",
                "uuid": "3f69f24a1b3f44c694c11c1c4cb830af",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38359/?format=api"
            },
            "volume": 1545449780810,
            "numberOfFiles": 755,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38363,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/NERC/UKESM1-0-LL/histSST-piO3",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Natural Environment Research Council (NERC) UKESM1-0-LL model output for the \"histSST-piO3\" experiment",
                "uuid": "3a5906f2463341d993e4a88d483719fc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38362/?format=api"
            },
            "volume": 1543733003325,
            "numberOfFiles": 753,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38366,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/NIMS-KMA/UKESM1-0-LL/hist-piNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the NIMS-KMA team UKESM1-0-LL model output for the \"hist-piNTCF\" experiment",
                "uuid": "9e9a044998d94e579f36d54e6a79c5dc",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38365/?format=api"
            },
            "volume": 3679769779234,
            "numberOfFiles": 6335,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38369,
            "dataPath": "/badc/cmip6/data/CMIP6/AerChemMIP/NIMS-KMA/UKESM1-0-LL/ssp370-lowNTCF",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the NIMS-KMA team UKESM1-0-LL model output for the \"ssp370-lowNTCF\" experiment",
                "uuid": "510de2f659f44de8bafac16ba4a24e93",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38368/?format=api"
            },
            "volume": 1005279916065,
            "numberOfFiles": 2380,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38372,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CCCma/CanESM5/esm-1pct-brch-1000PgC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"esm-1pct-brch-1000PgC\" experiment",
                "uuid": "40fc89ed05b948e89790eb65b8dc1b99",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38371/?format=api"
            },
            "volume": 1018808567,
            "numberOfFiles": 10,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38375,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CCCma/CanESM5/esm-1pct-brch-2000PgC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"esm-1pct-brch-2000PgC\" experiment",
                "uuid": "29adfc14c867484d9ebb82d50111ab02",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38374/?format=api"
            },
            "volume": 339366229,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38378,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CCCma/CanESM5/hist-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"hist-bgc\" experiment",
                "uuid": "087d35b826ef4c6483b37cffbe593431",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38377/?format=api"
            },
            "volume": 1682670738,
            "numberOfFiles": 14,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38381,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CCCma/CanESM5/ssp534-over-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"ssp534-over-bgc\" experiment",
                "uuid": "243f338b9532449fb6b53f42fb6563f3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38380/?format=api"
            },
            "volume": 208045199,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38384,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CCCma/CanESM5/ssp585-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"ssp585-bgc\" experiment",
                "uuid": "e765d04bf5dd4aacaa08d30c3a84a331",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38383/?format=api"
            },
            "volume": 292302978,
            "numberOfFiles": 6,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38387,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/CSIRO/ACCESS-ESM1-5/esm-ssp585",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"esm-ssp585\" experiment",
                "uuid": "fca87ec2d659448b873da5d6eee7d581",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38386/?format=api"
            },
            "volume": 779316173,
            "numberOfFiles": 11,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38390,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/1pctCO2-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"1pctCO2-bgc\" experiment",
                "uuid": "96d519fcf39d43589d2d2281cbdc95a8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38389/?format=api"
            },
            "volume": 632834473,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38393,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/1pctCO2Ndep",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"1pctCO2Ndep\" experiment",
                "uuid": "cd42f74d09ee4875bfb28312d7fbd7f1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38392/?format=api"
            },
            "volume": 633516126,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38396,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/1pctCO2Ndep-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"1pctCO2Ndep-bgc\" experiment",
                "uuid": "f0f84169b2d442dab41b96a5c4b72a4d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38395/?format=api"
            },
            "volume": 632849840,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38399,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/1pctCO2-rad",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"1pctCO2-rad\" experiment",
                "uuid": "7a1eab754a434b61b1b71a1b47f903a4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38398/?format=api"
            },
            "volume": 635365066,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38402,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/esm-1pct-brch-750PgC",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"esm-1pct-brch-750PgC\" experiment",
                "uuid": "993fde9690764abf9b56658ce9895496",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38401/?format=api"
            },
            "volume": 1102354663,
            "numberOfFiles": 9,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38405,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/esm-ssp585",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"esm-ssp585\" experiment",
                "uuid": "0af81793202a4a02876bb8a4500ab67e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38404/?format=api"
            },
            "volume": 363309396,
            "numberOfFiles": 5,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38408,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/hist-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"hist-bgc\" experiment",
                "uuid": "ab6754b1072b4d88bcddabda755da8cb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38407/?format=api"
            },
            "volume": 699150210,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38411,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/ssp534-over-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"ssp534-over-bgc\" experiment",
                "uuid": "c22f0140f83a4c00b0c6db4df0a276a8",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38410/?format=api"
            },
            "volume": 364114606,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38414,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MIROC/MIROC-ES2L/ssp585-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"ssp585-bgc\" experiment",
                "uuid": "2fb2d315f7f6490dbc47324224c960d2",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38413/?format=api"
            },
            "volume": 362834915,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38417,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MOHC/UKESM1-0-LL/1pctCO2Ndep",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"1pctCO2Ndep\" experiment",
                "uuid": "92fd9cbe9cc14487ae7d63eb4f33b224",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38416/?format=api"
            },
            "volume": 762749984874,
            "numberOfFiles": 626,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38420,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MOHC/UKESM1-0-LL/1pctCO2Ndep-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"1pctCO2Ndep-bgc\" experiment",
                "uuid": "3ccd71ef5c03465991cfb8d6616f743d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38419/?format=api"
            },
            "volume": 763630419188,
            "numberOfFiles": 627,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38423,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MOHC/UKESM1-0-LL/ssp534-over-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"ssp534-over-bgc\" experiment",
                "uuid": "0d85b8a61be7459ebb71677a03da6ab4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38422/?format=api"
            },
            "volume": 1613546236304,
            "numberOfFiles": 1840,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38426,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MPI-M/MPI-ESM1-2-LR/1pctCO2-bgc",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"1pctCO2-bgc\" experiment",
                "uuid": "ec557e0cd62343d7a85218b00e62e3ec",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38425/?format=api"
            },
            "volume": 639162735,
            "numberOfFiles": 43,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38429,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MPI-M/MPI-ESM1-2-LR/1pctCO2-rad",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"1pctCO2-rad\" experiment",
                "uuid": "364c4ec4483b4b0bbf6040dbbd674b2f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38428/?format=api"
            },
            "volume": 637591874,
            "numberOfFiles": 43,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38432,
            "dataPath": "/badc/cmip6/data/CMIP6/C4MIP/MPI-M/MPI-ESM1-2-LR/esm-ssp585",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Max Planck Institute for Meteorology (MPI-M) MPI-ESM1-2-LR model output for the \"esm-ssp585\" experiment",
                "uuid": "0eb9898160a24e5a8e7da645c411625e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38431/?format=api"
            },
            "volume": 391363458,
            "numberOfFiles": 31,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38435,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/CCCma/CanESM5/esm-pi-cdr-pulse",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"esm-pi-cdr-pulse\" experiment",
                "uuid": "0965e28982934720882190e10d710d8e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38434/?format=api"
            },
            "volume": 2034596731,
            "numberOfFiles": 14,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38438,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/CCCma/CanESM5/esm-pi-CO2pulse",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"esm-pi-CO2pulse\" experiment",
                "uuid": "2e20a06df143460cbe0fb8c7b364de76",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38437/?format=api"
            },
            "volume": 2036715506,
            "numberOfFiles": 14,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38441,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/MIROC/MIROC-ES2L/1pctCO2-cdr",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"1pctCO2-cdr\" experiment",
                "uuid": "ca8ce4ca80814a8481e9041a43ab3f19",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38440/?format=api"
            },
            "volume": 2125492159,
            "numberOfFiles": 13,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38444,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/MIROC/MIROC-ES2L/esm-ssp534-over",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"esm-ssp534-over\" experiment",
                "uuid": "001d5265ceb24c70a82b3eadf464d1f4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38443/?format=api"
            },
            "volume": 364874415,
            "numberOfFiles": 5,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38447,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/MOHC/UKESM1-0-LL/esm-ssp585ext",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"esm-ssp585ext\" experiment",
                "uuid": "e252da702f4940d79e2a0be3288728c1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38446/?format=api"
            },
            "volume": 1248636902403,
            "numberOfFiles": 1224,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38450,
            "dataPath": "/badc/cmip6/data/CMIP6/CDRMIP/MOHC/UKESM1-0-LL/esm-ssp585-ocn-alk",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-0-LL model output for the \"esm-ssp585-ocn-alk\" experiment",
                "uuid": "20cf90d93ed94c299ef0017c4799ccee",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38449/?format=api"
            },
            "volume": 507368741935,
            "numberOfFiles": 787,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38453,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/abrupt-0p5xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"abrupt-0p5xCO2\" experiment",
                "uuid": "b4318684e52f4ea899c88fa25e5d4f76",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38452/?format=api"
            },
            "volume": 5947539943,
            "numberOfFiles": 20,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38456,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/abrupt-solm4p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"abrupt-solm4p\" experiment",
                "uuid": "293020ac9cb9445494d4917afd2e63a1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38455/?format=api"
            },
            "volume": 5956468348,
            "numberOfFiles": 20,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38459,
            "dataPath": "/badc/cmip6/data/CMIP6/CFMIP/CCCma/CanESM5/abrupt-solp4p",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"abrupt-solp4p\" experiment",
                "uuid": "b3acf44e24154cbab2cbc30687abac4b",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38458/?format=api"
            },
            "volume": 5945893804,
            "numberOfFiles": 22,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38462,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/IPSL/IPSL-CM6A-LR/1pctCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"1pctCO2\" experiment",
                "uuid": "f36090c789e643ff8dd52b3b4413d438",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38461/?format=api"
            },
            "volume": 489926622700,
            "numberOfFiles": 137,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38465,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/CNRM-CERFACS/CNRM-CM6-1/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the CNRM-CERFACS team CNRM-CM6-1 model output for the \"amip\" experiment",
                "uuid": "c88783bccc3d4047b9b37f00e10c6d9f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38464/?format=api"
            },
            "volume": 888435606635,
            "numberOfFiles": 453,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38468,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/IPSL/IPSL-CM6A-LR/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"amip\" experiment",
                "uuid": "960730a953434e16800ed425ab29e6a9",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38467/?format=api"
            },
            "volume": 1310295277232,
            "numberOfFiles": 1065,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38471,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/IPSL/IPSL-CM6A-LR/historical",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"historical\" experiment",
                "uuid": "2566688797cf4fc18a13f9519f7de011",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38470/?format=api"
            },
            "volume": 73028276980152,
            "numberOfFiles": 6879,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38474,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/IPSL/IPSL-CM6A-LR-INCA/historical",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR-INCA model output for the \"historical\" experiment",
                "uuid": "f21e694ceec5452d95aa97e9aa8c0fde",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38473/?format=api"
            },
            "volume": 7919985378491,
            "numberOfFiles": 731,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38477,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/IPSL/IPSL-CM6A-LR/piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"piControl\" experiment",
                "uuid": "4a0e0d69e81744c58a55bd23895d3c41",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38476/?format=api"
            },
            "volume": 42728114961714,
            "numberOfFiles": 3488,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38480,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/MIROC/MIROC-ES2L/esm-hist",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC-ES2L model output for the \"esm-hist\" experiment",
                "uuid": "5f4345de2bbb404db1f28006a8aa4a2d",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38479/?format=api"
            },
            "volume": 1398774887,
            "numberOfFiles": 12,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38483,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/MOHC/UKESM1-1-LL/1pctCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-1-LL model output for the \"1pctCO2\" experiment",
                "uuid": "10ae03c55fd64a65b06cf1fb9ff231bf",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38482/?format=api"
            },
            "volume": 445940445088,
            "numberOfFiles": 293,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38487,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/MOHC/UKESM1-1-LL/abrupt-4xCO2",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-1-LL model output for the \"abrupt-4xCO2\" experiment",
                "uuid": "f75f5c5f57fc44ebb84a412b8d1e26fe",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38486/?format=api"
            },
            "volume": 447732805211,
            "numberOfFiles": 293,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38490,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/MOHC/UKESM1-1-LL/amip",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-1-LL model output for the \"amip\" experiment",
                "uuid": "bf601997b2c342e991875ed683491c1e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38489/?format=api"
            },
            "volume": 53343312343,
            "numberOfFiles": 108,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38493,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/MOHC/UKESM1-1-LL/historical",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-1-LL model output for the \"historical\" experiment",
                "uuid": "6bf0a628fdeb4ed9a989a8d69e6781f1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38492/?format=api"
            },
            "volume": 489178792604,
            "numberOfFiles": 327,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38496,
            "dataPath": "/badc/cmip6/data/CMIP6/CMIP/MOHC/UKESM1-1-LL/piControl",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) UKESM1-1-LL model output for the \"piControl\" experiment",
                "uuid": "19b02068c0004bf7bcc6b729b2e98a8e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38495/?format=api"
            },
            "volume": 1368728667199,
            "numberOfFiles": 945,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38499,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CCCma/CanESM5/ssp245-cov-aer",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"ssp245-cov-aer\" experiment",
                "uuid": "017e3d22274c409b88d40b1e5ece9336",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38498/?format=api"
            },
            "volume": 319331912,
            "numberOfFiles": 10,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38502,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CCCma/CanESM5/ssp245-cov-fossil",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"ssp245-cov-fossil\" experiment",
                "uuid": "890c00eafb8f425684633c0051730e76",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38501/?format=api"
            },
            "volume": 319311024,
            "numberOfFiles": 10,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38505,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CCCma/CanESM5/ssp245-cov-GHG",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"ssp245-cov-GHG\" experiment",
                "uuid": "a508c01c1ef94c35b17a446de90f4ac4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38504/?format=api"
            },
            "volume": 319338811,
            "numberOfFiles": 10,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38508,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CCCma/CanESM5/ssp245-covid",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"ssp245-covid\" experiment",
                "uuid": "728997c8189c44e1bd93a86151b753de",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38507/?format=api"
            },
            "volume": 319331910,
            "numberOfFiles": 10,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38511,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CCCma/CanESM5/ssp245-cov-modgreen",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"ssp245-cov-modgreen\" experiment",
                "uuid": "27513dfc33e549dab9429b4ce719e7e1",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38510/?format=api"
            },
            "volume": 319457170,
            "numberOfFiles": 10,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38514,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CCCma/CanESM5/ssp245-cov-strgreen",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"ssp245-cov-strgreen\" experiment",
                "uuid": "535fde6e4c6a478c8268760b50663047",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38513/?format=api"
            },
            "volume": 319482699,
            "numberOfFiles": 10,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38517,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/ssp245-cov-fossil",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"ssp245-cov-fossil\" experiment",
                "uuid": "1ec2602b3aa5422189d456b386a4b525",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38516/?format=api"
            },
            "volume": 282429683,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38520,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/ssp245-covid",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"ssp245-covid\" experiment",
                "uuid": "351a8052c32f45bbb680e2b7eb178ffb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38519/?format=api"
            },
            "volume": 282417722,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38523,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/ssp245-cov-modgreen",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"ssp245-cov-modgreen\" experiment",
                "uuid": "adca102f6e23407ca2d0d1a2a24b7048",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38522/?format=api"
            },
            "volume": 282356772,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38526,
            "dataPath": "/badc/cmip6/data/CMIP6/DAMIP/CSIRO/ACCESS-ESM1-5/ssp245-cov-strgreen",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Commonwealth Scientific and Industrial Research Organisation (CSIRO) ACCESS-ESM1-5 model output for the \"ssp245-cov-strgreen\" experiment",
                "uuid": "7204eab25dd44dbbb4d165265b3be944",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38525/?format=api"
            },
            "volume": 282322116,
            "numberOfFiles": 7,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38529,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/BCC/BCC-CSM2-MR/dcppA-hindcast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Beijing Climate Center (BCC) BCC-CSM2-MR model output for the \"dcppA-hindcast\" experiment",
                "uuid": "16bc4391496b456bb1a6e590e5eabccb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38528/?format=api"
            },
            "volume": 2198429271917,
            "numberOfFiles": 5416,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38532,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/CCCma/CanESM5/dcppA-assim",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"dcppA-assim\" experiment",
                "uuid": "77c114c824e4447a9ff120a0fcc78f18",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38531/?format=api"
            },
            "volume": 606496572,
            "numberOfFiles": 21,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38535,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/CCCma/CanESM5/dcppA-hindcast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Canadian Centre for Climate Modelling and Analysis (CCCma) CanESM5 model output for the \"dcppA-hindcast\" experiment",
                "uuid": "0d57ceb01b70430c8c4df8c2d1f082c7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38534/?format=api"
            },
            "volume": 1820019777499,
            "numberOfFiles": 12316,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38538,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/CMCC/CMCC-CM2-SR5/dcppA-hindcast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Centro Euro-Mediterraneo per I Cambiamenti Climatici (CMCC) CMCC-CM2-SR5 model output for the \"dcppA-hindcast\" experiment",
                "uuid": "6f3cd30769ca4228af59b0dbf4ddbfa5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38537/?format=api"
            },
            "volume": 2028003850350,
            "numberOfFiles": 6920,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38541,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/EC-Earth-Consortium/EC-Earth3/dcppA-hindcast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the EC-Earth-Consortium team EC-Earth3 model output for the \"dcppA-hindcast\" experiment",
                "uuid": "cbaa91bf0a0149b89baa114adb215c62",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38540/?format=api"
            },
            "volume": 15339505503575,
            "numberOfFiles": 140110,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38544,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/IPSL/IPSL-CM6A-LR/dcppA-hindcast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Institut Pierre-Simon Laplace (IPSL) IPSL-CM6A-LR model output for the \"dcppA-hindcast\" experiment",
                "uuid": "5d0563ed0b714645acee7dd6107cfbce",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38543/?format=api"
            },
            "volume": 11255527196991,
            "numberOfFiles": 3870,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38547,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MIROC/MIROC6/dcppA-hindcast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: the MIROC team MIROC6 model output for the \"dcppA-hindcast\" experiment",
                "uuid": "0914fc68f5d04813b277788ac25f1823",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38546/?format=api"
            },
            "volume": 1782840631556,
            "numberOfFiles": 9502,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38550,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppB-forecast",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppB-forecast\" experiment",
                "uuid": "13c9e8fe648d4c3b865da78966038b98",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38549/?format=api"
            },
            "volume": 7866026382001,
            "numberOfFiles": 28789,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38553,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-amv-ExTrop-neg",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-amv-ExTrop-neg\" experiment",
                "uuid": "d05c91c1c3b34beb93e158441fa82095",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38552/?format=api"
            },
            "volume": 3083549128092,
            "numberOfFiles": 16501,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38556,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-amv-ExTrop-pos",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-amv-ExTrop-pos\" experiment",
                "uuid": "23a0a7b412c748f2b39c4cb40b515335",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38555/?format=api"
            },
            "volume": 3083376073916,
            "numberOfFiles": 16501,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38559,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-amv-neg",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-amv-neg\" experiment",
                "uuid": "616d516a45394bf3963c912f5a170d4f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38558/?format=api"
            },
            "volume": 3130704264287,
            "numberOfFiles": 16501,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38562,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-amv-pos",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-amv-pos\" experiment",
                "uuid": "631a6309abd14992b941a81562f76250",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38561/?format=api"
            },
            "volume": 3130612166852,
            "numberOfFiles": 16501,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38565,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-amv-Trop-neg",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-amv-Trop-neg\" experiment",
                "uuid": "764979173db844a18675f4fc03f7b0b5",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38564/?format=api"
            },
            "volume": 3083693151238,
            "numberOfFiles": 16501,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 38568,
            "dataPath": "/badc/cmip6/data/CMIP6/DCPP/MOHC/HadGEM3-GC31-MM/dcppC-amv-Trop-pos",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "WCRP CMIP6: Met Office Hadley Centre (MOHC) HadGEM3-GC31-MM model output for the \"dcppC-amv-Trop-pos\" experiment",
                "uuid": "adb90069fc3f4787a545ed528adec375",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38567/?format=api"
            },
            "volume": 3083720037892,
            "numberOfFiles": 16501,
            "fileFormat": "Data are netCDF formatted."
        }
    ]
}