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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=181",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 182,
    "results": [
        {
            "start": 1261482258,
            "stop": 1261482859
        },
        {
            "start": 1261482864,
            "stop": 1261482892
        },
        {
            "start": 1261482896,
            "stop": 1261483308
        },
        {
            "start": 1261483313,
            "stop": 1261484589
        },
        {
            "start": 1261484591,
            "stop": 1261485603
        },
        {
            "start": 1261485608,
            "stop": 1261486161
        },
        {
            "start": 1261486165,
            "stop": 1261486881
        },
        {
            "start": 1261486886,
            "stop": 1261487037
        },
        {
            "start": 1261487039,
            "stop": 1261487579
        },
        {
            "start": 1261487582,
            "stop": 1261487798
        },
        {
            "start": 1261487803,
            "stop": 1261490167
        },
        {
            "start": 1261490172,
            "stop": 1261494157
        },
        {
            "start": 1261494161,
            "stop": 1261495476
        },
        {
            "start": 1261495479,
            "stop": 1261495998
        },
        {
            "start": 1261496003,
            "stop": 1261497255
        },
        {
            "start": 1261497260,
            "stop": 1261499910
        },
        {
            "start": 1261499915,
            "stop": 1261502585
        },
        {
            "start": 1261502590,
            "stop": 1261504565
        },
        {
            "start": 1261504568,
            "stop": 1261504665
        },
        {
            "start": 1261504668,
            "stop": 1261505061
        }
    ]
}