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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5130",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5131,
    "results": [
        {
            "start": 873604955,
            "stop": 873605063
        },
        {
            "start": 873605109,
            "stop": 873605135
        },
        {
            "start": 873605171,
            "stop": 873605179
        },
        {
            "start": 873605233,
            "stop": 873605269
        },
        {
            "start": 873606049,
            "stop": 873606093
        },
        {
            "start": 873606131,
            "stop": 873606169
        },
        {
            "start": 873606280,
            "stop": 873606372
        },
        {
            "start": 873606427,
            "stop": 873608184
        },
        {
            "start": 873608201,
            "stop": 873610109
        },
        {
            "start": 873610349,
            "stop": 873610663
        },
        {
            "start": 873610825,
            "stop": 873610903
        },
        {
            "start": 873613843,
            "stop": 873613879
        },
        {
            "start": 873613913,
            "stop": 873613927
        },
        {
            "start": 873613961,
            "stop": 873614963
        },
        {
            "start": 873615945,
            "stop": 873616237
        },
        {
            "start": 873616769,
            "stop": 873617530
        },
        {
            "start": 873617566,
            "stop": 873620513
        },
        {
            "start": 873621830,
            "stop": 873621895
        },
        {
            "start": 873622077,
            "stop": 873623976
        },
        {
            "start": 873624012,
            "stop": 873624723
        }
    ]
}