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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41099",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41097",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41098,
    "results": [
        {
            "start": 875224773,
            "stop": 875224785
        },
        {
            "start": 875224786,
            "stop": 875224787
        },
        {
            "start": 875224789,
            "stop": 875224790
        },
        {
            "start": 875224791,
            "stop": 875224795
        },
        {
            "start": 875224796,
            "stop": 875224807
        },
        {
            "start": 875224809,
            "stop": 875224849
        },
        {
            "start": 875224851,
            "stop": 875224855
        },
        {
            "start": 875224856,
            "stop": 875224858
        },
        {
            "start": 875224862,
            "stop": 875224870
        },
        {
            "start": 875224872,
            "stop": 875224886
        },
        {
            "start": 875224887,
            "stop": 875224896
        },
        {
            "start": 875224899,
            "stop": 875224913
        },
        {
            "start": 875224914,
            "stop": 875224934
        },
        {
            "start": 875224936,
            "stop": 875224953
        },
        {
            "start": 875224957,
            "stop": 875224999
        },
        {
            "start": 875225002,
            "stop": 875225015
        },
        {
            "start": 875225016,
            "stop": 875225041
        },
        {
            "start": 875225042,
            "stop": 875225083
        },
        {
            "start": 875225085,
            "stop": 875225135
        },
        {
            "start": 875225136,
            "stop": 875225147
        }
    ]
}