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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=554",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=552",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 553,
    "results": [
        {
            "start": 832606183,
            "stop": 832606277
        },
        {
            "start": 832606282,
            "stop": 832613851
        },
        {
            "start": 832615740,
            "stop": 832619107
        },
        {
            "start": 832619825,
            "stop": 832621022
        },
        {
            "start": 832622441,
            "stop": 832625495
        },
        {
            "start": 832626896,
            "stop": 832627550
        },
        {
            "start": 832629121,
            "stop": 832630425
        },
        {
            "start": 832631325,
            "stop": 832635647
        },
        {
            "start": 832635772,
            "stop": 832638092
        },
        {
            "start": 832638217,
            "stop": 832640295
        },
        {
            "start": 832640300,
            "stop": 832640515
        },
        {
            "start": 832640520,
            "stop": 832640535
        },
        {
            "start": 832642850,
            "stop": 832643534
        },
        {
            "start": 832644551,
            "stop": 832650620
        },
        {
            "start": 832651392,
            "stop": 832658079
        },
        {
            "start": 832658796,
            "stop": 832667463
        },
        {
            "start": 832667561,
            "stop": 832682601
        },
        {
            "start": 832682841,
            "stop": 832682901
        },
        {
            "start": 832684426,
            "stop": 832688383
        },
        {
            "start": 832689169,
            "stop": 832690172
        }
    ]
}