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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4276",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4274",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4275,
    "results": [
        {
            "start": 874619340,
            "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": 874619880
        },
        {
            "start": 874619940,
            "stop": 874620020
        },
        {
            "start": 874620039,
            "stop": 874620042
        },
        {
            "start": 874620062,
            "stop": 874620071
        },
        {
            "start": 874620106,
            "stop": 874620116
        },
        {
            "start": 874620135,
            "stop": 874620147
        },
        {
            "start": 874620167,
            "stop": 874620232
        }
    ]
}