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

{
    "ob_id": 45763,
    "uuid": "42ba7bc7bbab44b1a02d8c4879a8fdbb",
    "title": "Heathfield Tower: 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.\r\n\r\n\r\nThe CO2 is reported in ppm units and was measured using a non-dispersive infrared (NDIR) CO2 analyser from Siemens Corp., model Ultramat 6E. The O2 is reported as O2/N2 in per meg units and was measured using a dual lead fuel cell O2 analyser, Oxzilla from Sable Systems International Inc. These CO2 and O2 measurements were then combined to calculate Atmospheric Potential Oxygen (APO) in units of per meg.\r\nData are reported at 2-minute intervals.",
    "keywords": "Siemens, carbon dioxide,  CO2, CO2, Oxzilla, oxygen, O2, O2",
    "identifier_set": [],
    "instrumentType": "instrument",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218662/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218663/?format=api",
        "https://catalogue.ceda.ac.uk/api/v2/rpis/218660/?format=api"
    ]
}