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=15692
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=15693",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15691",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15692,
    "results": [
        {
            "start": 971161776,
            "stop": 971161777
        },
        {
            "start": 971161781,
            "stop": 971161784
        },
        {
            "start": 971161787,
            "stop": 971161792
        },
        {
            "start": 971161794,
            "stop": 971161797
        },
        {
            "start": 971161798,
            "stop": 971161799
        },
        {
            "start": 971161800,
            "stop": 971161809
        },
        {
            "start": 971161814,
            "stop": 971161817
        },
        {
            "start": 971161821,
            "stop": 971161823
        },
        {
            "start": 971161831,
            "stop": 971161833
        },
        {
            "start": 971161838,
            "stop": 971161840
        },
        {
            "start": 971161841,
            "stop": 971161844
        },
        {
            "start": 971161845,
            "stop": 971161850
        },
        {
            "start": 971161854,
            "stop": 971161855
        },
        {
            "start": 971161859,
            "stop": 971161862
        },
        {
            "start": 971161864,
            "stop": 971161865
        },
        {
            "start": 971161867,
            "stop": 971161872
        },
        {
            "start": 971161876,
            "stop": 971161877
        },
        {
            "start": 971161881,
            "stop": 971161883
        },
        {
            "start": 971161884,
            "stop": 971161890
        },
        {
            "start": 971161891,
            "stop": 971161892
        }
    ]
}