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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=188",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=186",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 187,
    "results": [
        {
            "start": 848644144,
            "stop": 848648663
        },
        {
            "start": 848650551,
            "stop": 848673411
        },
        {
            "start": 848675936,
            "stop": 848684633
        },
        {
            "start": 848685158,
            "stop": 848691412
        },
        {
            "start": 848693368,
            "stop": 848701425
        },
        {
            "start": 848703576,
            "stop": 848735286
        },
        {
            "start": 848735858,
            "stop": 848736685
        },
        {
            "start": 848738271,
            "stop": 848741954
        },
        {
            "start": 848743127,
            "stop": 848744532
        },
        {
            "start": 848745876,
            "stop": 848750493
        },
        {
            "start": 848751890,
            "stop": 848755568
        },
        {
            "start": 848757717,
            "stop": 848764850
        },
        {
            "start": 848782331,
            "stop": 848785874
        },
        {
            "start": 848786786,
            "stop": 848789410
        },
        {
            "start": 848789953,
            "stop": 848795911
        },
        {
            "start": 848796231,
            "stop": 848797264
        },
        {
            "start": 848797664,
            "stop": 848797670
        },
        {
            "start": 848797990,
            "stop": 848798125
        },
        {
            "start": 848798525,
            "stop": 848798727
        },
        {
            "start": 848799379,
            "stop": 848816519
        }
    ]
}