Get a list of Observation objects.

### Available end points:

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

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

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

### How to use filters:

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

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

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

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

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

{
    "ob_id": 32458,
    "uuid": "ed1bc64e34a14ca28fedd2731735d18a",
    "title": "OpenIFS@home: ensemble of forecast simulations from Ex-tropical cyclone Karl case study",
    "abstract": "This dataset contains the 2000-member original validation test case for OpenIFS@home as presented in Sparrow et al 2021, GMD.\r\n\r\nThese are results from an ensemble of forecast simulations of the tropical cyclone Karl from September 2016, studied during the NAWDEX field campaign. This cyclone underwent extratropical transition and intensified in mid-latitudes to give rise to an intense jet-streak near Scotland and heavy rainfall over Norway.\r\n\r\nThe OpenIFS@Home data comprises output from the European Centre for Medium Range Weather Forecasts (ECMWF) OpenIFS model run under the BOINC framework and managed by http://climateprediction.net/ at the University of Oxford. OpenIFS is derived from ECMWF's IFS operational forecast model. The dataset consists of a 2000 member ensemble of the ECMWF OpenIFS cycle 40 release 1 model, run on the OpenIFS@home volunteer framework. The spatial resolution of the dataset is approximately 125km at the equator (corresponding to a spectral resolution of T159) with 60 vertical levels\r\n\r\nThe model output data format is WMO GRIB. Single level parameters and surface fields use GRIB-1 format whilst multi-level upper air fields use GRIB-2 format\r\n\r\nTo work with GRIB files requires the ECMWF ecCodes package. This software provides command line tools for linux/macOS for inspecting the contents of these files, such as listing parameters and meta-information\r\n\r\nThe model output files are on the native IFS grid, the so-called reduced Gaussian grid, rather than a regular latitude-longitude grid commonly used in plotting. The ECMWF metview application can be used to produce plots directly from the model output files without the need to interpolate first. Other applications exist, such as the Climate Data Operators (CDO) that can be used to first convert the GRIB model output files to netCDF for use in other plotting packages. \r\n\r\nThe data is arranged into subdirectories (one per ensemble member), each containing a zip file of the output GRIB data for that simulation. These follow the standard OpenIFS output format and represent 6 hourly snapshots throughout the forecast. The number in the filename denotes the hour of the forecast contained in each respective GRIB file",
    "keywords": "OpenIFS@home, cyclone, Karl",
    "publicationState": "citable",
    "dataPublishedTime": "2021-05-24T09:30:32",
    "doiPublishedTime": "2021-05-24T11:26:49.891857",
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/32459/?format=api",
        "dataPath": "/badc/openifs_at_home/data/tc_karl/",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 132390667932,
        "numberOfFiles": 1969,
        "fileFormat": "Data are WMO GRIB formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/8917/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/529/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [],
    "dataLineage": "Data were generated using ECMWF OpenIFS deployed under the CPDN distributed computing framework and then passed on to the Centre for Environmental Data (CEDA) for archiving.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/10891/?format=api"
    ],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/32468/?format=api"
    ],
    "observationcollection_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144495/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144496/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144497/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144498/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144499/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144500/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144502/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144503/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144504/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144505/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144506/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144507/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144508/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144509/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/144510/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": null,
    "procedureComputation": "https://api.catalogue.ceda.ac.uk/api/v2/computations/32461/?format=api",
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2526/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}