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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6459",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6457",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6458,
    "results": [
        {
            "start": 873983628,
            "stop": 873984018
        },
        {
            "start": 873984019,
            "stop": 873984447
        },
        {
            "start": 873984449,
            "stop": 873985117
        },
        {
            "start": 873985119,
            "stop": 873985196
        },
        {
            "start": 873985197,
            "stop": 873985493
        },
        {
            "start": 873985494,
            "stop": 873986013
        },
        {
            "start": 873986014,
            "stop": 873986105
        },
        {
            "start": 873986107,
            "stop": 873986815
        },
        {
            "start": 873986816,
            "stop": 873987261
        },
        {
            "start": 873987262,
            "stop": 873987312
        },
        {
            "start": 873987313,
            "stop": 873987735
        },
        {
            "start": 873987736,
            "stop": 873988385
        },
        {
            "start": 873988386,
            "stop": 873989051
        },
        {
            "start": 873989052,
            "stop": 873989316
        },
        {
            "start": 873989317,
            "stop": 873989366
        },
        {
            "start": 873989367,
            "stop": 873989971
        },
        {
            "start": 873989972,
            "stop": 873989984
        },
        {
            "start": 873989986,
            "stop": 873990441
        },
        {
            "start": 873990442,
            "stop": 873990887
        },
        {
            "start": 873990888,
            "stop": 873990906
        }
    ]
}