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=15979
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=15980",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15978",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15979,
    "results": [
        {
            "start": 971448952,
            "stop": 971448963
        },
        {
            "start": 971448965,
            "stop": 971448967
        },
        {
            "start": 971448969,
            "stop": 971448972
        },
        {
            "start": 971448975,
            "stop": 971448978
        },
        {
            "start": 971448979,
            "stop": 971449003
        },
        {
            "start": 971449007,
            "stop": 971449051
        },
        {
            "start": 971449053,
            "stop": 971449054
        },
        {
            "start": 971449055,
            "stop": 971449058
        },
        {
            "start": 971449059,
            "stop": 971449060
        },
        {
            "start": 971449062,
            "stop": 971449063
        },
        {
            "start": 971449064,
            "stop": 971449069
        },
        {
            "start": 971449076,
            "stop": 971449079
        },
        {
            "start": 971449086,
            "stop": 971449087
        },
        {
            "start": 971449090,
            "stop": 971449096
        },
        {
            "start": 971449100,
            "stop": 971449107
        },
        {
            "start": 971449113,
            "stop": 971449134
        },
        {
            "start": 971449136,
            "stop": 971449171
        },
        {
            "start": 971449172,
            "stop": 971449182
        },
        {
            "start": 971449183,
            "stop": 971449194
        },
        {
            "start": 971449195,
            "stop": 971449198
        }
    ]
}