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

{
    "ob_id": 12361,
    "uuid": "a7aebcabdce9416a9ccacfb13853a724",
    "title": "Landsat 8 Operational Land Imager (OLI) and Thermal Infrared Sensor (TIR): Land remote sensing level 1 data",
    "abstract": "Landsat 8 was a joint project between the National Aeronautics and Space Administration (NASA) and the United States Geological Survey (USGS). Data was originally obtained from the USGS via the Catapult Satellite Applications Facility and is now held by Centre for Environmental Data Analysis (CEDA). The data are in GeoTIFF format.\r\n\r\nThis Landsat 8 dataset corresponds to the standard Level 1 terrain corrected data compatible with data acquired using Landsat 1 to Landsat 7. The Landsat 8 payload comprises two sensors: the Operational Land Imager (OLI) and the Thermal Infrared Sensor (TIRS). The OLI provides measurements in the visible, near infrared and shortwave infrared at 30 m spatial resolution (bands 1-7 and 9), as well as in a panchromatic band (band 8) at 15 m spatial resolution. The OLI provides a new infrared channel (band 9) for cirrus detection and a new deep blue band (band 1) for coastal monitoring. The TIRS instrument provides thermal infrared measurements in two bands (bands 10 and 11) at 100 m spatial resolution resampled to 30 m to match the OLI multispectral bands. \r\n\r\nThe images are in North up (MAP) orientation. The data is supplied using the Universal Transverse Mercator (UTM) map projection. Polar Stereographic projection is used for polar scenes. The dataset uses the World Geodetic System (WGS) 84 datum. Pixel values are 16 bit. \r\n\r\nData is catalogued according to path and row number according to the Worldwide Reference System 2 (WRS-2).",
    "keywords": "Landsat 8, land surface",
    "publicationState": "published",
    "dataPublishedTime": "2015-07-21T09:24:55",
    "doiPublishedTime": null,
    "updateFrequency": "notPlanned",
    "status": "completed",
    "result_field": {
        "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/12528/?format=api",
        "dataPath": "/neodc/landsat8/data",
        "oldDataPath": [],
        "storageLocation": "internal",
        "storageStatus": "online",
        "volume": 12761244810732,
        "numberOfFiles": 84077,
        "fileFormat": "Images are GeoTIFF formatted."
    },
    "timePeriod": "https://api.catalogue.ceda.ac.uk/api/v2/times/3343/?format=api",
    "geographicExtent": "https://api.catalogue.ceda.ac.uk/api/v2/bboxes/634/?format=api",
    "nonGeographicFlag": false,
    "phenomena": [
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25843/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/25855/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/phenomona/26107/?format=api"
    ],
    "dataLineage": "Data collected from the United States Geological Survey and prepared by the Catapult Satellite Applications Facility before being acquired by Centre for Environmental Data Analysis (CEDA).",
    "removedDataTime": null,
    "removedDataReason": "",
    "language": "English",
    "identifier_set": [],
    "projects": [
        "https://api.catalogue.ceda.ac.uk/api/v2/projects/8334/?format=api"
    ],
    "observationcollection_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/12359/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/observationcollections/30129/?format=api"
    ],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47170/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47167/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47171/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74186/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/47168/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74188/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74189/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74190/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74460/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/74187/?format=api"
    ],
    "procedureAcquisition": null,
    "procedureCompositeProcess": "https://api.catalogue.ceda.ac.uk/api/v2/composites/12362/?format=api",
    "procedureComputation": null,
    "permissions": [
        {
            "ob_id": "https://api.catalogue.ceda.ac.uk/api/v2/observations/2641/?format=api",
            "useLimitation": null,
            "accessConstraints": null,
            "accessCategory": "public",
            "accessRoles": null,
            "label": "public: None group",
            "licenceURL": "https://www.usgs.gov/information-policies-and-instructions/copyrights-and-credits",
            "licenceClassifications": ""
        }
    ],
    "discoveryKeywords": [
        {
            "ob_id": 1138,
            "name": "NDGO0003"
        }
    ]
}