Get a list of Instrument objects. Instruments have a 1:1 mapping with Observations.

### Available end points:

- `/instruments/` - Will list all Instruments in the database
- `/instruments.json` - Will return all Instruments in json format
- `/instruments/<object_id>/` - Returns Instruments object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

- `title`
- `uuid`
- `keywords`
- `instrumentType`

### How to use filters:

- `/instruments/?title__startwith!=Instrument.title: DETAILS NEEDED`
- `/instruments/?uuid=c7fa005e2095425392b18adbd7b40617`
- `/instruments.json?instrumentType=radiometer`

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

{
    "ob_id": 377,
    "uuid": "3d8e7e994a2e4d11aa05f99847b8c044",
    "title": "FAAM/BAE systems: Hygrometer (General Eastern)",
    "abstract": "FAAM Core instrument measuring dew point or frost point by using a chilled mirror hygrometer. \r\n\r\nThe General Eastern 1011B is a chilled mirror hygrometer for use in cloud-free air - it optically monitors the temperature of a mirror when liquid water or ice begins to condense. Air is drawn through the instrument through a passive inlet located 6m aft of the nose and 4 cm from the skin, which is within the boundary layer. \r\n\r\nPerformance of the instrument depends on temperature; it is subject to oscillations at low frost points.\r\n\r\nThe data frequency is measurend in 4Hz. This 4Hz frequency can be found in the full core datafile, or as 1Hz in the 1Hz data file.\r\n\r\nParameters in the data files are: TDEW_GE (Dew point from the General Eastern instrument, K)",
    "keywords": "dew point, frost point, TDEW_GE, general eastern",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/272/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/273/?format=api"
    ],
    "instrumentType": "met_sensor",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/1036/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/1037/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/78279/?format=api"
    ]
}