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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1848",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1846",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1847,
    "results": [
        {
            "start": 1250555874,
            "stop": 1250558485
        },
        {
            "start": 1250558486,
            "stop": 1250559205
        },
        {
            "start": 1250559208,
            "stop": 1250559700
        },
        {
            "start": 1250559701,
            "stop": 1250559702
        },
        {
            "start": 1250559704,
            "stop": 1250559710
        },
        {
            "start": 1250559713,
            "stop": 1250559744
        },
        {
            "start": 1250559746,
            "stop": 1250560033
        },
        {
            "start": 1250560035,
            "stop": 1250560151
        },
        {
            "start": 1250560153,
            "stop": 1250562980
        },
        {
            "start": 1250562990,
            "stop": 1250563354
        },
        {
            "start": 1250563356,
            "stop": 1250563873
        },
        {
            "start": 1250563876,
            "stop": 1250564857
        },
        {
            "start": 1250564860,
            "stop": 1250565310
        },
        {
            "start": 1250565311,
            "stop": 1250565529
        },
        {
            "start": 1250565531,
            "stop": 1250566534
        },
        {
            "start": 1250566537,
            "stop": 1250568809
        },
        {
            "start": 1250568812,
            "stop": 1250570128
        },
        {
            "start": 1250570131,
            "stop": 1250570920
        },
        {
            "start": 1250570928,
            "stop": 1250571331
        },
        {
            "start": 1250571339,
            "stop": 1250571679
        }
    ]
}