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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=156",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 157,
    "results": [
        {
            "start": 1177445754,
            "stop": 1177445761
        },
        {
            "start": 1177445766,
            "stop": 1177445773
        },
        {
            "start": 1177445777,
            "stop": 1177446648
        },
        {
            "start": 1177446652,
            "stop": 1177446660
        },
        {
            "start": 1177446663,
            "stop": 1177446712
        },
        {
            "start": 1177446714,
            "stop": 1177446721
        },
        {
            "start": 1177446727,
            "stop": 1177446736
        },
        {
            "start": 1177446742,
            "stop": 1177446749
        },
        {
            "start": 1177446755,
            "stop": 1177446761
        },
        {
            "start": 1177446765,
            "stop": 1177446794
        },
        {
            "start": 1177446799,
            "stop": 1177446805
        },
        {
            "start": 1177446810,
            "stop": 1177446816
        },
        {
            "start": 1177446820,
            "stop": 1177446827
        },
        {
            "start": 1177446831,
            "stop": 1177446862
        },
        {
            "start": 1177446865,
            "stop": 1177446899
        },
        {
            "start": 1177446905,
            "stop": 1177446912
        },
        {
            "start": 1177446917,
            "stop": 1177447118
        },
        {
            "start": 1177447120,
            "stop": 1177447402
        },
        {
            "start": 1177447407,
            "stop": 1177447410
        },
        {
            "start": 1177447418,
            "stop": 1177447422
        }
    ]
}