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=4356
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=4357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4355",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4356,
    "results": [
        {
            "start": 874790703,
            "stop": 874790715
        },
        {
            "start": 874790734,
            "stop": 874790738
        },
        {
            "start": 874790757,
            "stop": 874790760
        },
        {
            "start": 874790836,
            "stop": 874790859
        },
        {
            "start": 874790898,
            "stop": 874791161
        },
        {
            "start": 874791211,
            "stop": 874791241
        },
        {
            "start": 874791265,
            "stop": 874791288
        },
        {
            "start": 874791360,
            "stop": 874791399
        },
        {
            "start": 874791418,
            "stop": 874791456
        },
        {
            "start": 874791475,
            "stop": 874791489
        },
        {
            "start": 874791508,
            "stop": 874791509
        },
        {
            "start": 874791528,
            "stop": 874791575
        },
        {
            "start": 874791594,
            "stop": 874791600
        },
        {
            "start": 874791660,
            "stop": 874791668
        },
        {
            "start": 874791692,
            "stop": 874791694
        },
        {
            "start": 874791713,
            "stop": 874791780
        },
        {
            "start": 874791900,
            "stop": 874791925
        },
        {
            "start": 874791944,
            "stop": 874791964
        },
        {
            "start": 874792169,
            "stop": 874792178
        },
        {
            "start": 874792197,
            "stop": 874792232
        }
    ]
}