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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=147",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 148,
    "results": [
        {
            "start": 931402932,
            "stop": 931402942
        },
        {
            "start": 931402945,
            "stop": 931402992
        },
        {
            "start": 931402994,
            "stop": 931402999
        },
        {
            "start": 931403005,
            "stop": 931403019
        },
        {
            "start": 931403021,
            "stop": 931403022
        },
        {
            "start": 931403024,
            "stop": 931403030
        },
        {
            "start": 931403032,
            "stop": 931403036
        },
        {
            "start": 931403038,
            "stop": 931403041
        },
        {
            "start": 931403046,
            "stop": 931403051
        },
        {
            "start": 931403053,
            "stop": 931403054
        },
        {
            "start": 931403056,
            "stop": 931403062
        },
        {
            "start": 931403065,
            "stop": 931403072
        },
        {
            "start": 931403074,
            "stop": 931403112
        },
        {
            "start": 931403114,
            "stop": 931403122
        },
        {
            "start": 931403126,
            "stop": 931403128
        },
        {
            "start": 931403130,
            "stop": 931403133
        },
        {
            "start": 931403136,
            "stop": 931403137
        },
        {
            "start": 931403139,
            "stop": 931403143
        },
        {
            "start": 931403145,
            "stop": 931403176
        },
        {
            "start": 931403178,
            "stop": 931403179
        }
    ]
}