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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=514",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=512",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 513,
    "results": [
        {
            "start": 868643048,
            "stop": 868643711
        },
        {
            "start": 868643712,
            "stop": 868649155
        },
        {
            "start": 868649160,
            "stop": 868649167
        },
        {
            "start": 868649178,
            "stop": 868649185
        },
        {
            "start": 868649193,
            "stop": 868651560
        },
        {
            "start": 868653548,
            "stop": 868653578
        },
        {
            "start": 868653949,
            "stop": 868654759
        },
        {
            "start": 868654939,
            "stop": 868655500
        },
        {
            "start": 868656031,
            "stop": 868656032
        },
        {
            "start": 868656037,
            "stop": 868660873
        },
        {
            "start": 868661097,
            "stop": 868661469
        },
        {
            "start": 868661817,
            "stop": 868662464
        },
        {
            "start": 868664226,
            "stop": 868701136
        },
        {
            "start": 868701749,
            "stop": 868713012
        },
        {
            "start": 868713018,
            "stop": 868713377
        },
        {
            "start": 868713383,
            "stop": 868718617
        },
        {
            "start": 868718630,
            "stop": 868718650
        },
        {
            "start": 868718655,
            "stop": 868719526
        },
        {
            "start": 868735878,
            "stop": 868736420
        },
        {
            "start": 868736425,
            "stop": 868739150
        }
    ]
}