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=14756
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=14757",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14755",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14756,
    "results": [
        {
            "start": 971180607,
            "stop": 971180609
        },
        {
            "start": 971180611,
            "stop": 971180614
        },
        {
            "start": 971180617,
            "stop": 971180620
        },
        {
            "start": 971180622,
            "stop": 971180623
        },
        {
            "start": 971180624,
            "stop": 971180625
        },
        {
            "start": 971180626,
            "stop": 971180627
        },
        {
            "start": 971180628,
            "stop": 971180630
        },
        {
            "start": 971180632,
            "stop": 971180637
        },
        {
            "start": 971180641,
            "stop": 971180644
        },
        {
            "start": 971180645,
            "stop": 971180647
        },
        {
            "start": 971180649,
            "stop": 971180650
        },
        {
            "start": 971180652,
            "stop": 971180654
        },
        {
            "start": 971180655,
            "stop": 971180657
        },
        {
            "start": 971180660,
            "stop": 971180662
        },
        {
            "start": 971180664,
            "stop": 971180670
        },
        {
            "start": 971180673,
            "stop": 971180681
        },
        {
            "start": 971180685,
            "stop": 971180687
        },
        {
            "start": 971180689,
            "stop": 971180690
        },
        {
            "start": 971180698,
            "stop": 971180699
        },
        {
            "start": 971180701,
            "stop": 971180707
        }
    ]
}