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=69
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=70",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=68",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 69,
    "results": [
        {
            "start": 942318324,
            "stop": 942361687
        },
        {
            "start": 942363882,
            "stop": 942377231
        },
        {
            "start": 942385942,
            "stop": 942418015
        },
        {
            "start": 942440116,
            "stop": 942440377
        },
        {
            "start": 942440380,
            "stop": 942440461
        },
        {
            "start": 942440465,
            "stop": 942442298
        },
        {
            "start": 942450041,
            "stop": 942450449
        },
        {
            "start": 942451497,
            "stop": 942456774
        },
        {
            "start": 942458109,
            "stop": 942466590
        },
        {
            "start": 942473476,
            "stop": 942482285
        },
        {
            "start": 942482288,
            "stop": 942485826
        },
        {
            "start": 942488996,
            "stop": 942495868
        },
        {
            "start": 942495878,
            "stop": 942496416
        },
        {
            "start": 942496420,
            "stop": 942499257
        },
        {
            "start": 942571561,
            "stop": 942575885
        },
        {
            "start": 942580945,
            "stop": 942582604
        },
        {
            "start": 942584427,
            "stop": 942585862
        },
        {
            "start": 942587928,
            "stop": 942592312
        },
        {
            "start": 942592329,
            "stop": 942592330
        },
        {
            "start": 942592333,
            "stop": 942592335
        }
    ]
}