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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9023",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=9021",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 9022,
    "results": [
        {
            "start": 874110546,
            "stop": 874111534
        },
        {
            "start": 874111554,
            "stop": 874112003
        },
        {
            "start": 874112023,
            "stop": 874112675
        },
        {
            "start": 874112692,
            "stop": 874113053
        },
        {
            "start": 874113070,
            "stop": 874113092
        },
        {
            "start": 874113996,
            "stop": 874114295
        },
        {
            "start": 874114314,
            "stop": 874114707
        },
        {
            "start": 874114726,
            "stop": 874115102
        },
        {
            "start": 874115121,
            "stop": 874115876
        },
        {
            "start": 874115895,
            "stop": 874115944
        },
        {
            "start": 874115963,
            "stop": 874117986
        },
        {
            "start": 874118005,
            "stop": 874118578
        },
        {
            "start": 874118714,
            "stop": 874118810
        },
        {
            "start": 874119616,
            "stop": 874119973
        },
        {
            "start": 874119990,
            "stop": 874121407
        },
        {
            "start": 874121426,
            "stop": 874122144
        },
        {
            "start": 874122161,
            "stop": 874122813
        },
        {
            "start": 874122832,
            "stop": 874122857
        },
        {
            "start": 874122877,
            "stop": 874123329
        },
        {
            "start": 874123346,
            "stop": 874124310
        }
    ]
}