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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=359",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 360,
    "results": [
        {
            "start": 818257900,
            "stop": 818257901
        },
        {
            "start": 818257907,
            "stop": 818257913
        },
        {
            "start": 818257937,
            "stop": 818257938
        },
        {
            "start": 818257943,
            "stop": 818257949
        },
        {
            "start": 818257955,
            "stop": 818257957
        },
        {
            "start": 818257975,
            "stop": 818257976
        },
        {
            "start": 818257989,
            "stop": 818257990
        },
        {
            "start": 818257994,
            "stop": 818257996
        },
        {
            "start": 818257999,
            "stop": 818258000
        },
        {
            "start": 818258010,
            "stop": 818258011
        },
        {
            "start": 818258014,
            "stop": 818258015
        },
        {
            "start": 818258021,
            "stop": 818258024
        },
        {
            "start": 818258036,
            "stop": 818258040
        },
        {
            "start": 818258045,
            "stop": 818258048
        },
        {
            "start": 818258056,
            "stop": 818258058
        },
        {
            "start": 818258086,
            "stop": 818258092
        },
        {
            "start": 818258119,
            "stop": 818258121
        },
        {
            "start": 818258128,
            "stop": 818258130
        },
        {
            "start": 818258141,
            "stop": 818258144
        },
        {
            "start": 818258147,
            "stop": 818258148
        }
    ]
}