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/O2/timelines/L1_CBC_CAT2/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/O2/timelines/L1_CBC_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=20",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 21,
    "results": [
        {
            "start": 1165441712,
            "stop": 1165445043
        },
        {
            "start": 1165447750,
            "stop": 1165448948
        },
        {
            "start": 1165449277,
            "stop": 1165449439
        },
        {
            "start": 1165453813,
            "stop": 1165456308
        },
        {
            "start": 1165459284,
            "stop": 1165459456
        },
        {
            "start": 1165459636,
            "stop": 1165462285
        },
        {
            "start": 1165464542,
            "stop": 1165465525
        },
        {
            "start": 1165471953,
            "stop": 1165473447
        },
        {
            "start": 1165482093,
            "stop": 1165486466
        },
        {
            "start": 1165495989,
            "stop": 1165497654
        },
        {
            "start": 1165497660,
            "stop": 1165497666
        },
        {
            "start": 1165502899,
            "stop": 1165502930
        },
        {
            "start": 1165531976,
            "stop": 1165532039
        },
        {
            "start": 1165532040,
            "stop": 1165532394
        },
        {
            "start": 1165532395,
            "stop": 1165532581
        },
        {
            "start": 1165532582,
            "stop": 1165533085
        },
        {
            "start": 1165536836,
            "stop": 1165537764
        },
        {
            "start": 1165560594,
            "stop": 1165561414
        },
        {
            "start": 1165561415,
            "stop": 1165561545
        },
        {
            "start": 1165561546,
            "stop": 1165563486
        }
    ]
}