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

{
    "name": "GRB051103",
    "gps": 815043278.0,
    "version": 1,
    "catalog": "Initial_LIGO_Virgo",
    "grace_id": "",
    "aliases": [
        "GRB051103"
    ],
    "gcn_notice": null,
    "gcn_circular": null,
    "doi": "",
    "detectors": [],
    "parameters_url": "http://gwosc.org/api/v2/event-versions/GRB051103-v1/parameters?format=api",
    "timelines_url": "http://gwosc.org/api/v2/event-versions/GRB051103-v1/timelines?format=api",
    "strain_files_url": "http://gwosc.org/api/v2/event-versions/GRB051103-v1/strain-files?format=api"
}