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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=251",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 252,
    "results": [
        {
            "start": 934037109,
            "stop": 934037480
        },
        {
            "start": 934037483,
            "stop": 934037677
        },
        {
            "start": 934037679,
            "stop": 934038015
        },
        {
            "start": 934065792,
            "stop": 934065986
        },
        {
            "start": 934065988,
            "stop": 934066206
        },
        {
            "start": 934066211,
            "stop": 934066467
        },
        {
            "start": 934079835,
            "stop": 934080169
        },
        {
            "start": 934080171,
            "stop": 934080999
        },
        {
            "start": 934081001,
            "stop": 934081008
        },
        {
            "start": 934083435,
            "stop": 934084217
        },
        {
            "start": 934084219,
            "stop": 934084522
        },
        {
            "start": 934084527,
            "stop": 934084815
        },
        {
            "start": 934087035,
            "stop": 934087038
        },
        {
            "start": 934087040,
            "stop": 934087441
        },
        {
            "start": 934087446,
            "stop": 934088006
        },
        {
            "start": 934088008,
            "stop": 934088415
        },
        {
            "start": 934090635,
            "stop": 934090825
        },
        {
            "start": 934090876,
            "stop": 934090918
        },
        {
            "start": 934093285,
            "stop": 934093364
        },
        {
            "start": 934093366,
            "stop": 934093395
        }
    ]
}