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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5926",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5924",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5925,
    "results": [
        {
            "start": 875189056,
            "stop": 875189109
        },
        {
            "start": 875189112,
            "stop": 875189264
        },
        {
            "start": 875189267,
            "stop": 875189319
        },
        {
            "start": 875189322,
            "stop": 875189398
        },
        {
            "start": 875189401,
            "stop": 875190458
        },
        {
            "start": 875190461,
            "stop": 875190547
        },
        {
            "start": 875190550,
            "stop": 875190600
        },
        {
            "start": 875190603,
            "stop": 875190696
        },
        {
            "start": 875190700,
            "stop": 875190846
        },
        {
            "start": 875190849,
            "stop": 875190907
        },
        {
            "start": 875190910,
            "stop": 875191032
        },
        {
            "start": 875191035,
            "stop": 875191070
        },
        {
            "start": 875191073,
            "stop": 875191080
        },
        {
            "start": 875191083,
            "stop": 875191148
        },
        {
            "start": 875191151,
            "stop": 875191290
        },
        {
            "start": 875191293,
            "stop": 875191490
        },
        {
            "start": 875191493,
            "stop": 875191503
        },
        {
            "start": 875191506,
            "stop": 875191695
        },
        {
            "start": 875191701,
            "stop": 875192167
        },
        {
            "start": 875192170,
            "stop": 875192183
        }
    ]
}