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_CAT3E/segments?format=api&page=46908
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=46909",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46907",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46908,
    "results": [
        {
            "start": 875183815,
            "stop": 875183820
        },
        {
            "start": 875183821,
            "stop": 875183840
        },
        {
            "start": 875183841,
            "stop": 875183881
        },
        {
            "start": 875183883,
            "stop": 875183889
        },
        {
            "start": 875183890,
            "stop": 875183892
        },
        {
            "start": 875183894,
            "stop": 875183914
        },
        {
            "start": 875183915,
            "stop": 875183935
        },
        {
            "start": 875183936,
            "stop": 875183941
        },
        {
            "start": 875183942,
            "stop": 875183977
        },
        {
            "start": 875183979,
            "stop": 875184000
        },
        {
            "start": 875184001,
            "stop": 875184042
        },
        {
            "start": 875184043,
            "stop": 875184061
        },
        {
            "start": 875184063,
            "stop": 875184069
        },
        {
            "start": 875184071,
            "stop": 875184103
        },
        {
            "start": 875184104,
            "stop": 875184121
        },
        {
            "start": 875184122,
            "stop": 875184148
        },
        {
            "start": 875184149,
            "stop": 875184170
        },
        {
            "start": 875184171,
            "stop": 875184230
        },
        {
            "start": 875184233,
            "stop": 875184236
        },
        {
            "start": 875184237,
            "stop": 875184249
        }
    ]
}