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/H1_BURST_CAT3E/segments?format=api&page=40961
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=40962",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40960",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40961,
    "results": [
        {
            "start": 875125163,
            "stop": 875125181
        },
        {
            "start": 875125183,
            "stop": 875125224
        },
        {
            "start": 875125226,
            "stop": 875125346
        },
        {
            "start": 875125347,
            "stop": 875125390
        },
        {
            "start": 875125391,
            "stop": 875125405
        },
        {
            "start": 875125407,
            "stop": 875125415
        },
        {
            "start": 875125417,
            "stop": 875125476
        },
        {
            "start": 875125477,
            "stop": 875125479
        },
        {
            "start": 875125480,
            "stop": 875125504
        },
        {
            "start": 875125505,
            "stop": 875125522
        },
        {
            "start": 875125523,
            "stop": 875125529
        },
        {
            "start": 875125531,
            "stop": 875125543
        },
        {
            "start": 875125545,
            "stop": 875125565
        },
        {
            "start": 875125566,
            "stop": 875125586
        },
        {
            "start": 875125587,
            "stop": 875125615
        },
        {
            "start": 875125616,
            "stop": 875125650
        },
        {
            "start": 875125652,
            "stop": 875125671
        },
        {
            "start": 875125672,
            "stop": 875125692
        },
        {
            "start": 875125695,
            "stop": 875125697
        },
        {
            "start": 875125700,
            "stop": 875125713
        }
    ]
}