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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3664",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3662",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3663,
    "results": [
        {
            "start": 970775150,
            "stop": 970775776
        },
        {
            "start": 970775779,
            "stop": 970776051
        },
        {
            "start": 970776052,
            "stop": 970776490
        },
        {
            "start": 970776493,
            "stop": 970777312
        },
        {
            "start": 970777315,
            "stop": 970777682
        },
        {
            "start": 970777683,
            "stop": 970777915
        },
        {
            "start": 970777918,
            "stop": 970777960
        },
        {
            "start": 970777964,
            "stop": 970777966
        },
        {
            "start": 970777971,
            "stop": 970778156
        },
        {
            "start": 970778159,
            "stop": 970778741
        },
        {
            "start": 970778744,
            "stop": 970779130
        },
        {
            "start": 970779133,
            "stop": 970779330
        },
        {
            "start": 970779331,
            "stop": 970779721
        },
        {
            "start": 970779724,
            "stop": 970780296
        },
        {
            "start": 970780299,
            "stop": 970781051
        },
        {
            "start": 970781052,
            "stop": 970781822
        },
        {
            "start": 970781825,
            "stop": 970781975
        },
        {
            "start": 970781978,
            "stop": 970782183
        },
        {
            "start": 970782186,
            "stop": 970782204
        },
        {
            "start": 970782207,
            "stop": 970782748
        }
    ]
}