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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=137",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 138,
    "results": [
        {
            "start": 931400717,
            "stop": 931400721
        },
        {
            "start": 931400728,
            "stop": 931400732
        },
        {
            "start": 931400734,
            "stop": 931400746
        },
        {
            "start": 931400750,
            "stop": 931400758
        },
        {
            "start": 931400761,
            "stop": 931400789
        },
        {
            "start": 931400795,
            "stop": 931400796
        },
        {
            "start": 931400798,
            "stop": 931400811
        },
        {
            "start": 931400817,
            "stop": 931400828
        },
        {
            "start": 931400830,
            "stop": 931400833
        },
        {
            "start": 931400835,
            "stop": 931400839
        },
        {
            "start": 931400841,
            "stop": 931400852
        },
        {
            "start": 931400854,
            "stop": 931400861
        },
        {
            "start": 931400863,
            "stop": 931400864
        },
        {
            "start": 931400867,
            "stop": 931400868
        },
        {
            "start": 931400870,
            "stop": 931400875
        },
        {
            "start": 931400879,
            "stop": 931400899
        },
        {
            "start": 931400901,
            "stop": 931400902
        },
        {
            "start": 931400904,
            "stop": 931400910
        },
        {
            "start": 931400912,
            "stop": 931400913
        },
        {
            "start": 931400915,
            "stop": 931400931
        }
    ]
}