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=46746
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=46747",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46745",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46746,
    "results": [
        {
            "start": 875075796,
            "stop": 875075816
        },
        {
            "start": 875075818,
            "stop": 875075825
        },
        {
            "start": 875075826,
            "stop": 875075836
        },
        {
            "start": 875075840,
            "stop": 875075848
        },
        {
            "start": 875077151,
            "stop": 875077163
        },
        {
            "start": 875077164,
            "stop": 875077171
        },
        {
            "start": 875077172,
            "stop": 875077179
        },
        {
            "start": 875077180,
            "stop": 875077184
        },
        {
            "start": 875077186,
            "stop": 875077221
        },
        {
            "start": 875077222,
            "stop": 875077372
        },
        {
            "start": 875077373,
            "stop": 875077396
        },
        {
            "start": 875077397,
            "stop": 875077421
        },
        {
            "start": 875077423,
            "stop": 875077565
        },
        {
            "start": 875077566,
            "stop": 875077613
        },
        {
            "start": 875077614,
            "stop": 875077652
        },
        {
            "start": 875077653,
            "stop": 875077672
        },
        {
            "start": 875077673,
            "stop": 875077711
        },
        {
            "start": 875077712,
            "stop": 875077854
        },
        {
            "start": 875077855,
            "stop": 875077982
        },
        {
            "start": 875077983,
            "stop": 875078003
        }
    ]
}