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

{
    "ob_id": 13194,
    "uuid": "a831cbf570494f6fb022c8f6c7d47b8f",
    "title": "Weybourne Atmospheric Observatory: Siemens Ultramet 6E & Sable Systems Oxzilla II",
    "abstract": "A single gas handling system is used to measure CO2 and O2 concurrently in a single contiguous system including both analysers. Air is sampled from an aspirated inlet on the 10 m tower at Weybourne using a diaphragm pump. A two stage drying system is employed and a pressure control interface is used to match the flows of both sample and reference flows upstream of the analyser. All calibrations and outside air measurements are performed against a reference flow of dry cylinder air to improve sensitivity. The CO2 analyser is a Siemens Ultramat 6E non-dispersive infra red (ND-IR) CO2 analyser. After passing through the Siemens CO2 analyser the airstream is analysed for O2 content using an Oxzilla II analyser from Sable Systems that utilises fuel cell technology. The data for both species is reported on the same timestamps.",
    "keywords": "NCAS, Siemens, carbon dioxide, Weybourne, CO2, CO2, Oxzilla, oxygen, O2, O2",
    "identifier_set": [],
    "instrumentType": "gas_chromatograph",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50564/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50565/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/50563/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/141008/?format=api"
    ]
}