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/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9875
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9876",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9874",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9875,
    "results": [
        {
            "start": 870749671,
            "stop": 870754510
        },
        {
            "start": 870754601,
            "stop": 870769530
        },
        {
            "start": 870771075,
            "stop": 870777060
        },
        {
            "start": 870777120,
            "stop": 870782215
        },
        {
            "start": 870782308,
            "stop": 870784920
        },
        {
            "start": 870784980,
            "stop": 870785013
        },
        {
            "start": 870785029,
            "stop": 870785744
        },
        {
            "start": 870785760,
            "stop": 870786393
        },
        {
            "start": 870787983,
            "stop": 870792999
        },
        {
            "start": 870793016,
            "stop": 870793020
        },
        {
            "start": 870793080,
            "stop": 870794611
        },
        {
            "start": 870794628,
            "stop": 870795194
        },
        {
            "start": 870795212,
            "stop": 870796518
        },
        {
            "start": 870796749,
            "stop": 870801457
        },
        {
            "start": 870802555,
            "stop": 870802755
        },
        {
            "start": 870802762,
            "stop": 870803752
        },
        {
            "start": 870803769,
            "stop": 870803801
        },
        {
            "start": 870803837,
            "stop": 870805214
        },
        {
            "start": 870805221,
            "stop": 870805396
        },
        {
            "start": 870805430,
            "stop": 870806663
        }
    ]
}