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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=30",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=28",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 29,
    "results": [
        {
            "start": 816992077,
            "stop": 816995241
        },
        {
            "start": 816995249,
            "stop": 816995382
        },
        {
            "start": 816995390,
            "stop": 816995430
        },
        {
            "start": 816995438,
            "stop": 816998991
        },
        {
            "start": 816999003,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817013479
        },
        {
            "start": 817013492,
            "stop": 817017301
        },
        {
            "start": 817017309,
            "stop": 817021462
        },
        {
            "start": 817021470,
            "stop": 817021702
        },
        {
            "start": 817021710,
            "stop": 817027186
        },
        {
            "start": 817027207,
            "stop": 817027208
        },
        {
            "start": 817030102,
            "stop": 817031621
        },
        {
            "start": 817031635,
            "stop": 817034120
        },
        {
            "start": 817034133,
            "stop": 817034163
        },
        {
            "start": 817048430,
            "stop": 817048806
        },
        {
            "start": 817048814,
            "stop": 817050839
        },
        {
            "start": 817059261,
            "stop": 817061218
        },
        {
            "start": 817061226,
            "stop": 817061516
        },
        {
            "start": 817117943,
            "stop": 817118167
        },
        {
            "start": 817118466,
            "stop": 817118517
        }
    ]
}