Return all event versions

Query Parameters

  • name-contains=<string>
  • release=<cat1>[,<cat2>]
  • min-<param-name>=<value>
  • max-<param-name>=<value>
  • lastver=<bool>: if true or empty, include only the last version of each event on the list. Defaults to false.
  • include-default-parameters: if true or empty, include a list with the preferred values for default parameters.
  • pagesize=<int>: Number of results to return per page.

Find the full list of allowed parameter <param-name>s in the /default-parameters/ endpoint.

Example:

/event-versions?max-mass-1-source=3

GET /api/v2/event-versions?format=api&page=19
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/event-versions?format=api&page=18",
    "results_count": 368,
    "results_per_page": 20,
    "num_pages": 19,
    "page_number": 19,
    "results": [
        {
            "name": "151012.2",
            "shortName": "151012.2-v1",
            "gps": 1128666662.2,
            "version": 1,
            "catalog": "GWTC-1-marginal",
            "doi": "https://doi.org/10.7935/82H3-HH23",
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "https://gwosc.org/api/v2/event-versions/151012.2-v1?format=api"
        },
        {
            "name": "151008",
            "shortName": "151008-v1",
            "gps": 1128348574.5,
            "version": 1,
            "catalog": "GWTC-1-marginal",
            "doi": "https://doi.org/10.7935/82H3-HH23",
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "https://gwosc.org/api/v2/event-versions/151008-v1?format=api"
        },
        {
            "name": "GW150914",
            "shortName": "GW150914-v1",
            "gps": 1126259462.4,
            "version": 1,
            "catalog": "O1_O2-Preliminary",
            "doi": "http://dx.doi.org/10.7935/K5MW2F23",
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW150914-v1?format=api"
        },
        {
            "name": "GW150914",
            "shortName": "GW150914-v2",
            "gps": 1126259462.4,
            "version": 2,
            "catalog": "O1_O2-Preliminary",
            "doi": "http://dx.doi.org/10.7935/K5MW2F23",
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW150914-v2?format=api"
        },
        {
            "name": "GW150914",
            "shortName": "GW150914-v3",
            "gps": 1126259462.4,
            "version": 3,
            "catalog": "GWTC-1-confident",
            "doi": "https://doi.org/10.7935/82H3-HH23",
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW150914-v3?format=api"
        },
        {
            "name": "GW150914",
            "shortName": "GW150914-v4",
            "gps": 1126259462.4,
            "version": 4,
            "catalog": "GWTC-2.1-confident",
            "doi": "https://doi.org/10.7935/qf3a-3z67",
            "detectors": [],
            "detail_url": "https://gwosc.org/api/v2/event-versions/GW150914-v4?format=api"
        },
        {
            "name": "blind_injection",
            "shortName": "blind_injection-v1",
            "gps": 968654557.9,
            "version": 1,
            "catalog": "Initial_LIGO_Virgo",
            "doi": "",
            "detectors": [
                "H1",
                "L1"
            ],
            "detail_url": "https://gwosc.org/api/v2/event-versions/blind_injection-v1?format=api"
        },
        {
            "name": "GRB051103",
            "shortName": "GRB051103-v1",
            "gps": 815043278.0,
            "version": 1,
            "catalog": "Initial_LIGO_Virgo",
            "doi": "",
            "detectors": [],
            "detail_url": "https://gwosc.org/api/v2/event-versions/GRB051103-v1?format=api"
        }
    ]
}