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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=297",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 298,
    "results": [
        {
            "start": 1260248660,
            "stop": 1260248905
        },
        {
            "start": 1260248906,
            "stop": 1260249290
        },
        {
            "start": 1260249291,
            "stop": 1260249502
        },
        {
            "start": 1260249503,
            "stop": 1260250076
        },
        {
            "start": 1260250079,
            "stop": 1260250579
        },
        {
            "start": 1260250582,
            "stop": 1260250756
        },
        {
            "start": 1260250757,
            "stop": 1260251459
        },
        {
            "start": 1260251462,
            "stop": 1260251497
        },
        {
            "start": 1260251498,
            "stop": 1260252148
        },
        {
            "start": 1260252149,
            "stop": 1260252293
        },
        {
            "start": 1260252294,
            "stop": 1260252554
        },
        {
            "start": 1260252557,
            "stop": 1260252984
        },
        {
            "start": 1260252987,
            "stop": 1260253103
        },
        {
            "start": 1260253106,
            "stop": 1260253161
        },
        {
            "start": 1260253162,
            "stop": 1260253340
        },
        {
            "start": 1260253343,
            "stop": 1260253524
        },
        {
            "start": 1260253525,
            "stop": 1260253822
        },
        {
            "start": 1260253825,
            "stop": 1260253881
        },
        {
            "start": 1260253884,
            "stop": 1260254587
        },
        {
            "start": 1260254590,
            "stop": 1260254747
        }
    ]
}