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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=5",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 6,
    "results": [
        {
            "start": 940144701,
            "stop": 940144814
        },
        {
            "start": 940151294,
            "stop": 940151406
        },
        {
            "start": 940157933,
            "stop": 940158046
        },
        {
            "start": 940178878,
            "stop": 940178990
        },
        {
            "start": 940239797,
            "stop": 940239910
        },
        {
            "start": 940243797,
            "stop": 940243910
        },
        {
            "start": 940249125,
            "stop": 940249238
        },
        {
            "start": 940314766,
            "stop": 940314878
        },
        {
            "start": 940329926,
            "stop": 940330038
        },
        {
            "start": 940338190,
            "stop": 940338302
        },
        {
            "start": 940342341,
            "stop": 940342494
        },
        {
            "start": 940362422,
            "stop": 940362534
        },
        {
            "start": 940368117,
            "stop": 940368230
        },
        {
            "start": 940568509,
            "stop": 940568622
        },
        {
            "start": 940642118,
            "stop": 940642230
        },
        {
            "start": 940650374,
            "stop": 940650526
        },
        {
            "start": 940711436,
            "stop": 940711549
        },
        {
            "start": 940721028,
            "stop": 940721141
        },
        {
            "start": 940760460,
            "stop": 940760573
        },
        {
            "start": 940765668,
            "stop": 940765829
        }
    ]
}