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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=196",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 197,
    "results": [
        {
            "start": 816926789,
            "stop": 816926852
        },
        {
            "start": 816926860,
            "stop": 816926864
        },
        {
            "start": 816926867,
            "stop": 816926879
        },
        {
            "start": 816926883,
            "stop": 816926931
        },
        {
            "start": 816926935,
            "stop": 816926942
        },
        {
            "start": 816926947,
            "stop": 816927025
        },
        {
            "start": 816927029,
            "stop": 816927030
        },
        {
            "start": 816927033,
            "stop": 816927037
        },
        {
            "start": 816927045,
            "stop": 816927053
        },
        {
            "start": 816927057,
            "stop": 816927074
        },
        {
            "start": 816927078,
            "stop": 816927083
        },
        {
            "start": 816927088,
            "stop": 816927117
        },
        {
            "start": 816927127,
            "stop": 816927131
        },
        {
            "start": 816927134,
            "stop": 816927144
        },
        {
            "start": 816927150,
            "stop": 816927165
        },
        {
            "start": 816927169,
            "stop": 816927198
        },
        {
            "start": 816927203,
            "stop": 816927279
        },
        {
            "start": 816927282,
            "stop": 816927342
        },
        {
            "start": 816927346,
            "stop": 816927355
        },
        {
            "start": 816927359,
            "stop": 816927367
        }
    ]
}