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=3715
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=3716",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3714",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3715,
    "results": [
        {
            "start": 872595528,
            "stop": 872595596
        },
        {
            "start": 872595599,
            "stop": 872595787
        },
        {
            "start": 872595790,
            "stop": 872595899
        },
        {
            "start": 872595902,
            "stop": 872595910
        },
        {
            "start": 872595915,
            "stop": 872596141
        },
        {
            "start": 872596144,
            "stop": 872596450
        },
        {
            "start": 872596451,
            "stop": 872596456
        },
        {
            "start": 872596458,
            "stop": 872596476
        },
        {
            "start": 872596477,
            "stop": 872596480
        },
        {
            "start": 872596482,
            "stop": 872596660
        },
        {
            "start": 872596664,
            "stop": 872596671
        },
        {
            "start": 872596674,
            "stop": 872596691
        },
        {
            "start": 872596692,
            "stop": 872596694
        },
        {
            "start": 872596695,
            "stop": 872596750
        },
        {
            "start": 872596753,
            "stop": 872596754
        },
        {
            "start": 872596757,
            "stop": 872596761
        },
        {
            "start": 872596764,
            "stop": 872596772
        },
        {
            "start": 872596775,
            "stop": 872596819
        },
        {
            "start": 872596822,
            "stop": 872596984
        },
        {
            "start": 872596985,
            "stop": 872597018
        }
    ]
}