Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=223
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=222",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 223,
    "results": [
        {
            "start": 818216011,
            "stop": 818216012
        },
        {
            "start": 818216025,
            "stop": 818216026
        },
        {
            "start": 818216029,
            "stop": 818216030
        },
        {
            "start": 818216038,
            "stop": 818216039
        },
        {
            "start": 818216042,
            "stop": 818216044
        },
        {
            "start": 818216054,
            "stop": 818216055
        },
        {
            "start": 818216058,
            "stop": 818216059
        },
        {
            "start": 818216079,
            "stop": 818216080
        },
        {
            "start": 818216100,
            "stop": 818216101
        },
        {
            "start": 818216113,
            "stop": 818216115
        },
        {
            "start": 818216129,
            "stop": 818216133
        },
        {
            "start": 818216168,
            "stop": 818216172
        },
        {
            "start": 818216179,
            "stop": 818216183
        },
        {
            "start": 818216193,
            "stop": 818216194
        },
        {
            "start": 818216198,
            "stop": 818216199
        },
        {
            "start": 818216208,
            "stop": 818216212
        },
        {
            "start": 818216227,
            "stop": 818216228
        },
        {
            "start": 818216231,
            "stop": 818216234
        },
        {
            "start": 818216242,
            "stop": 818216244
        },
        {
            "start": 818216252,
            "stop": 818216253
        }
    ]
}