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/13729/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 13729,
    "uuid": "f88869eab3374f7daa73306588d46ed8",
    "title": "Limb Infra-red Monitor of the Stratosphere (LIMS) Instrument: Temperature measurements",
    "abstract": "Infrared radiances from the Limb Infrared Monitor of the Stratosphere (LIMS) instrument, mounted on the Nimbus-7 satellite, were stored on a Radiance Archive Tape (RAT). RAT data was used to derive a series of products, two of which are held here. Firstly, the LIMS Inverted Profile Archival Tape (LAIPAT). This dataset contains radiances (from RAT), which are used to derive daily inverted profiles of temperature. ",
    "keywords": "LIMS, Temperature",
    "publicationState": "published",
    "dataPublishedTime": "2007-01-13T11:43:42",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13730/?format=api",
        "dataPath": "/badc/lims/data/temperatures",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 909614532,
        "numberOfFiles": 1158,
        "fileFormat": "Data are binary formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/1936/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/153/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21771/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21817/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/21823/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25382/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25383/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25386/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25388/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25394/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25397/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25400/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25940/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25942/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25999/?format=api"
    ],
    "dataLineage": "Data were collected by the Limb Infrared Monitor of the Stratosphere (LIMS) instrument, mounted on the Nimbus-7 satellite, and were stored on a Radiance Archive Tape (RAT). The RAT data were used to derive a series of products held at NASA, a copy of which was obtained by the Geophysical Data Facility (GDF, The predecessor archive to the BADC) for UK users.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/456/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/6593/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52545/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52546/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52544/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52548/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52549/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52550/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52551/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52547/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/6598/?format=api",
    "procedureComputation": null,
    "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"
        }
    ]
}