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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3984",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3985,
    "results": [
        {
            "start": 874569828,
            "stop": 874569834
        },
        {
            "start": 874569837,
            "stop": 874569886
        },
        {
            "start": 874569889,
            "stop": 874572749
        },
        {
            "start": 874572750,
            "stop": 874572821
        },
        {
            "start": 874572825,
            "stop": 874572878
        },
        {
            "start": 874572881,
            "stop": 874572884
        },
        {
            "start": 874572887,
            "stop": 874573050
        },
        {
            "start": 874573053,
            "stop": 874573075
        },
        {
            "start": 874573078,
            "stop": 874573080
        },
        {
            "start": 874573083,
            "stop": 874573116
        },
        {
            "start": 874573117,
            "stop": 874573156
        },
        {
            "start": 874573157,
            "stop": 874573167
        },
        {
            "start": 874573168,
            "stop": 874573175
        },
        {
            "start": 874573802,
            "stop": 874577317
        },
        {
            "start": 874577320,
            "stop": 874577543
        },
        {
            "start": 874577546,
            "stop": 874577585
        },
        {
            "start": 874577588,
            "stop": 874577594
        },
        {
            "start": 874577597,
            "stop": 874577854
        },
        {
            "start": 874577857,
            "stop": 874577871
        },
        {
            "start": 874577874,
            "stop": 874577887
        }
    ]
}