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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=751",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=749",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 750,
    "results": [
        {
            "start": 955111070,
            "stop": 955112942
        },
        {
            "start": 955112948,
            "stop": 955117024
        },
        {
            "start": 955118959,
            "stop": 955125022
        },
        {
            "start": 955127084,
            "stop": 955132310
        },
        {
            "start": 955133413,
            "stop": 955133429
        },
        {
            "start": 955133435,
            "stop": 955135521
        },
        {
            "start": 955135527,
            "stop": 955143807
        },
        {
            "start": 955183602,
            "stop": 955187689
        },
        {
            "start": 955187824,
            "stop": 955191849
        },
        {
            "start": 955193219,
            "stop": 955199283
        },
        {
            "start": 955332352,
            "stop": 955334056
        },
        {
            "start": 955335103,
            "stop": 955345399
        },
        {
            "start": 955345405,
            "stop": 955350435
        },
        {
            "start": 955351166,
            "stop": 955352335
        },
        {
            "start": 955353564,
            "stop": 955356707
        },
        {
            "start": 955358185,
            "stop": 955359558
        },
        {
            "start": 955360267,
            "stop": 955366689
        },
        {
            "start": 955367234,
            "stop": 955369010
        },
        {
            "start": 955374816,
            "stop": 955375388
        },
        {
            "start": 955375907,
            "stop": 955376212
        }
    ]
}