Return a specific version of an event.

Query parameters:

  • include-default-parameters: if true or empty, include a list with the preferred values for default parameters.

Rel URLs:

  • Follow parameters_url for a list of parameter estimations.
  • Follow timelines_url for a list of timelines and segments.
  • Follow strain_files_url for a list of strain file links.
GET /api/v2/event-versions/200219_201407-v1?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "200219_201407",
    "gps": 1266178465.9,
    "version": 1,
    "catalog": "GWTC-3-marginal",
    "run": "O3b",
    "grace_id": "S200219bj",
    "aliases": [
        "200219_201407"
    ],
    "gcn_notice": "https://gcn.gsfc.nasa.gov/notices_l/S200219bj.lvc",
    "gcn_circular": "https://gcn.nasa.gov/circulars?query=S200219bj",
    "doi": "https://doi.org/10.7935/b024-1886",
    "detectors": [
        "H1",
        "L1",
        "V1"
    ],
    "parameters_url": "http://gwosc.org/api/v2/event-versions/200219_201407-v1/parameters?format=api",
    "timelines_url": "http://gwosc.org/api/v2/event-versions/200219_201407-v1/timelines?format=api",
    "strain_files_url": "http://gwosc.org/api/v2/event-versions/200219_201407-v1/strain-files?format=api"
}