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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8298",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8299,
    "results": [
        {
            "start": 874098386,
            "stop": 874100562
        },
        {
            "start": 874100579,
            "stop": 874100883
        },
        {
            "start": 874100903,
            "stop": 874100990
        },
        {
            "start": 874101008,
            "stop": 874102818
        },
        {
            "start": 874102837,
            "stop": 874103567
        },
        {
            "start": 874103586,
            "stop": 874103632
        },
        {
            "start": 874106234,
            "stop": 874106660
        },
        {
            "start": 874106680,
            "stop": 874107243
        },
        {
            "start": 874107260,
            "stop": 874107509
        },
        {
            "start": 874107528,
            "stop": 874107956
        },
        {
            "start": 874108205,
            "stop": 874108479
        },
        {
            "start": 874108496,
            "stop": 874109169
        },
        {
            "start": 874109355,
            "stop": 874109794
        },
        {
            "start": 874109813,
            "stop": 874110527
        },
        {
            "start": 874110546,
            "stop": 874111534
        },
        {
            "start": 874111554,
            "stop": 874112003
        },
        {
            "start": 874112023,
            "stop": 874112675
        },
        {
            "start": 874112692,
            "stop": 874113053
        },
        {
            "start": 874113070,
            "stop": 874113092
        },
        {
            "start": 874113996,
            "stop": 874114295
        }
    ]
}