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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5184",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5185,
    "results": [
        {
            "start": 875133266,
            "stop": 875133360
        },
        {
            "start": 875133385,
            "stop": 875133386
        },
        {
            "start": 875133422,
            "stop": 875133427
        },
        {
            "start": 875133446,
            "stop": 875133468
        },
        {
            "start": 875133487,
            "stop": 875133503
        },
        {
            "start": 875133522,
            "stop": 875133552
        },
        {
            "start": 875133577,
            "stop": 875133581
        },
        {
            "start": 875133600,
            "stop": 875133603
        },
        {
            "start": 875133639,
            "stop": 875133673
        },
        {
            "start": 875133692,
            "stop": 875133733
        },
        {
            "start": 875133752,
            "stop": 875133869
        },
        {
            "start": 875133888,
            "stop": 875133923
        },
        {
            "start": 875133969,
            "stop": 875133984
        },
        {
            "start": 875134003,
            "stop": 875134022
        },
        {
            "start": 875134049,
            "stop": 875134054
        },
        {
            "start": 875134074,
            "stop": 875134134
        },
        {
            "start": 875134177,
            "stop": 875134259
        },
        {
            "start": 875134303,
            "stop": 875134345
        },
        {
            "start": 875134365,
            "stop": 875134375
        },
        {
            "start": 875134405,
            "stop": 875134512
        }
    ]
}