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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=211",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 212,
    "results": [
        {
            "start": 848684046,
            "stop": 848684101
        },
        {
            "start": 848684163,
            "stop": 848684491
        },
        {
            "start": 848684791,
            "stop": 848691435
        },
        {
            "start": 848691545,
            "stop": 848691685
        },
        {
            "start": 848692106,
            "stop": 848692339
        },
        {
            "start": 848692639,
            "stop": 848692685
        },
        {
            "start": 848693369,
            "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": 848750515
        },
        {
            "start": 848750625,
            "stop": 848750802
        },
        {
            "start": 848751102,
            "stop": 848755349
        },
        {
            "start": 848755905,
            "stop": 848757062
        },
        {
            "start": 848757374,
            "stop": 848764849
        }
    ]
}