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=15934
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=15935",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15933",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15934,
    "results": [
        {
            "start": 971402862,
            "stop": 971402864
        },
        {
            "start": 971402867,
            "stop": 971402868
        },
        {
            "start": 971402869,
            "stop": 971402872
        },
        {
            "start": 971402875,
            "stop": 971402890
        },
        {
            "start": 971402891,
            "stop": 971402894
        },
        {
            "start": 971402895,
            "stop": 971402901
        },
        {
            "start": 971402904,
            "stop": 971402905
        },
        {
            "start": 971402906,
            "stop": 971402907
        },
        {
            "start": 971402911,
            "stop": 971402913
        },
        {
            "start": 971402915,
            "stop": 971402917
        },
        {
            "start": 971402918,
            "stop": 971402921
        },
        {
            "start": 971402923,
            "stop": 971402939
        },
        {
            "start": 971402957,
            "stop": 971402961
        },
        {
            "start": 971402963,
            "stop": 971402968
        },
        {
            "start": 971402969,
            "stop": 971402980
        },
        {
            "start": 971402982,
            "stop": 971402983
        },
        {
            "start": 971402984,
            "stop": 971402985
        },
        {
            "start": 971402986,
            "stop": 971402987
        },
        {
            "start": 971402988,
            "stop": 971402990
        },
        {
            "start": 971402991,
            "stop": 971402992
        }
    ]
}