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=15908
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=15909",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15907",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15908,
    "results": [
        {
            "start": 971261682,
            "stop": 971261696
        },
        {
            "start": 971261714,
            "stop": 971261721
        },
        {
            "start": 971261722,
            "stop": 971261727
        },
        {
            "start": 971261729,
            "stop": 971261737
        },
        {
            "start": 971261739,
            "stop": 971261741
        },
        {
            "start": 971261742,
            "stop": 971261770
        },
        {
            "start": 971261772,
            "stop": 971261781
        },
        {
            "start": 971261782,
            "stop": 971261809
        },
        {
            "start": 971261811,
            "stop": 971261812
        },
        {
            "start": 971261815,
            "stop": 971261821
        },
        {
            "start": 971261823,
            "stop": 971261824
        },
        {
            "start": 971261826,
            "stop": 971261848
        },
        {
            "start": 971261851,
            "stop": 971261857
        },
        {
            "start": 971261859,
            "stop": 971261873
        },
        {
            "start": 971261874,
            "stop": 971261892
        },
        {
            "start": 971261893,
            "stop": 971261942
        },
        {
            "start": 971261943,
            "stop": 971261945
        },
        {
            "start": 971261946,
            "stop": 971261955
        },
        {
            "start": 971261960,
            "stop": 971261966
        },
        {
            "start": 971261967,
            "stop": 971261974
        }
    ]
}