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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=292",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 293,
    "results": [
        {
            "start": 870614385,
            "stop": 870615896
        },
        {
            "start": 870617307,
            "stop": 870618402
        },
        {
            "start": 870618440,
            "stop": 870620099
        },
        {
            "start": 870620161,
            "stop": 870620312
        },
        {
            "start": 870620438,
            "stop": 870621084
        },
        {
            "start": 870621128,
            "stop": 870621934
        },
        {
            "start": 870622434,
            "stop": 870623391
        },
        {
            "start": 870662770,
            "stop": 870663884
        },
        {
            "start": 870663922,
            "stop": 870667999
        },
        {
            "start": 870668082,
            "stop": 870683262
        },
        {
            "start": 870684588,
            "stop": 870703434
        },
        {
            "start": 870708217,
            "stop": 870708501
        },
        {
            "start": 870708613,
            "stop": 870710397
        },
        {
            "start": 870715269,
            "stop": 870716842
        },
        {
            "start": 870720207,
            "stop": 870721607
        },
        {
            "start": 870723773,
            "stop": 870726279
        },
        {
            "start": 870726692,
            "stop": 870727070
        },
        {
            "start": 870727445,
            "stop": 870727950
        },
        {
            "start": 870729845,
            "stop": 870735389
        },
        {
            "start": 870736990,
            "stop": 870743598
        }
    ]
}