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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5132",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5130",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5131,
    "results": [
        {
            "start": 1136989058,
            "stop": 1136989111
        },
        {
            "start": 1136989113,
            "stop": 1136989147
        },
        {
            "start": 1136989149,
            "stop": 1136989160
        },
        {
            "start": 1136989162,
            "stop": 1136989171
        },
        {
            "start": 1136989173,
            "stop": 1136989184
        },
        {
            "start": 1136989186,
            "stop": 1136989194
        },
        {
            "start": 1136989196,
            "stop": 1136989205
        },
        {
            "start": 1136989207,
            "stop": 1136989211
        },
        {
            "start": 1136989213,
            "stop": 1136989218
        },
        {
            "start": 1136989220,
            "stop": 1136989228
        },
        {
            "start": 1136989230,
            "stop": 1136989231
        },
        {
            "start": 1136989233,
            "stop": 1136989241
        },
        {
            "start": 1136989243,
            "stop": 1136989252
        },
        {
            "start": 1136989254,
            "stop": 1136989264
        },
        {
            "start": 1136989266,
            "stop": 1136989278
        },
        {
            "start": 1136989280,
            "stop": 1136989299
        },
        {
            "start": 1136989301,
            "stop": 1136989303
        },
        {
            "start": 1136989305,
            "stop": 1136989312
        },
        {
            "start": 1136989314,
            "stop": 1136989326
        },
        {
            "start": 1136989328,
            "stop": 1136989332
        }
    ]
}