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=3948
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=3949",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3947",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3948,
    "results": [
        {
            "start": 874313490,
            "stop": 874313502
        },
        {
            "start": 874313503,
            "stop": 874313513
        },
        {
            "start": 874313514,
            "stop": 874313518
        },
        {
            "start": 874313519,
            "stop": 874313520
        },
        {
            "start": 874313524,
            "stop": 874313527
        },
        {
            "start": 874313528,
            "stop": 874313535
        },
        {
            "start": 874313538,
            "stop": 874313539
        },
        {
            "start": 874313542,
            "stop": 874313545
        },
        {
            "start": 874313546,
            "stop": 874313561
        },
        {
            "start": 874313562,
            "stop": 874313589
        },
        {
            "start": 874313591,
            "stop": 874314557
        },
        {
            "start": 874324131,
            "stop": 874329180
        },
        {
            "start": 874331544,
            "stop": 874331545
        },
        {
            "start": 874331546,
            "stop": 874331547
        },
        {
            "start": 874331549,
            "stop": 874331553
        },
        {
            "start": 874331554,
            "stop": 874331561
        },
        {
            "start": 874331562,
            "stop": 874331579
        },
        {
            "start": 874331580,
            "stop": 874331591
        },
        {
            "start": 874331592,
            "stop": 874331596
        },
        {
            "start": 874331598,
            "stop": 874331599
        }
    ]
}