Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=645
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=646",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=644",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 645,
    "results": [
        {
            "start": 852649115,
            "stop": 852652946
        },
        {
            "start": 852658065,
            "stop": 852660460
        },
        {
            "start": 852660477,
            "stop": 852661377
        },
        {
            "start": 852663922,
            "stop": 852669928
        },
        {
            "start": 852673996,
            "stop": 852679290
        },
        {
            "start": 852690177,
            "stop": 852691891
        },
        {
            "start": 852691940,
            "stop": 852692148
        },
        {
            "start": 852695527,
            "stop": 852697608
        },
        {
            "start": 852713235,
            "stop": 852715650
        },
        {
            "start": 852715710,
            "stop": 852715725
        },
        {
            "start": 852716282,
            "stop": 852716872
        },
        {
            "start": 852717813,
            "stop": 852729660
        },
        {
            "start": 852729702,
            "stop": 852741471
        },
        {
            "start": 852741505,
            "stop": 852745590
        },
        {
            "start": 852746740,
            "stop": 852752867
        },
        {
            "start": 852753514,
            "stop": 852758777
        },
        {
            "start": 852759788,
            "stop": 852794523
        },
        {
            "start": 852795893,
            "stop": 852813526
        },
        {
            "start": 852813596,
            "stop": 852813606
        },
        {
            "start": 852813650,
            "stop": 852825686
        }
    ]
}