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=415
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=416",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=414",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 415,
    "results": [
        {
            "start": 818727615,
            "stop": 818727622
        },
        {
            "start": 818727629,
            "stop": 818727630
        },
        {
            "start": 818727635,
            "stop": 818727644
        },
        {
            "start": 818727656,
            "stop": 818727657
        },
        {
            "start": 818727674,
            "stop": 818727675
        },
        {
            "start": 818727680,
            "stop": 818727691
        },
        {
            "start": 818727695,
            "stop": 818727700
        },
        {
            "start": 818727703,
            "stop": 818727704
        },
        {
            "start": 818727707,
            "stop": 818727720
        },
        {
            "start": 818727723,
            "stop": 818727725
        },
        {
            "start": 818727728,
            "stop": 818727739
        },
        {
            "start": 818727746,
            "stop": 818727747
        },
        {
            "start": 818727750,
            "stop": 818727751
        },
        {
            "start": 818727755,
            "stop": 818727757
        },
        {
            "start": 818727768,
            "stop": 818727769
        },
        {
            "start": 818727779,
            "stop": 818727781
        },
        {
            "start": 818727784,
            "stop": 818727825
        },
        {
            "start": 818727828,
            "stop": 818727830
        },
        {
            "start": 818727833,
            "stop": 818727858
        },
        {
            "start": 818727861,
            "stop": 818727888
        }
    ]
}