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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=61",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=59",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 60,
    "results": [
        {
            "start": 951727386,
            "stop": 951747329
        },
        {
            "start": 951762129,
            "stop": 951767069
        },
        {
            "start": 951767106,
            "stop": 951767444
        },
        {
            "start": 951777682,
            "stop": 951778302
        },
        {
            "start": 951785793,
            "stop": 951796070
        },
        {
            "start": 951798533,
            "stop": 951808626
        },
        {
            "start": 951810499,
            "stop": 951812415
        },
        {
            "start": 951816511,
            "stop": 951816782
        },
        {
            "start": 951820231,
            "stop": 951825636
        },
        {
            "start": 951851380,
            "stop": 951853885
        },
        {
            "start": 951855311,
            "stop": 951855597
        },
        {
            "start": 951857051,
            "stop": 951857162
        },
        {
            "start": 951858611,
            "stop": 951859671
        },
        {
            "start": 951861794,
            "stop": 951861842
        },
        {
            "start": 951865166,
            "stop": 951892140
        },
        {
            "start": 951895268,
            "stop": 951900519
        },
        {
            "start": 951902627,
            "stop": 951912698
        },
        {
            "start": 951917697,
            "stop": 951918144
        },
        {
            "start": 951920193,
            "stop": 951923002
        },
        {
            "start": 951925983,
            "stop": 951929498
        }
    ]
}