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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5267",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5268,
    "results": [
        {
            "start": 875225240,
            "stop": 875225266
        },
        {
            "start": 875225279,
            "stop": 875225287
        },
        {
            "start": 875225294,
            "stop": 875225310
        },
        {
            "start": 875225317,
            "stop": 875225334
        },
        {
            "start": 875225347,
            "stop": 875225357
        },
        {
            "start": 875225365,
            "stop": 875225387
        },
        {
            "start": 875225395,
            "stop": 875225410
        },
        {
            "start": 875225420,
            "stop": 875225668
        },
        {
            "start": 875225675,
            "stop": 875225678
        },
        {
            "start": 875225685,
            "stop": 875225728
        },
        {
            "start": 875225736,
            "stop": 875225799
        },
        {
            "start": 875225806,
            "stop": 875225826
        },
        {
            "start": 875225841,
            "stop": 875225846
        },
        {
            "start": 875225853,
            "stop": 875225861
        },
        {
            "start": 875225868,
            "stop": 875225904
        },
        {
            "start": 875225911,
            "stop": 875225920
        },
        {
            "start": 875225927,
            "stop": 875225945
        },
        {
            "start": 875225959,
            "stop": 875225980
        },
        {
            "start": 875225987,
            "stop": 875226066
        },
        {
            "start": 875226079,
            "stop": 875226099
        }
    ]
}