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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=167",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 168,
    "results": [
        {
            "start": 842206761,
            "stop": 842219225
        },
        {
            "start": 842220866,
            "stop": 842236224
        },
        {
            "start": 842236917,
            "stop": 842294309
        },
        {
            "start": 842295066,
            "stop": 842295357
        },
        {
            "start": 842295916,
            "stop": 842303946
        },
        {
            "start": 842305118,
            "stop": 842309217
        },
        {
            "start": 842309768,
            "stop": 842325868
        },
        {
            "start": 842326705,
            "stop": 842337265
        },
        {
            "start": 842337267,
            "stop": 842384793
        },
        {
            "start": 842388568,
            "stop": 842388656
        },
        {
            "start": 842389450,
            "stop": 842396936
        },
        {
            "start": 842397429,
            "stop": 842408884
        },
        {
            "start": 842411436,
            "stop": 842428648
        },
        {
            "start": 842430323,
            "stop": 842443940
        },
        {
            "start": 842445608,
            "stop": 842458172
        },
        {
            "start": 842459279,
            "stop": 842468441
        },
        {
            "start": 842469479,
            "stop": 842472465
        },
        {
            "start": 842473324,
            "stop": 842478502
        },
        {
            "start": 842480408,
            "stop": 842485330
        },
        {
            "start": 842486289,
            "stop": 842492013
        }
    ]
}