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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=39",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 40,
    "results": [
        {
            "start": 822380196,
            "stop": 822380211
        },
        {
            "start": 822380258,
            "stop": 822382760
        },
        {
            "start": 822382820,
            "stop": 822393025
        },
        {
            "start": 822393778,
            "stop": 822393856
        },
        {
            "start": 822397076,
            "stop": 822401984
        },
        {
            "start": 822402216,
            "stop": 822411715
        },
        {
            "start": 822411823,
            "stop": 822412181
        },
        {
            "start": 822412276,
            "stop": 822412342
        },
        {
            "start": 822412534,
            "stop": 822413404
        },
        {
            "start": 822413593,
            "stop": 822416167
        },
        {
            "start": 822416230,
            "stop": 822417182
        },
        {
            "start": 822424877,
            "stop": 822425003
        },
        {
            "start": 822425058,
            "stop": 822425102
        },
        {
            "start": 822431340,
            "stop": 822433590
        },
        {
            "start": 822433784,
            "stop": 822434602
        },
        {
            "start": 822434812,
            "stop": 822435585
        },
        {
            "start": 822437391,
            "stop": 822438538
        },
        {
            "start": 822438603,
            "stop": 822443205
        },
        {
            "start": 822443266,
            "stop": 822446750
        },
        {
            "start": 822446850,
            "stop": 822446861
        }
    ]
}