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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=94",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 95,
    "results": [
        {
            "start": 817269073,
            "stop": 817269381
        },
        {
            "start": 817269388,
            "stop": 817270444
        },
        {
            "start": 817270452,
            "stop": 817270963
        },
        {
            "start": 817270970,
            "stop": 817271289
        },
        {
            "start": 817271296,
            "stop": 817272407
        },
        {
            "start": 817272414,
            "stop": 817272844
        },
        {
            "start": 817272851,
            "stop": 817272990
        },
        {
            "start": 817272997,
            "stop": 817273111
        },
        {
            "start": 817273118,
            "stop": 817273313
        },
        {
            "start": 817273320,
            "stop": 817273599
        },
        {
            "start": 817273606,
            "stop": 817274116
        },
        {
            "start": 817274123,
            "stop": 817274171
        },
        {
            "start": 817274179,
            "stop": 817274520
        },
        {
            "start": 817274527,
            "stop": 817274746
        },
        {
            "start": 817274753,
            "stop": 817274853
        },
        {
            "start": 817274860,
            "stop": 817274880
        },
        {
            "start": 817274888,
            "stop": 817274940
        },
        {
            "start": 817274947,
            "stop": 817274989
        },
        {
            "start": 817274996,
            "stop": 817275179
        },
        {
            "start": 817275186,
            "stop": 817275254
        }
    ]
}