Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=73
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=72",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 73,
    "results": [
        {
            "start": 817422660,
            "stop": 817422720
        },
        {
            "start": 817422780,
            "stop": 817422833
        },
        {
            "start": 817422953,
            "stop": 817423020
        },
        {
            "start": 817423080,
            "stop": 817423235
        },
        {
            "start": 817423252,
            "stop": 817423260
        },
        {
            "start": 817424327,
            "stop": 817424520
        },
        {
            "start": 817424640,
            "stop": 817424700
        },
        {
            "start": 817424760,
            "stop": 817424880
        },
        {
            "start": 817424940,
            "stop": 817425060
        },
        {
            "start": 817425120,
            "stop": 817425300
        },
        {
            "start": 817425360,
            "stop": 817425632
        },
        {
            "start": 817427752,
            "stop": 817428060
        },
        {
            "start": 817428180,
            "stop": 817428416
        },
        {
            "start": 817428448,
            "stop": 817429275
        },
        {
            "start": 817429806,
            "stop": 817429963
        },
        {
            "start": 817430160,
            "stop": 817430220
        },
        {
            "start": 817430420,
            "stop": 817430656
        },
        {
            "start": 817431104,
            "stop": 817431882
        },
        {
            "start": 817432099,
            "stop": 817432201
        },
        {
            "start": 817432321,
            "stop": 817433520
        }
    ]
}