Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=8",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 9,
    "results": [
        {
            "start": 1256909969,
            "stop": 1256910776
        },
        {
            "start": 1256915116,
            "stop": 1256916066
        },
        {
            "start": 1256918388,
            "stop": 1256918947
        },
        {
            "start": 1256918950,
            "stop": 1256919885
        },
        {
            "start": 1256919889,
            "stop": 1256919908
        },
        {
            "start": 1256919912,
            "stop": 1256920060
        },
        {
            "start": 1256920132,
            "stop": 1256920380
        },
        {
            "start": 1256920452,
            "stop": 1256920854
        },
        {
            "start": 1256920856,
            "stop": 1256922295
        },
        {
            "start": 1256922298,
            "stop": 1256923269
        },
        {
            "start": 1256923274,
            "stop": 1256923518
        },
        {
            "start": 1256958170,
            "stop": 1256959341
        },
        {
            "start": 1256959345,
            "stop": 1256959868
        },
        {
            "start": 1256965469,
            "stop": 1256965539
        },
        {
            "start": 1256965541,
            "stop": 1256966326
        },
        {
            "start": 1256966331,
            "stop": 1256967668
        },
        {
            "start": 1256971138,
            "stop": 1256971868
        },
        {
            "start": 1256971869,
            "stop": 1256973055
        },
        {
            "start": 1256975290,
            "stop": 1256976404
        },
        {
            "start": 1256976405,
            "stop": 1256976458
        }
    ]
}