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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=42",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 43,
    "results": [
        {
            "start": 1165843851,
            "stop": 1165843858
        },
        {
            "start": 1165843859,
            "stop": 1165843866
        },
        {
            "start": 1165843867,
            "stop": 1165843871
        },
        {
            "start": 1165843872,
            "stop": 1165843881
        },
        {
            "start": 1165843882,
            "stop": 1165843887
        },
        {
            "start": 1165843888,
            "stop": 1165843893
        },
        {
            "start": 1165843894,
            "stop": 1165843895
        },
        {
            "start": 1165843896,
            "stop": 1165843919
        },
        {
            "start": 1165843920,
            "stop": 1165843926
        },
        {
            "start": 1165843927,
            "stop": 1165843940
        },
        {
            "start": 1165843941,
            "stop": 1165843945
        },
        {
            "start": 1165843946,
            "stop": 1165843947
        },
        {
            "start": 1165843949,
            "stop": 1165843959
        },
        {
            "start": 1165843960,
            "stop": 1165843968
        },
        {
            "start": 1165843969,
            "stop": 1165843985
        },
        {
            "start": 1165843987,
            "stop": 1165843995
        },
        {
            "start": 1165843996,
            "stop": 1165843997
        },
        {
            "start": 1165843998,
            "stop": 1165844009
        },
        {
            "start": 1165844010,
            "stop": 1165844027
        },
        {
            "start": 1165844029,
            "stop": 1165844045
        }
    ]
}