Return all events from a given catalog.

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

{
    "next": null,
    "previous": null,
    "results_count": 5,
    "results_per_page": 20,
    "num_pages": 1,
    "page_number": 1,
    "results": [
        {
            "name": "200214_224526",
            "shortName": "200214_224526-v1",
            "gps": 1265755544.5,
            "version": 1,
            "catalog": "O3_IMBH_marginal",
            "doi": "https://doi.org/10.7935/7583-5j44",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/200214_224526-v1?format=api"
        },
        {
            "name": "200114_020818",
            "shortName": "200114_020818-v1",
            "gps": 1263002916.2,
            "version": 1,
            "catalog": "O3_IMBH_marginal",
            "doi": "https://doi.org/10.7935/7583-5j44",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/200114_020818-v1?format=api"
        },
        {
            "name": "191225_215715",
            "shortName": "191225_215715-v1",
            "gps": 1261346253.9,
            "version": 1,
            "catalog": "O3_IMBH_marginal",
            "doi": "https://doi.org/10.7935/7583-5j44",
            "detectors": [
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/191225_215715-v1?format=api"
        },
        {
            "name": "191223_014159",
            "shortName": "191223_014159-v1",
            "gps": 1261100537.6,
            "version": 1,
            "catalog": "O3_IMBH_marginal",
            "doi": "https://doi.org/10.7935/7583-5j44",
            "detectors": [
                "H1",
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/191223_014159-v1?format=api"
        },
        {
            "name": "190924_232654",
            "shortName": "190924_232654-v1",
            "gps": 1253402833.0,
            "version": 1,
            "catalog": "O3_IMBH_marginal",
            "doi": "https://doi.org/10.7935/7583-5j44",
            "detectors": [
                "L1",
                "V1"
            ],
            "detail_url": "http://gwosc.org/api/v2/event-versions/190924_232654-v1?format=api"
        }
    ]
}