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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=286",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 287,
    "results": [
        {
            "start": 821021916,
            "stop": 821021922
        },
        {
            "start": 821021926,
            "stop": 821021932
        },
        {
            "start": 821021936,
            "stop": 821021961
        },
        {
            "start": 821021965,
            "stop": 821022023
        },
        {
            "start": 821022028,
            "stop": 821022072
        },
        {
            "start": 821022076,
            "stop": 821022082
        },
        {
            "start": 821022090,
            "stop": 821022173
        },
        {
            "start": 821022177,
            "stop": 821022266
        },
        {
            "start": 821022270,
            "stop": 821022545
        },
        {
            "start": 821022548,
            "stop": 821022636
        },
        {
            "start": 821023702,
            "stop": 821024024
        },
        {
            "start": 821024027,
            "stop": 821024297
        },
        {
            "start": 821024697,
            "stop": 821024836
        },
        {
            "start": 821024839,
            "stop": 821024912
        },
        {
            "start": 821024915,
            "stop": 821025278
        },
        {
            "start": 821025297,
            "stop": 821025309
        },
        {
            "start": 821025328,
            "stop": 821025874
        },
        {
            "start": 821025893,
            "stop": 821026568
        },
        {
            "start": 821026587,
            "stop": 821026591
        },
        {
            "start": 821026610,
            "stop": 821026680
        }
    ]
}