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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=378",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=376",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 377,
    "results": [
        {
            "start": 860159931,
            "stop": 860159937
        },
        {
            "start": 860159951,
            "stop": 860159956
        },
        {
            "start": 860159960,
            "stop": 860160148
        },
        {
            "start": 860160157,
            "stop": 860160168
        },
        {
            "start": 860160172,
            "stop": 860162112
        },
        {
            "start": 860162116,
            "stop": 860162174
        },
        {
            "start": 860162179,
            "stop": 860162299
        },
        {
            "start": 860162303,
            "stop": 860162347
        },
        {
            "start": 860162356,
            "stop": 860162410
        },
        {
            "start": 860162414,
            "stop": 860162425
        },
        {
            "start": 860162433,
            "stop": 860162439
        },
        {
            "start": 860162443,
            "stop": 860162461
        },
        {
            "start": 860162465,
            "stop": 860162531
        },
        {
            "start": 860162535,
            "stop": 860162599
        },
        {
            "start": 860162603,
            "stop": 860162628
        },
        {
            "start": 860162633,
            "stop": 860162639
        },
        {
            "start": 860162642,
            "stop": 860162992
        },
        {
            "start": 860162996,
            "stop": 860163002
        },
        {
            "start": 860163006,
            "stop": 860163012
        },
        {
            "start": 860163016,
            "stop": 860163026
        }
    ]
}