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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=2",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 3,
    "results": [
        {
            "start": 1164791548,
            "stop": 1164791550
        },
        {
            "start": 1164791552,
            "stop": 1164791590
        },
        {
            "start": 1164791591,
            "stop": 1164791623
        },
        {
            "start": 1164791624,
            "stop": 1164791840
        },
        {
            "start": 1164791841,
            "stop": 1164791939
        },
        {
            "start": 1164791940,
            "stop": 1164792317
        },
        {
            "start": 1164792318,
            "stop": 1164792534
        },
        {
            "start": 1164792535,
            "stop": 1164792578
        },
        {
            "start": 1164792579,
            "stop": 1164793022
        },
        {
            "start": 1164793023,
            "stop": 1164793474
        },
        {
            "start": 1164801979,
            "stop": 1164806026
        },
        {
            "start": 1164806060,
            "stop": 1164812487
        },
        {
            "start": 1164815678,
            "stop": 1164816995
        },
        {
            "start": 1164817019,
            "stop": 1164818178
        },
        {
            "start": 1164820073,
            "stop": 1164823070
        },
        {
            "start": 1164823148,
            "stop": 1164825365
        },
        {
            "start": 1164825427,
            "stop": 1164826375
        },
        {
            "start": 1164828947,
            "stop": 1164829601
        },
        {
            "start": 1164829660,
            "stop": 1164833250
        },
        {
            "start": 1165040725,
            "stop": 1165040733
        }
    ]
}