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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5266",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5267,
    "results": [
        {
            "start": 875224470,
            "stop": 875224502
        },
        {
            "start": 875224509,
            "stop": 875224570
        },
        {
            "start": 875224583,
            "stop": 875224645
        },
        {
            "start": 875224652,
            "stop": 875224656
        },
        {
            "start": 875224669,
            "stop": 875224690
        },
        {
            "start": 875224697,
            "stop": 875224804
        },
        {
            "start": 875224811,
            "stop": 875224842
        },
        {
            "start": 875224852,
            "stop": 875224854
        },
        {
            "start": 875224868,
            "stop": 875224907
        },
        {
            "start": 875224915,
            "stop": 875224923
        },
        {
            "start": 875224930,
            "stop": 875224938
        },
        {
            "start": 875224945,
            "stop": 875224951
        },
        {
            "start": 875224958,
            "stop": 875224994
        },
        {
            "start": 875225009,
            "stop": 875225040
        },
        {
            "start": 875225048,
            "stop": 875225136
        },
        {
            "start": 875225143,
            "stop": 875225144
        },
        {
            "start": 875225151,
            "stop": 875225172
        },
        {
            "start": 875225187,
            "stop": 875225196
        },
        {
            "start": 875225204,
            "stop": 875225225
        },
        {
            "start": 875225232,
            "stop": 875225233
        }
    ]
}