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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14794",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14792",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14793,
    "results": [
        {
            "start": 971245202,
            "stop": 971245221
        },
        {
            "start": 971245223,
            "stop": 971245230
        },
        {
            "start": 971245232,
            "stop": 971245239
        },
        {
            "start": 971245241,
            "stop": 971245244
        },
        {
            "start": 971245246,
            "stop": 971245301
        },
        {
            "start": 971245303,
            "stop": 971245332
        },
        {
            "start": 971245333,
            "stop": 971245337
        },
        {
            "start": 971245338,
            "stop": 971245359
        },
        {
            "start": 971245361,
            "stop": 971245381
        },
        {
            "start": 971245382,
            "stop": 971245404
        },
        {
            "start": 971245406,
            "stop": 971245480
        },
        {
            "start": 971245481,
            "stop": 971245512
        },
        {
            "start": 971245514,
            "stop": 971245566
        },
        {
            "start": 971245567,
            "stop": 971245570
        },
        {
            "start": 971245572,
            "stop": 971245587
        },
        {
            "start": 971245590,
            "stop": 971245593
        },
        {
            "start": 971245596,
            "stop": 971245604
        },
        {
            "start": 971245605,
            "stop": 971245637
        },
        {
            "start": 971245638,
            "stop": 971245644
        },
        {
            "start": 971245645,
            "stop": 971245646
        }
    ]
}