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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=541",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=539",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 540,
    "results": [
        {
            "start": 970492030,
            "stop": 970492039
        },
        {
            "start": 970492041,
            "stop": 970492043
        },
        {
            "start": 970492045,
            "stop": 970492051
        },
        {
            "start": 970492052,
            "stop": 970492056
        },
        {
            "start": 970492058,
            "stop": 970492059
        },
        {
            "start": 970492061,
            "stop": 970492065
        },
        {
            "start": 970492069,
            "stop": 970492071
        },
        {
            "start": 970492072,
            "stop": 970492073
        },
        {
            "start": 970492074,
            "stop": 970492078
        },
        {
            "start": 970492080,
            "stop": 970492083
        },
        {
            "start": 970492085,
            "stop": 970492104
        },
        {
            "start": 970492107,
            "stop": 970492108
        },
        {
            "start": 970492110,
            "stop": 970492122
        },
        {
            "start": 970492125,
            "stop": 970492126
        },
        {
            "start": 970492128,
            "stop": 970492137
        },
        {
            "start": 970492142,
            "stop": 970492156
        },
        {
            "start": 970492160,
            "stop": 970492164
        },
        {
            "start": 970492168,
            "stop": 970492173
        },
        {
            "start": 970492175,
            "stop": 970492200
        },
        {
            "start": 970492203,
            "stop": 970492204
        }
    ]
}