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=139
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=140",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=138",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 139,
    "results": [
        {
            "start": 931400933,
            "stop": 931400934
        },
        {
            "start": 931400936,
            "stop": 931400953
        },
        {
            "start": 931400955,
            "stop": 931400970
        },
        {
            "start": 931400972,
            "stop": 931400977
        },
        {
            "start": 931400980,
            "stop": 931400991
        },
        {
            "start": 931400994,
            "stop": 931400998
        },
        {
            "start": 931400999,
            "stop": 931401005
        },
        {
            "start": 931401007,
            "stop": 931401030
        },
        {
            "start": 931401032,
            "stop": 931401038
        },
        {
            "start": 931401042,
            "stop": 931401043
        },
        {
            "start": 931401046,
            "stop": 931401048
        },
        {
            "start": 931401053,
            "stop": 931401054
        },
        {
            "start": 931401057,
            "stop": 931401058
        },
        {
            "start": 931401060,
            "stop": 931401063
        },
        {
            "start": 931401065,
            "stop": 931401083
        },
        {
            "start": 931401085,
            "stop": 931401087
        },
        {
            "start": 931401090,
            "stop": 931401091
        },
        {
            "start": 931401093,
            "stop": 931401098
        },
        {
            "start": 931401101,
            "stop": 931401104
        },
        {
            "start": 931401106,
            "stop": 931401113
        }
    ]
}