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=5253
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=5254",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5252",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5253,
    "results": [
        {
            "start": 875212808,
            "stop": 875212810
        },
        {
            "start": 875212817,
            "stop": 875212873
        },
        {
            "start": 875212880,
            "stop": 875212933
        },
        {
            "start": 875212940,
            "stop": 875212978
        },
        {
            "start": 875212985,
            "stop": 875212989
        },
        {
            "start": 875212999,
            "stop": 875213008
        },
        {
            "start": 875213016,
            "stop": 875213077
        },
        {
            "start": 875213110,
            "stop": 875213134
        },
        {
            "start": 875213141,
            "stop": 875213187
        },
        {
            "start": 875213196,
            "stop": 875213197
        },
        {
            "start": 875213204,
            "stop": 875213227
        },
        {
            "start": 875213234,
            "stop": 875213244
        },
        {
            "start": 875213253,
            "stop": 875213280
        },
        {
            "start": 875213288,
            "stop": 875213333
        },
        {
            "start": 875213341,
            "stop": 875213347
        },
        {
            "start": 875213356,
            "stop": 875213370
        },
        {
            "start": 875213377,
            "stop": 875213379
        },
        {
            "start": 875213386,
            "stop": 875213400
        },
        {
            "start": 875213407,
            "stop": 875213457
        },
        {
            "start": 875213464,
            "stop": 875213469
        }
    ]
}