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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15790",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15788",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15789,
    "results": [
        {
            "start": 971172114,
            "stop": 971172119
        },
        {
            "start": 971172121,
            "stop": 971172122
        },
        {
            "start": 971172123,
            "stop": 971172124
        },
        {
            "start": 971172125,
            "stop": 971172127
        },
        {
            "start": 971172130,
            "stop": 971172132
        },
        {
            "start": 971172137,
            "stop": 971172139
        },
        {
            "start": 971172143,
            "stop": 971172145
        },
        {
            "start": 971172146,
            "stop": 971172148
        },
        {
            "start": 971172151,
            "stop": 971172152
        },
        {
            "start": 971172154,
            "stop": 971172156
        },
        {
            "start": 971172157,
            "stop": 971172158
        },
        {
            "start": 971172161,
            "stop": 971172164
        },
        {
            "start": 971172166,
            "stop": 971172169
        },
        {
            "start": 971172170,
            "stop": 971172172
        },
        {
            "start": 971172182,
            "stop": 971172185
        },
        {
            "start": 971172189,
            "stop": 971172190
        },
        {
            "start": 971172192,
            "stop": 971172194
        },
        {
            "start": 971172196,
            "stop": 971172203
        },
        {
            "start": 971172204,
            "stop": 971172207
        },
        {
            "start": 971172209,
            "stop": 971172213
        }
    ]
}