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

{
    "name": "170630",
    "gps": 1182874645.8,
    "version": 1,
    "catalog": "GWTC-1-marginal",
    "run": "O2",
    "grace_id": "N/A_MC170630_R1",
    "aliases": [
        "170630"
    ],
    "gcn_notice": "https://gcn.gsfc.nasa.gov/notices_l/N/A_MC170630_R1.lvc",
    "gcn_circular": "https://gcn.nasa.gov/circulars?query=N/A_MC170630_R1",
    "doi": "https://doi.org/10.7935/82H3-HH23",
    "detectors": [
        "H1",
        "L1"
    ],
    "parameters_url": "http://gwosc.org/api/v2/event-versions/170630-v1/parameters?format=api",
    "timelines_url": "http://gwosc.org/api/v2/event-versions/170630-v1/timelines?format=api",
    "strain_files_url": "http://gwosc.org/api/v2/event-versions/170630-v1/strain-files?format=api"
}