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

{
    "ob_id": 26592,
    "uuid": "10b3434ffdb44ff3ad3de18ae6af3e30",
    "title": "University of Bath: Ascension Island Skiymet Meteor Radar",
    "abstract": "The University of Bath's Ascension Island meteor radar (7.9 S, 14.4 W) is an all-sky VHF meteor radar commercially produced Skiymet system. The system was operational from October 2001 to June 2011, albeit with some gaps in the data coverage. In normal operation, the radar was operated continually.\r\n\r\nThe Skiymet radar system has the following parameters: \r\n - Radio frequency 43.5 MHz \r\n - Pulse repetition frequency 2144 Hz \r\n - Transmitter peak power 12 kW (sometimes 6 kW) \r\n - Duty cycle 15% \r\n\r\nThe radar detects radio scatter from the ionised trails of individual meteors drifting with the winds of the upper mesosphere, mesopause and lower thermosphere. A low-gain transmitter antenna is used to provide broad illumination of the sky. An array of five receiver antennas act as an interferometer to determine the azimuth and zenith angles of individual meteor echoes. Doppler measurements from each meteor determine the radial drift velocity and the meteor is assumed to be a passive tracer of atmospheric flow. The radar typically detects of order a few thousand meteors per day. These observations can be used to determine zonal and meriodional winds in the mesosphere, mesopause and lower thermosphere at heights of about 80 – 100 km and with height and time resolutions of ~ 3 km and 2 hours. \r\n\r\nThe radar produces daily “meteor position data” data files (mpd files) recording the details of each individual meteor echo. In normal operation a few thousand individual meteors are detected per day. The key data parameters recorded for each meteor echo include: \r\n\r\n1. Date and time of the meteor detection \r\n2. Range to the meteor echo point \r\n3. Height of the meteor echo above the ground \r\n4. Radial drift velocity of the meteor echo and its uncertainty \r\n5. Zenith and azimuth angles of the meteor echo \r\n6. Ambiguity levels in the determined zenith and azimuth angles \r\n7. Decay time of the meteor echo \r\n8. Meteor echo power and S/N ratio \r\n\r\nRecordings are made for each individual meteor detected allowing measurements of zonal and meriodional wind speeds in the mesosphere and lower thermosphere to be obtained. Meteor count rates vary diurnally and with season, but are usually up to a few thousand meteors per day.\r\n\r\nA description of the Skiymet meteor radar can be found in W.K. Hocking et al. (2001). See related documentation on this record.",
    "keywords": "meteor radar",
    "identifier_set": [],
    "instrumentType": "radar",
    "subInstrument": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111755/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111756/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111757/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111754/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/111758/?format=api"
    ]
}