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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=214",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=212",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 213,
    "results": [
        {
            "start": 848684163,
            "stop": 848684491
        },
        {
            "start": 848684791,
            "stop": 848691390
        },
        {
            "start": 848691545,
            "stop": 848691685
        },
        {
            "start": 848692106,
            "stop": 848692339
        },
        {
            "start": 848692639,
            "stop": 848692685
        },
        {
            "start": 848693369,
            "stop": 848695797
        },
        {
            "start": 848695818,
            "stop": 848695819
        },
        {
            "start": 848695841,
            "stop": 848699250
        },
        {
            "start": 848699430,
            "stop": 848699490
        },
        {
            "start": 848699610,
            "stop": 848699790
        },
        {
            "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": 848745663
        }
    ]
}