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=15938
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=15939",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15937",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15938,
    "results": [
        {
            "start": 971407481,
            "stop": 971407820
        },
        {
            "start": 971407838,
            "stop": 971408038
        },
        {
            "start": 971408697,
            "stop": 971408710
        },
        {
            "start": 971408711,
            "stop": 971408712
        },
        {
            "start": 971408713,
            "stop": 971408719
        },
        {
            "start": 971408721,
            "stop": 971408726
        },
        {
            "start": 971408731,
            "stop": 971408733
        },
        {
            "start": 971408734,
            "stop": 971408745
        },
        {
            "start": 971408746,
            "stop": 971408747
        },
        {
            "start": 971408748,
            "stop": 971408750
        },
        {
            "start": 971408752,
            "stop": 971408753
        },
        {
            "start": 971408756,
            "stop": 971408760
        },
        {
            "start": 971408761,
            "stop": 971408765
        },
        {
            "start": 971408768,
            "stop": 971408769
        },
        {
            "start": 971408770,
            "stop": 971408772
        },
        {
            "start": 971408773,
            "stop": 971408775
        },
        {
            "start": 971408777,
            "stop": 971408807
        },
        {
            "start": 971408809,
            "stop": 971408820
        },
        {
            "start": 971408822,
            "stop": 971408825
        },
        {
            "start": 971408828,
            "stop": 971408838
        }
    ]
}