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=183
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=184",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=182",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 183,
    "results": [
        {
            "start": 1261505062,
            "stop": 1261505305
        },
        {
            "start": 1261505314,
            "stop": 1261509329
        },
        {
            "start": 1261509334,
            "stop": 1261511462
        },
        {
            "start": 1261511467,
            "stop": 1261512401
        },
        {
            "start": 1261512404,
            "stop": 1261512965
        },
        {
            "start": 1261512970,
            "stop": 1261514183
        },
        {
            "start": 1261514185,
            "stop": 1261514492
        },
        {
            "start": 1261514494,
            "stop": 1261514689
        },
        {
            "start": 1261514693,
            "stop": 1261515995
        },
        {
            "start": 1261515998,
            "stop": 1261518277
        },
        {
            "start": 1261518279,
            "stop": 1261518559
        },
        {
            "start": 1261518562,
            "stop": 1261519406
        },
        {
            "start": 1261519409,
            "stop": 1261519672
        },
        {
            "start": 1261519674,
            "stop": 1261524536
        },
        {
            "start": 1261524539,
            "stop": 1261524963
        },
        {
            "start": 1261524968,
            "stop": 1261525415
        },
        {
            "start": 1261525418,
            "stop": 1261525446
        },
        {
            "start": 1261525448,
            "stop": 1261526249
        },
        {
            "start": 1261526252,
            "stop": 1261527011
        },
        {
            "start": 1261527013,
            "stop": 1261527465
        }
    ]
}