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=8983
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=8984",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8982",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8983,
    "results": [
        {
            "start": 873830614,
            "stop": 873830649
        },
        {
            "start": 873830668,
            "stop": 873830706
        },
        {
            "start": 873830726,
            "stop": 873830821
        },
        {
            "start": 873830841,
            "stop": 873830886
        },
        {
            "start": 873830926,
            "stop": 873830950
        },
        {
            "start": 873830976,
            "stop": 873831151
        },
        {
            "start": 873831172,
            "stop": 873831224
        },
        {
            "start": 873831243,
            "stop": 873831394
        },
        {
            "start": 873831428,
            "stop": 873831456
        },
        {
            "start": 873831475,
            "stop": 873831492
        },
        {
            "start": 873831543,
            "stop": 873831652
        },
        {
            "start": 873831720,
            "stop": 873831735
        },
        {
            "start": 873831776,
            "stop": 873831807
        },
        {
            "start": 873831824,
            "stop": 873831939
        },
        {
            "start": 873831959,
            "stop": 873832005
        },
        {
            "start": 873832039,
            "stop": 873832062
        },
        {
            "start": 873832082,
            "stop": 873832156
        },
        {
            "start": 873832175,
            "stop": 873832250
        },
        {
            "start": 873832267,
            "stop": 873832363
        },
        {
            "start": 873832382,
            "stop": 873832423
        }
    ]
}