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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=196",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=194",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 195,
    "results": [
        {
            "start": 1386025410,
            "stop": 1386033852
        },
        {
            "start": 1386038295,
            "stop": 1386038593
        },
        {
            "start": 1386038598,
            "stop": 1386044152
        },
        {
            "start": 1386044157,
            "stop": 1386046458
        },
        {
            "start": 1386046463,
            "stop": 1386061325
        },
        {
            "start": 1386061328,
            "stop": 1386063232
        },
        {
            "start": 1386063237,
            "stop": 1386065958
        },
        {
            "start": 1386065963,
            "stop": 1386069747
        },
        {
            "start": 1386069752,
            "stop": 1386073673
        },
        {
            "start": 1386073678,
            "stop": 1386073948
        },
        {
            "start": 1386073953,
            "stop": 1386074480
        },
        {
            "start": 1386074485,
            "stop": 1386075499
        },
        {
            "start": 1386075504,
            "stop": 1386080706
        },
        {
            "start": 1386080711,
            "stop": 1386082917
        },
        {
            "start": 1386082922,
            "stop": 1386090458
        },
        {
            "start": 1386090463,
            "stop": 1386097748
        },
        {
            "start": 1386125274,
            "stop": 1386137284
        },
        {
            "start": 1386137289,
            "stop": 1386139236
        },
        {
            "start": 1386139241,
            "stop": 1386139987
        },
        {
            "start": 1386139992,
            "stop": 1386147076
        }
    ]
}