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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10248",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10249,
    "results": [
        {
            "start": 874617727,
            "stop": 874617733
        },
        {
            "start": 874617769,
            "stop": 874618039
        },
        {
            "start": 874618047,
            "stop": 874618169
        },
        {
            "start": 874618176,
            "stop": 874620628
        },
        {
            "start": 874620645,
            "stop": 874620865
        },
        {
            "start": 874620900,
            "stop": 874622160
        },
        {
            "start": 874622220,
            "stop": 874622724
        },
        {
            "start": 874622760,
            "stop": 874622776
        },
        {
            "start": 874622813,
            "stop": 874623540
        },
        {
            "start": 874623600,
            "stop": 874625431
        },
        {
            "start": 874625493,
            "stop": 874625670
        },
        {
            "start": 874625706,
            "stop": 874625790
        },
        {
            "start": 874625826,
            "stop": 874625973
        },
        {
            "start": 874626011,
            "stop": 874626037
        },
        {
            "start": 874626073,
            "stop": 874626211
        },
        {
            "start": 874626247,
            "stop": 874626540
        },
        {
            "start": 874626780,
            "stop": 874626900
        },
        {
            "start": 874627020,
            "stop": 874627140
        },
        {
            "start": 874627200,
            "stop": 874627440
        },
        {
            "start": 874627560,
            "stop": 874627577
        }
    ]
}