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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_DATA/segments?format=api&page=2",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 3,
    "results": [
        {
            "start": 1165207772,
            "stop": 1165208522
        },
        {
            "start": 1165209612,
            "stop": 1165211010
        },
        {
            "start": 1165221481,
            "stop": 1165227389
        },
        {
            "start": 1165230001,
            "stop": 1165240613
        },
        {
            "start": 1165297399,
            "stop": 1165302020
        },
        {
            "start": 1165309309,
            "stop": 1165309750
        },
        {
            "start": 1165341233,
            "stop": 1165343062
        },
        {
            "start": 1165372471,
            "stop": 1165374015
        },
        {
            "start": 1165374045,
            "stop": 1165376273
        },
        {
            "start": 1165386016,
            "stop": 1165416474
        },
        {
            "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": 1165497687
        }
    ]
}