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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=69",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 70,
    "results": [
        {
            "start": 1165854266,
            "stop": 1165854267
        },
        {
            "start": 1165854268,
            "stop": 1165854272
        },
        {
            "start": 1165854274,
            "stop": 1165854276
        },
        {
            "start": 1165854277,
            "stop": 1165854282
        },
        {
            "start": 1165854283,
            "stop": 1165854287
        },
        {
            "start": 1165854288,
            "stop": 1165854292
        },
        {
            "start": 1165854293,
            "stop": 1165854294
        },
        {
            "start": 1165854295,
            "stop": 1165854300
        },
        {
            "start": 1165854301,
            "stop": 1165854303
        },
        {
            "start": 1165854304,
            "stop": 1165854309
        },
        {
            "start": 1165854310,
            "stop": 1165854313
        },
        {
            "start": 1165854314,
            "stop": 1165854379
        },
        {
            "start": 1165854381,
            "stop": 1165854496
        },
        {
            "start": 1165854497,
            "stop": 1165854505
        },
        {
            "start": 1165854506,
            "stop": 1165854508
        },
        {
            "start": 1165854510,
            "stop": 1165854536
        },
        {
            "start": 1165854537,
            "stop": 1165854546
        },
        {
            "start": 1165854547,
            "stop": 1165854555
        },
        {
            "start": 1165854556,
            "stop": 1165854572
        },
        {
            "start": 1165854573,
            "stop": 1165854575
        }
    ]
}