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=95
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=96",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=94",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 95,
    "results": [
        {
            "start": 838409058,
            "stop": 838410408
        },
        {
            "start": 838411743,
            "stop": 838412223
        },
        {
            "start": 838412225,
            "stop": 838415443
        },
        {
            "start": 838419120,
            "stop": 838419189
        },
        {
            "start": 838420230,
            "stop": 838469782
        },
        {
            "start": 838470829,
            "stop": 838479617
        },
        {
            "start": 838495209,
            "stop": 838569440
        },
        {
            "start": 838571515,
            "stop": 838577985
        },
        {
            "start": 838579023,
            "stop": 838609843
        },
        {
            "start": 838612365,
            "stop": 838629616
        },
        {
            "start": 838632599,
            "stop": 838635777
        },
        {
            "start": 838637064,
            "stop": 838654727
        },
        {
            "start": 838654920,
            "stop": 838658782
        },
        {
            "start": 838659536,
            "stop": 838662211
        },
        {
            "start": 838662345,
            "stop": 838663097
        },
        {
            "start": 838664119,
            "stop": 838664385
        },
        {
            "start": 838665329,
            "stop": 838668099
        },
        {
            "start": 838668429,
            "stop": 838670214
        },
        {
            "start": 838670479,
            "stop": 838683801
        },
        {
            "start": 838684120,
            "stop": 838688379
        }
    ]
}