Return a specific event.

Each event may have more than one version in the versions key. Each version correspond to a different parameter estimation analysis and typically belong to different catalogs.

Rel URLs:

  • Follow detail_url inside each version for a detail view of the event version and its parameters.
GET /api/v2/events/GW190521?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "GW190521",
    "grace_id": "S190521g",
    "run": "O3a",
    "gcn_notice": "https://gcn.gsfc.nasa.gov/notices_l/S190521g.lvc",
    "gcn_circular": "https://gcn.nasa.gov/circulars?query=S190521g",
    "aliases": [
        "GW190521",
        "GW190521_030229"
    ],
    "versions": [
        {
            "version": 1,
            "catalog": "O3_Discovery_Papers",
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW190521-v1?format=api"
        },
        {
            "version": 2,
            "catalog": "O3_Discovery_Papers",
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW190521-v2?format=api"
        },
        {
            "version": 3,
            "catalog": "GWTC-2",
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW190521-v3?format=api"
        },
        {
            "version": 4,
            "catalog": "GWTC-2.1-confident",
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW190521-v4?format=api"
        }
    ]
}