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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8113",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8114,
    "results": [
        {
            "start": 970831419,
            "stop": 970831539
        },
        {
            "start": 970831542,
            "stop": 970833106
        },
        {
            "start": 970833109,
            "stop": 970833678
        },
        {
            "start": 970833681,
            "stop": 970834104
        },
        {
            "start": 970834107,
            "stop": 970834204
        },
        {
            "start": 970834207,
            "stop": 970834446
        },
        {
            "start": 970834449,
            "stop": 970834658
        },
        {
            "start": 970834661,
            "stop": 970834996
        },
        {
            "start": 970834999,
            "stop": 970835366
        },
        {
            "start": 970835371,
            "stop": 970836166
        },
        {
            "start": 970836169,
            "stop": 970837629
        },
        {
            "start": 970837634,
            "stop": 970838446
        },
        {
            "start": 970838449,
            "stop": 970838478
        },
        {
            "start": 970838482,
            "stop": 970838880
        },
        {
            "start": 970838883,
            "stop": 970838960
        },
        {
            "start": 970838963,
            "stop": 970839317
        },
        {
            "start": 970839320,
            "stop": 970839506
        },
        {
            "start": 970839509,
            "stop": 970839529
        },
        {
            "start": 970839533,
            "stop": 970839945
        },
        {
            "start": 970839951,
            "stop": 970840127
        }
    ]
}