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

{
    "ob_id": 13733,
    "uuid": "234be8bf50ec46478f2720c2eaf14936",
    "title": "Eyjafjallajokull Volcanic Ash Cloud: Leosphere and Halo Doppler Lidar images from the Chilbolton Observatory, Hampshire",
    "abstract": "The Icelandic Volcano, Eyjafjallajokull, started erupting on 14th April 2010. The volcanic ash cloud produced covered much of Northern Europe for several weeks causing extensive disruption to air travel. The UK and European atmospheric communities had many instruments - both airborne and ground-based, remote sensing and in-situ - taking measurements of the ash cloud throughout this period. This dataset contains Leosphere and Halo Doppler Lidar images from the Chilbolton Observatory, Hampshire.\r\n",
    "keywords": "Eyjafjallajokull, Lidar, Chilbolton",
    "publicationState": "published",
    "dataPublishedTime": "2014-09-19T13:24:43",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/13734/?format=api",
        "dataPath": "/badc/eyjafjallajokull/data/chilbolton",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 14184866,
        "numberOfFiles": 55,
        "fileFormat": "Images are PNG formatted"
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/513/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/92/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25404/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54654/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54655/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54656/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54657/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54658/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54659/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54660/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54661/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54662/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54664/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54665/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54666/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/54667/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55839/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55840/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55841/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55842/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55843/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/55844/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/89372/?format=api"
    ],
    "dataLineage": "Data collected from the Chilbolton Facility for Atmospheric and Radio Research (CFARR). A copy of these data were made available to the British Atmospheric Data Centre (BADC) to assist the academic community during this volcanic ash event.",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/13984/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/1917/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/54257/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52554/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52559/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52560/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52561/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52562/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52555/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/52558/?format=api"
    ],
    "procedureAcquisition": "https://api.catalogue.ceda.ac.uk/api/v2/acquisitions/13735/?format=api",
    "procedureCompositeProcess": null,
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2522/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "registered",
            "accessRoles": null,
            "label": "registered: None group",
            "licenceURL": "http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/",
            "licenceClassifications": "any"
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}