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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1920",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=1918",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 1919,
    "results": [
        {
            "start": 848699850,
            "stop": 848700030
        },
        {
            "start": 848700390,
            "stop": 848701448
        },
        {
            "start": 848701558,
            "stop": 848701892
        },
        {
            "start": 848702886,
            "stop": 848735160
        },
        {
            "start": 848735460,
            "stop": 848736499
        },
        {
            "start": 848738272,
            "stop": 848738388
        },
        {
            "start": 848738423,
            "stop": 848741752
        },
        {
            "start": 848742468,
            "stop": 848744425
        },
        {
            "start": 848744725,
            "stop": 848744952
        },
        {
            "start": 848745252,
            "stop": 848745671
        },
        {
            "start": 848745673,
            "stop": 848750490
        },
        {
            "start": 848750625,
            "stop": 848750802
        },
        {
            "start": 848751102,
            "stop": 848755349
        },
        {
            "start": 848755905,
            "stop": 848757062
        },
        {
            "start": 848757374,
            "stop": 848757596
        },
        {
            "start": 848757599,
            "stop": 848759482
        },
        {
            "start": 848759488,
            "stop": 848760397
        },
        {
            "start": 848760403,
            "stop": 848760432
        },
        {
            "start": 848760438,
            "stop": 848764338
        },
        {
            "start": 848764341,
            "stop": 848764349
        }
    ]
}