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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=350",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 351,
    "results": [
        {
            "start": 871156398,
            "stop": 871163702
        },
        {
            "start": 871166621,
            "stop": 871175398
        },
        {
            "start": 871189562,
            "stop": 871236610
        },
        {
            "start": 871242473,
            "stop": 871243407
        },
        {
            "start": 871253049,
            "stop": 871257120
        },
        {
            "start": 871270578,
            "stop": 871272614
        },
        {
            "start": 871274331,
            "stop": 871277302
        },
        {
            "start": 871278281,
            "stop": 871289546
        },
        {
            "start": 871291268,
            "stop": 871293899
        },
        {
            "start": 871295223,
            "stop": 871300068
        },
        {
            "start": 871302161,
            "stop": 871312966
        },
        {
            "start": 871313815,
            "stop": 871324376
        },
        {
            "start": 871324379,
            "stop": 871324385
        },
        {
            "start": 871324389,
            "stop": 871325891
        },
        {
            "start": 871325899,
            "stop": 871326495
        },
        {
            "start": 871326499,
            "stop": 871326534
        },
        {
            "start": 871326543,
            "stop": 871326602
        },
        {
            "start": 871326606,
            "stop": 871326716
        },
        {
            "start": 871326720,
            "stop": 871326995
        },
        {
            "start": 871326998,
            "stop": 871327184
        }
    ]
}