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=15787
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=15788",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15786",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15787,
    "results": [
        {
            "start": 971171903,
            "stop": 971171905
        },
        {
            "start": 971171906,
            "stop": 971171907
        },
        {
            "start": 971171913,
            "stop": 971171914
        },
        {
            "start": 971171916,
            "stop": 971171919
        },
        {
            "start": 971171928,
            "stop": 971171931
        },
        {
            "start": 971171932,
            "stop": 971171933
        },
        {
            "start": 971171934,
            "stop": 971171935
        },
        {
            "start": 971171938,
            "stop": 971171940
        },
        {
            "start": 971171942,
            "stop": 971171943
        },
        {
            "start": 971171944,
            "stop": 971171945
        },
        {
            "start": 971171956,
            "stop": 971171957
        },
        {
            "start": 971171959,
            "stop": 971171961
        },
        {
            "start": 971171962,
            "stop": 971171966
        },
        {
            "start": 971171967,
            "stop": 971171970
        },
        {
            "start": 971171974,
            "stop": 971171975
        },
        {
            "start": 971171977,
            "stop": 971171979
        },
        {
            "start": 971171982,
            "stop": 971171984
        },
        {
            "start": 971171990,
            "stop": 971171991
        },
        {
            "start": 971171996,
            "stop": 971171998
        },
        {
            "start": 971172002,
            "stop": 971172003
        }
    ]
}