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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=58",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 59,
    "results": [
        {
            "start": 941022898,
            "stop": 941023591
        },
        {
            "start": 941023595,
            "stop": 941026598
        },
        {
            "start": 941026602,
            "stop": 941026630
        },
        {
            "start": 941026633,
            "stop": 941026637
        },
        {
            "start": 941026640,
            "stop": 941026690
        },
        {
            "start": 941026695,
            "stop": 941026739
        },
        {
            "start": 941026742,
            "stop": 941026747
        },
        {
            "start": 941026750,
            "stop": 941026818
        },
        {
            "start": 941026834,
            "stop": 941026904
        },
        {
            "start": 941026923,
            "stop": 941026933
        },
        {
            "start": 941026939,
            "stop": 941026958
        },
        {
            "start": 941026964,
            "stop": 941027003
        },
        {
            "start": 941027006,
            "stop": 941027036
        },
        {
            "start": 941027039,
            "stop": 941027055
        },
        {
            "start": 941027058,
            "stop": 941027093
        },
        {
            "start": 941027099,
            "stop": 941027408
        },
        {
            "start": 941027416,
            "stop": 941027608
        },
        {
            "start": 941027612,
            "stop": 941027656
        },
        {
            "start": 941027660,
            "stop": 941027967
        },
        {
            "start": 941027970,
            "stop": 941028099
        }
    ]
}