Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=464
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=465",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=463",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 464,
    "results": [
        {
            "start": 873940985,
            "stop": 873941085
        },
        {
            "start": 873941385,
            "stop": 873945975
        },
        {
            "start": 873947068,
            "stop": 873951018
        },
        {
            "start": 873951102,
            "stop": 873951238
        },
        {
            "start": 873951268,
            "stop": 873959125
        },
        {
            "start": 873960028,
            "stop": 873964050
        },
        {
            "start": 873964216,
            "stop": 873964241
        },
        {
            "start": 873964541,
            "stop": 873994932
        },
        {
            "start": 873997297,
            "stop": 873997521
        },
        {
            "start": 873998175,
            "stop": 873999409
        },
        {
            "start": 873999428,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874023567
        },
        {
            "start": 874023874,
            "stop": 874046817
        },
        {
            "start": 874046835,
            "stop": 874075530
        },
        {
            "start": 874075650,
            "stop": 874081746
        },
        {
            "start": 874081764,
            "stop": 874083297
        },
        {
            "start": 874083316,
            "stop": 874087375
        },
        {
            "start": 874087901,
            "stop": 874087920
        },
        {
            "start": 874087980,
            "stop": 874088195
        },
        {
            "start": 874088495,
            "stop": 874098308
        }
    ]
}