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=58
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=59",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=57",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 58,
    "results": [
        {
            "start": 1165849537,
            "stop": 1165849539
        },
        {
            "start": 1165849540,
            "stop": 1165849547
        },
        {
            "start": 1165849548,
            "stop": 1165849582
        },
        {
            "start": 1165849583,
            "stop": 1165849587
        },
        {
            "start": 1165849588,
            "stop": 1165849596
        },
        {
            "start": 1165849598,
            "stop": 1165849615
        },
        {
            "start": 1165849616,
            "stop": 1165849620
        },
        {
            "start": 1165849621,
            "stop": 1165849622
        },
        {
            "start": 1165849624,
            "stop": 1165849666
        },
        {
            "start": 1165849667,
            "stop": 1165849756
        },
        {
            "start": 1165849757,
            "stop": 1165849788
        },
        {
            "start": 1165849789,
            "stop": 1165849796
        },
        {
            "start": 1165849797,
            "stop": 1165849806
        },
        {
            "start": 1165849807,
            "stop": 1165849812
        },
        {
            "start": 1165849813,
            "stop": 1165849817
        },
        {
            "start": 1165849819,
            "stop": 1165849836
        },
        {
            "start": 1165849837,
            "stop": 1165849840
        },
        {
            "start": 1165849841,
            "stop": 1165849869
        },
        {
            "start": 1165849870,
            "stop": 1165849908
        },
        {
            "start": 1165849909,
            "stop": 1165849928
        }
    ]
}