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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=725",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 726,
    "results": [
        {
            "start": 852658065,
            "stop": 852660468
        },
        {
            "start": 852660469,
            "stop": 852661385
        },
        {
            "start": 852663922,
            "stop": 852669936
        },
        {
            "start": 852673996,
            "stop": 852679290
        },
        {
            "start": 852690177,
            "stop": 852691891
        },
        {
            "start": 852691940,
            "stop": 852692148
        },
        {
            "start": 852695527,
            "stop": 852697608
        },
        {
            "start": 852713235,
            "stop": 852715650
        },
        {
            "start": 852715710,
            "stop": 852715733
        },
        {
            "start": 852716282,
            "stop": 852716880
        },
        {
            "start": 852717813,
            "stop": 852729668
        },
        {
            "start": 852729694,
            "stop": 852741479
        },
        {
            "start": 852741482,
            "stop": 852741485
        },
        {
            "start": 852741497,
            "stop": 852745590
        },
        {
            "start": 852745650,
            "stop": 852745658
        },
        {
            "start": 852746740,
            "stop": 852752875
        },
        {
            "start": 852753514,
            "stop": 852758785
        },
        {
            "start": 852759788,
            "stop": 852794531
        },
        {
            "start": 852794533,
            "stop": 852794534
        },
        {
            "start": 852795893,
            "stop": 852813534
        }
    ]
}