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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8081",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8079",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8080,
    "results": [
        {
            "start": 970490802,
            "stop": 970490803
        },
        {
            "start": 970490809,
            "stop": 970490811
        },
        {
            "start": 970490814,
            "stop": 970490817
        },
        {
            "start": 970490820,
            "stop": 970490822
        },
        {
            "start": 970490825,
            "stop": 970490837
        },
        {
            "start": 970490840,
            "stop": 970490843
        },
        {
            "start": 970490847,
            "stop": 970490848
        },
        {
            "start": 970490868,
            "stop": 970490869
        },
        {
            "start": 970490873,
            "stop": 970490878
        },
        {
            "start": 970490881,
            "stop": 970490887
        },
        {
            "start": 970490891,
            "stop": 970490897
        },
        {
            "start": 970490911,
            "stop": 970490920
        },
        {
            "start": 970490934,
            "stop": 970490940
        },
        {
            "start": 970490943,
            "stop": 970490951
        },
        {
            "start": 970490958,
            "stop": 970490959
        },
        {
            "start": 970490962,
            "stop": 970490966
        },
        {
            "start": 970490973,
            "stop": 970490975
        },
        {
            "start": 970490984,
            "stop": 970490986
        },
        {
            "start": 970490989,
            "stop": 970490990
        },
        {
            "start": 970491012,
            "stop": 970491018
        }
    ]
}