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=14704
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=14705",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14703",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14704,
    "results": [
        {
            "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
        },
        {
            "start": 971172005,
            "stop": 971172007
        },
        {
            "start": 971172009,
            "stop": 971172013
        },
        {
            "start": 971172014,
            "stop": 971172015
        },
        {
            "start": 971172018,
            "stop": 971172020
        },
        {
            "start": 971172023,
            "stop": 971172025
        }
    ]
}