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

{
    "ob_id": 7883,
    "uuid": "9fb728cd39cf4e1a9b8f90dc4181ca45",
    "title": "FSF Erbium doped Spectralon panel and Mylar and McCrone Filters",
    "abstract": "The calibration of the spectroradiometer's wavelength scale is often over looked by the users. However it is relatively easy to verify and does not always require expensive equipment. The Field Spectroscopy Facility uses a mercury argon spectral line source with emission lines in the ultra-violet, visible and near infrared spectral regions. They also use a calibrated Mylar sheet with absorption lines between 1.1 and 2.5��m, an erbium doped Spectralon panel with absorption features between 350 and 1500nm and a McCrone glass filter with absorption lines across the visible, near infrared and shortwave infrared spectrum.",
    "keywords": "",
    "identifier_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5122/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/5123/?format=api"
    ],
    "instrumentType": "filter",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32440/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/32439/?format=api"
    ]
}