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=14803
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=14804",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14802",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14803,
    "results": [
        {
            "start": 971251853,
            "stop": 971251883
        },
        {
            "start": 971251886,
            "stop": 971251929
        },
        {
            "start": 971251931,
            "stop": 971251940
        },
        {
            "start": 971251941,
            "stop": 971251960
        },
        {
            "start": 971251961,
            "stop": 971251963
        },
        {
            "start": 971251964,
            "stop": 971251967
        },
        {
            "start": 971251968,
            "stop": 971251971
        },
        {
            "start": 971251972,
            "stop": 971251978
        },
        {
            "start": 971251980,
            "stop": 971251989
        },
        {
            "start": 971251991,
            "stop": 971252015
        },
        {
            "start": 971252016,
            "stop": 971252017
        },
        {
            "start": 971252020,
            "stop": 971252023
        },
        {
            "start": 971252024,
            "stop": 971252030
        },
        {
            "start": 971252031,
            "stop": 971252037
        },
        {
            "start": 971252039,
            "stop": 971252044
        },
        {
            "start": 971252045,
            "stop": 971252054
        },
        {
            "start": 971252056,
            "stop": 971252065
        },
        {
            "start": 971252068,
            "stop": 971252070
        },
        {
            "start": 971252074,
            "stop": 971252079
        },
        {
            "start": 971252081,
            "stop": 971252083
        }
    ]
}