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=10700
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=10800",
    "previous": "https://api.catalogue.ceda.ac.uk/api/v2/results/?format=api&limit=100&offset=10600",
    "results": [
        {
            "ob_id": 42776,
            "dataPath": "/badc/ncas-mobile/data/ncas-mobile-x-band-radar-1/20181025_raine/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42777,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20110719-20110912",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42778,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20031204-20040308",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42779,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20171017-present",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42780,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20080218-20080428",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42781,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20080519-20090130",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42782,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20090213-20090804",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42783,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42784,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040831-20050601",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42785,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20100414-20110525",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42786,
            "dataPath": "/badc/ncas-mobile/data/ncas-cam-11/20220621_dcmex/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are JPG formatted."
        },
        {
            "ob_id": 42787,
            "dataPath": "/badc/ncas-mobile/data/ncas-cam-12/20220621_dcmex/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are JPG formatted."
        },
        {
            "ob_id": 42788,
            "dataPath": "/badc/ncas-mobile/data/ncas-opc-1/20220715_dcmex/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42789,
            "dataPath": "/badc/ncas-cao/data/ncas-cam-9/20160510_longterm/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are PNG formatted."
        },
        {
            "ob_id": 42790,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42791,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42792,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42793,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42794,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 28th March to 16th May 2007 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "db9130403ef721b6d4348204756d5b1a",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5424/?format=api"
            },
            "volume": 3021399,
            "numberOfFiles": 19,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42795,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42796,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42797,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42798,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42799,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42800,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070821-20071114",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from the 21st August to 14th November 2007 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Met Office Research Unit, Cardington, Bedfordshire",
                "uuid": "7247aba134f4c69e6d2732347c6f508c",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5421/?format=api"
            },
            "volume": 49166227,
            "numberOfFiles": 89,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42801,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42802,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42803,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42804,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42805,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42806,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20060407-20060927",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 7th April to 27th September 2006 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Met Office Research Unit, Cardington, Bedfordshire",
                "uuid": "3da566d8a06363ca962b0069cbf1477f",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5418/?format=api"
            },
            "volume": 39381489,
            "numberOfFiles": 179,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42807,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42808,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42809,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42810,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42811,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42812,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20031007-20031120",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 7th October to 20th November 2003 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "7d74964114750f4e9230c526a9410ed4",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5405/?format=api"
            },
            "volume": 971,
            "numberOfFiles": 1,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42813,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42814,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42815,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42816,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42817,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42818,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v2.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MOSAiC: Wind profiles from Galion G4000 Lidar Wind Profiler - Version 2",
                "uuid": "cc32622e68ad40bcac14fc6cd69ae4b7",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/38257/?format=api"
            },
            "volume": 1581135587,
            "numberOfFiles": 597,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42819,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20131106-20160118",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 6th November 2013 to 18th January 2016 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Met Office Research Unit, Cardington, Bedfordshire",
                "uuid": "ecbecb0fbf6e4a4e93bb3ee2cf9854cd",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12411/?format=api"
            },
            "volume": 8496511,
            "numberOfFiles": 1029,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42820,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42821,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42822,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42823,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42824,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42825,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v2.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42826,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20131106-20160118",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42827,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20030324-20030504",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 24th March to 4th May 2003 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "bf9493e21f965d022f786cede7decfe3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5409/?format=api"
            },
            "volume": 964,
            "numberOfFiles": 1,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42828,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42829,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42830,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42831,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42832,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42833,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v2.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42834,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20131106-20160118",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42835,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-dop-1/20191006_mosaic/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MOSAiC: Wind profiles from HALO Doppler lidar -version 1.0",
                "uuid": "25f1dfeed5224e26a132bba15bb91f38",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/39226/?format=api"
            },
            "volume": 349251084497,
            "numberOfFiles": 11051,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42836,
            "dataPath": "/badc/ncas-long-term/data/man-radar-1290mhz/20170216-20170410/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 16th February to 10th April 2017 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "b20f68b2ee0b42c5a135fe2589eb1afe",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27423/?format=api"
            },
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42837,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20120307-20120627",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 7th March to 27th June 2012 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Met Office Research Unit, Cardington, Bedfordshire",
                "uuid": "14a787cefc3a40538f46247dc52f89eb",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27418/?format=api"
            },
            "volume": 582948,
            "numberOfFiles": 3,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42838,
            "dataPath": "/badc/ncas-mobile/data/ncas-mobile-x-band-radar-1/20181025_raine/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "RAIN-E: NCAS mobile X-band radar scan data from Sandwith, near Whitehaven in Cumbria, UK, Version 1",
                "uuid": "bd860cadea1344ee83af32887a135d67",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32103/?format=api"
            },
            "volume": 8659041976065,
            "numberOfFiles": 332945,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42839,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20110719-20110912",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 19th July 2011 to 12th September 2011 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "927c2356feec4cfeaa1542e450f67a83",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27415/?format=api"
            },
            "volume": 986,
            "numberOfFiles": 1,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42840,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20031204-20040308",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 4th December 2003 to 8th March 2004 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "f8d7debd5998cfc91be47bc1c9c8c74e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5412/?format=api"
            },
            "volume": 973,
            "numberOfFiles": 1,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42841,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42842,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42843,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42844,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42845,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42846,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v2.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42847,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20131106-20160118",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42848,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-dop-1/20191006_mosaic/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42849,
            "dataPath": "/badc/ncas-long-term/data/man-radar-1290mhz/20170216-20170410/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42850,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20120307-20120627",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42851,
            "dataPath": "/badc/ncas-mobile/data/ncas-mobile-x-band-radar-1/20181025_raine/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42852,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20110719-20110912",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42853,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20171017-present",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 17th October 2017 to present measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "57739af449414fb6a806fdc076192e38",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27429/?format=api"
            },
            "volume": 1010,
            "numberOfFiles": 1,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42854,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20080218-20080428",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 18th February to 28th April 2008 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "8301ff5f9b2445ae82848db3f6125c35",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27409/?format=api"
            },
            "volume": 981,
            "numberOfFiles": 1,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42855,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20080519-20090130",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 19th May 2008 to 30th January 2009 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Met Office Research Unit, Cardington, Bedfordshire",
                "uuid": "619140d77c014be58f1c467f12330029",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27411/?format=api"
            },
            "volume": 1016,
            "numberOfFiles": 1,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42856,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20090213-20090804",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 13th February to 4th August 2009 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "1a48c5eef9a94c888ea6219412cbccc3",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/27413/?format=api"
            },
            "volume": 981,
            "numberOfFiles": 1,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42857,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "MOSAiC: Wind profiles from Galion G4000 Lidar Wind Profiler",
                "uuid": "c4abd037c7ad4019ad02d0c802e2f27e",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/37046/?format=api"
            },
            "volume": 1581121271,
            "numberOfFiles": 597,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42858,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040831-20050601",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": {
                "title": "Vertical wind profile data from 31st August 2004 to 1st June 2005 measured by the University of Manchester 1290 mhz mobile wind profiler deployed on long term observations at Capel Dewi, Wales",
                "uuid": "d406437a0dfa3b56b4186fcd089d1afa",
                "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/5430/?format=api"
            },
            "volume": 3784994,
            "numberOfFiles": 8,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42859,
            "dataPath": "/badc/ncas-mobile/data/ncas-sodar-1/20191016_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42860,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v3.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42861,
            "dataPath": "/badc/ncas-longterm-obs/data/ncas-mobile-xband-radar/20161101-20180604",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42862,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20040415-20040419",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42863,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20070328-20070516",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42864,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v2.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42865,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20131106-20160118",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42866,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-dop-1/20191006_mosaic/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42867,
            "dataPath": "/badc/ncas-long-term/data/man-radar-1290mhz/20170216-20170410/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42868,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20120307-20120627",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42869,
            "dataPath": "/badc/ncas-mobile/data/ncas-mobile-x-band-radar-1/20181025_raine/v1.0",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42870,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20110719-20110912",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42871,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20171017-present",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42872,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20080218-20080428",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42873,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20080519-20090130",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42874,
            "dataPath": "/badc/ncas-longterm-obs/data/man-radar-1290mhz/20090213-20090804",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        },
        {
            "ob_id": 42875,
            "dataPath": "/badc/ncas-mobile/data/ncas-lidar-wind-profiler-1/20191005_mosaic/v1.0/",
            "oldDataPath": [],
            "storageLocation": "internal",
            "storageStatus": "online",
            "observation": null,
            "volume": 0,
            "numberOfFiles": 0,
            "fileFormat": "Data are netCDF formatted."
        }
    ]
}