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

{
    "ob_id": 6594,
    "uuid": "0d401c19272d3f57ef1367dc64679310",
    "title": "Limb Infra-red Monitor of the Stratosphere (LIMS) Instrument: Methane and Nitrogen Dioxide 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 mixing ratios of methane and nitrogen dioxide. ",
    "keywords": "LIMS, Methane, Nitrogen Dioxide",
    "publicationState": "published",
    "dataPublishedTime": "2007-01-13T23:38:22",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/6595/?format=api",
        "dataPath": "/badc/lims/data/gases",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 12940739,
        "numberOfFiles": 101,
        "fileFormat": "Data are ASCII formatted.\r\n"
    },
    "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": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/4310/?format=api"
    ],
    "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/28450/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28455/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28449/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28452/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28453/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28454/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28456/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/28451/?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"
        }
    ]
}