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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=20",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 21,
    "results": [
        {
            "start": 816358614,
            "stop": 816358699
        },
        {
            "start": 816358716,
            "stop": 816358781
        },
        {
            "start": 816362511,
            "stop": 816362520
        },
        {
            "start": 816362578,
            "stop": 816362685
        },
        {
            "start": 816362688,
            "stop": 816362689
        },
        {
            "start": 816362722,
            "stop": 816362724
        },
        {
            "start": 816362745,
            "stop": 816362802
        },
        {
            "start": 816362856,
            "stop": 816362869
        },
        {
            "start": 816362892,
            "stop": 816362904
        },
        {
            "start": 816362908,
            "stop": 816362949
        },
        {
            "start": 816362969,
            "stop": 816362970
        },
        {
            "start": 816362993,
            "stop": 816363005
        },
        {
            "start": 816363044,
            "stop": 816363079
        },
        {
            "start": 816363100,
            "stop": 816363116
        },
        {
            "start": 816363142,
            "stop": 816363216
        },
        {
            "start": 816363255,
            "stop": 816363263
        },
        {
            "start": 816363268,
            "stop": 816363311
        },
        {
            "start": 816363315,
            "stop": 816363407
        },
        {
            "start": 816363410,
            "stop": 816363411
        },
        {
            "start": 816363428,
            "stop": 816363522
        }
    ]
}