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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7057",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7055",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7056,
    "results": [
        {
            "start": 873977899,
            "stop": 873978222
        },
        {
            "start": 873978223,
            "stop": 873978483
        },
        {
            "start": 873978484,
            "stop": 873979270
        },
        {
            "start": 873979271,
            "stop": 873979509
        },
        {
            "start": 873979510,
            "stop": 873979609
        },
        {
            "start": 873979610,
            "stop": 873979950
        },
        {
            "start": 873979951,
            "stop": 873980199
        },
        {
            "start": 873980200,
            "stop": 873981128
        },
        {
            "start": 873981129,
            "stop": 873981267
        },
        {
            "start": 873981268,
            "stop": 873981680
        },
        {
            "start": 873981681,
            "stop": 873982068
        },
        {
            "start": 873982069,
            "stop": 873982787
        },
        {
            "start": 873982788,
            "stop": 873983221
        },
        {
            "start": 873983222,
            "stop": 873983407
        },
        {
            "start": 873983409,
            "stop": 873983626
        },
        {
            "start": 873983628,
            "stop": 873984018
        },
        {
            "start": 873984019,
            "stop": 873984447
        },
        {
            "start": 873984449,
            "stop": 873985117
        },
        {
            "start": 873985119,
            "stop": 873985196
        },
        {
            "start": 873985197,
            "stop": 873985493
        }
    ]
}