Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=221
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=220",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 221,
    "results": [
        {
            "start": 820522134,
            "stop": 820522417
        },
        {
            "start": 820522420,
            "stop": 820522562
        },
        {
            "start": 820522566,
            "stop": 820522657
        },
        {
            "start": 820522660,
            "stop": 820522801
        },
        {
            "start": 820522804,
            "stop": 820522868
        },
        {
            "start": 820522871,
            "stop": 820522938
        },
        {
            "start": 820522941,
            "stop": 820523253
        },
        {
            "start": 820523256,
            "stop": 820523482
        },
        {
            "start": 820525093,
            "stop": 820525495
        },
        {
            "start": 820525498,
            "stop": 820525530
        },
        {
            "start": 820525533,
            "stop": 820525833
        },
        {
            "start": 820525836,
            "stop": 820525883
        },
        {
            "start": 820525887,
            "stop": 820526094
        },
        {
            "start": 820526097,
            "stop": 820526911
        },
        {
            "start": 820526915,
            "stop": 820527019
        },
        {
            "start": 820527023,
            "stop": 820527131
        },
        {
            "start": 820527134,
            "stop": 820527235
        },
        {
            "start": 820527238,
            "stop": 820527757
        },
        {
            "start": 820527760,
            "stop": 820527825
        },
        {
            "start": 820527830,
            "stop": 820527869
        }
    ]
}