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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14823",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14821",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14822,
    "results": [
        {
            "start": 971258783,
            "stop": 971258785
        },
        {
            "start": 971258787,
            "stop": 971258789
        },
        {
            "start": 971258796,
            "stop": 971258802
        },
        {
            "start": 971258803,
            "stop": 971258827
        },
        {
            "start": 971258828,
            "stop": 971258841
        },
        {
            "start": 971258843,
            "stop": 971258844
        },
        {
            "start": 971258846,
            "stop": 971258849
        },
        {
            "start": 971258851,
            "stop": 971258853
        },
        {
            "start": 971258854,
            "stop": 971258859
        },
        {
            "start": 971258861,
            "stop": 971258869
        },
        {
            "start": 971258870,
            "stop": 971258873
        },
        {
            "start": 971258876,
            "stop": 971258879
        },
        {
            "start": 971258881,
            "stop": 971258890
        },
        {
            "start": 971258892,
            "stop": 971258918
        },
        {
            "start": 971258924,
            "stop": 971258927
        },
        {
            "start": 971258928,
            "stop": 971258929
        },
        {
            "start": 971258930,
            "stop": 971258935
        },
        {
            "start": 971258937,
            "stop": 971258940
        },
        {
            "start": 971258943,
            "stop": 971258946
        },
        {
            "start": 971258948,
            "stop": 971258966
        }
    ]
}