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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=137",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 138,
    "results": [
        {
            "start": 931930616,
            "stop": 931930694
        },
        {
            "start": 931930696,
            "stop": 931930900
        },
        {
            "start": 931930903,
            "stop": 931931351
        },
        {
            "start": 931931354,
            "stop": 931931465
        },
        {
            "start": 931931467,
            "stop": 931931750
        },
        {
            "start": 931931752,
            "stop": 931932015
        },
        {
            "start": 931932375,
            "stop": 931932455
        },
        {
            "start": 931932458,
            "stop": 931932542
        },
        {
            "start": 931932544,
            "stop": 931932648
        },
        {
            "start": 931932653,
            "stop": 931933521
        },
        {
            "start": 931933523,
            "stop": 931934258
        },
        {
            "start": 931934260,
            "stop": 931934857
        },
        {
            "start": 931934859,
            "stop": 931934923
        },
        {
            "start": 931934925,
            "stop": 931935046
        },
        {
            "start": 931935048,
            "stop": 931935121
        },
        {
            "start": 931935123,
            "stop": 931935130
        },
        {
            "start": 931935132,
            "stop": 931935139
        },
        {
            "start": 931935141,
            "stop": 931935232
        },
        {
            "start": 931935234,
            "stop": 931935508
        },
        {
            "start": 931935510,
            "stop": 931935615
        }
    ]
}