Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=499
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=500",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=498",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 499,
    "results": [
        {
            "start": 823195333,
            "stop": 823200073
        },
        {
            "start": 823214233,
            "stop": 823223113
        },
        {
            "start": 823224913,
            "stop": 823225552
        },
        {
            "start": 823225616,
            "stop": 823240798
        },
        {
            "start": 823241579,
            "stop": 823244057
        },
        {
            "start": 823244448,
            "stop": 823255730
        },
        {
            "start": 823257793,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823267725
        },
        {
            "start": 823268953,
            "stop": 823277954
        },
        {
            "start": 823279052,
            "stop": 823280213
        },
        {
            "start": 823280994,
            "stop": 823282611
        },
        {
            "start": 823329848,
            "stop": 823329849
        },
        {
            "start": 823329915,
            "stop": 823329916
        },
        {
            "start": 823330127,
            "stop": 823336480
        },
        {
            "start": 823338225,
            "stop": 823338345
        },
        {
            "start": 823338745,
            "stop": 823341252
        },
        {
            "start": 823341282,
            "stop": 823347203
        },
        {
            "start": 823347206,
            "stop": 823351213
        },
        {
            "start": 823351873,
            "stop": 823352898
        },
        {
            "start": 823352915,
            "stop": 823352934
        }
    ]
}