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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=167",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 168,
    "results": [
        {
            "start": 1419449695,
            "stop": 1419449909
        },
        {
            "start": 1419449911,
            "stop": 1419449937
        },
        {
            "start": 1419449941,
            "stop": 1419450029
        },
        {
            "start": 1419450031,
            "stop": 1419450067
        },
        {
            "start": 1419450068,
            "stop": 1419453297
        },
        {
            "start": 1419453302,
            "stop": 1419456274
        },
        {
            "start": 1419456276,
            "stop": 1419472721
        },
        {
            "start": 1419472725,
            "stop": 1419481580
        },
        {
            "start": 1419481581,
            "stop": 1419483701
        },
        {
            "start": 1419483709,
            "stop": 1419483711
        },
        {
            "start": 1419483713,
            "stop": 1419483716
        },
        {
            "start": 1419483718,
            "stop": 1419484297
        },
        {
            "start": 1419484302,
            "stop": 1419488046
        },
        {
            "start": 1419488048,
            "stop": 1419536446
        },
        {
            "start": 1419536448,
            "stop": 1419536729
        },
        {
            "start": 1419536733,
            "stop": 1419550661
        },
        {
            "start": 1419550665,
            "stop": 1419554936
        },
        {
            "start": 1419554941,
            "stop": 1419554949
        },
        {
            "start": 1419554951,
            "stop": 1419569897
        },
        {
            "start": 1419569905,
            "stop": 1419580909
        }
    ]
}