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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=20",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 21,
    "results": [
        {
            "start": 931162836,
            "stop": 931162837
        },
        {
            "start": 931162857,
            "stop": 931162859
        },
        {
            "start": 931162866,
            "stop": 931162867
        },
        {
            "start": 931162910,
            "stop": 931162915
        },
        {
            "start": 931162918,
            "stop": 931162924
        },
        {
            "start": 931162933,
            "stop": 931162936
        },
        {
            "start": 931162945,
            "stop": 931162948
        },
        {
            "start": 931162951,
            "stop": 931162956
        },
        {
            "start": 931162963,
            "stop": 931162966
        },
        {
            "start": 931162969,
            "stop": 931162973
        },
        {
            "start": 931162984,
            "stop": 931162986
        },
        {
            "start": 931162998,
            "stop": 931163004
        },
        {
            "start": 931163020,
            "stop": 931163021
        },
        {
            "start": 931163024,
            "stop": 931163027
        },
        {
            "start": 931163031,
            "stop": 931163036
        },
        {
            "start": 931163041,
            "stop": 931163047
        },
        {
            "start": 931163054,
            "stop": 931163061
        },
        {
            "start": 931163064,
            "stop": 931163071
        },
        {
            "start": 931163077,
            "stop": 931163079
        },
        {
            "start": 931163082,
            "stop": 931163084
        }
    ]
}