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/H2_CBCHIGH_CAT3/segments?format=api&page=5070
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5071",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5069",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5070,
    "results": [
        {
            "start": 874619215,
            "stop": 874619244
        },
        {
            "start": 874619307,
            "stop": 874619319
        },
        {
            "start": 874619338,
            "stop": 874619345
        },
        {
            "start": 874619379,
            "stop": 874619381
        },
        {
            "start": 874619401,
            "stop": 874619428
        },
        {
            "start": 874619447,
            "stop": 874619464
        },
        {
            "start": 874619483,
            "stop": 874619493
        },
        {
            "start": 874619513,
            "stop": 874619516
        },
        {
            "start": 874619535,
            "stop": 874619564
        },
        {
            "start": 874619584,
            "stop": 874619604
        },
        {
            "start": 874619638,
            "stop": 874619656
        },
        {
            "start": 874619675,
            "stop": 874619690
        },
        {
            "start": 874619711,
            "stop": 874619715
        },
        {
            "start": 874619744,
            "stop": 874619787
        },
        {
            "start": 874619813,
            "stop": 874619825
        },
        {
            "start": 874619844,
            "stop": 874619902
        },
        {
            "start": 874619921,
            "stop": 874620020
        },
        {
            "start": 874620039,
            "stop": 874620042
        },
        {
            "start": 874620062,
            "stop": 874620071
        },
        {
            "start": 874620106,
            "stop": 874620116
        }
    ]
}