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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=235",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=233",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 234,
    "results": [
        {
            "start": 1187313590,
            "stop": 1187353743
        },
        {
            "start": 1187357038,
            "stop": 1187359440
        },
        {
            "start": 1187366372,
            "stop": 1187374880
        },
        {
            "start": 1187374923,
            "stop": 1187374925
        },
        {
            "start": 1187374926,
            "stop": 1187374931
        },
        {
            "start": 1187374932,
            "stop": 1187386207
        },
        {
            "start": 1187386209,
            "stop": 1187386254
        },
        {
            "start": 1187386255,
            "stop": 1187386299
        },
        {
            "start": 1187386300,
            "stop": 1187386363
        },
        {
            "start": 1187386364,
            "stop": 1187386482
        },
        {
            "start": 1187386483,
            "stop": 1187386662
        },
        {
            "start": 1187386663,
            "stop": 1187386673
        },
        {
            "start": 1187386674,
            "stop": 1187386846
        },
        {
            "start": 1187386847,
            "stop": 1187386957
        },
        {
            "start": 1187386959,
            "stop": 1187386966
        },
        {
            "start": 1187386969,
            "stop": 1187387195
        },
        {
            "start": 1187387196,
            "stop": 1187387199
        },
        {
            "start": 1187387200,
            "stop": 1187387238
        },
        {
            "start": 1187387241,
            "stop": 1187387250
        },
        {
            "start": 1187387251,
            "stop": 1187387379
        }
    ]
}