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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=270",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 271,
    "results": [
        {
            "start": 821688367,
            "stop": 821688370
        },
        {
            "start": 821688375,
            "stop": 821688398
        },
        {
            "start": 821688401,
            "stop": 821688402
        },
        {
            "start": 821688405,
            "stop": 821688426
        },
        {
            "start": 821688429,
            "stop": 821688436
        },
        {
            "start": 821688439,
            "stop": 821688440
        },
        {
            "start": 821688443,
            "stop": 821688445
        },
        {
            "start": 821688451,
            "stop": 821688457
        },
        {
            "start": 821688460,
            "stop": 821688473
        },
        {
            "start": 821688481,
            "stop": 821688510
        },
        {
            "start": 821688513,
            "stop": 821688516
        },
        {
            "start": 821688519,
            "stop": 821688526
        },
        {
            "start": 821688529,
            "stop": 821688543
        },
        {
            "start": 821688547,
            "stop": 821688555
        },
        {
            "start": 821688558,
            "stop": 821688561
        },
        {
            "start": 821688566,
            "stop": 821688589
        },
        {
            "start": 821688592,
            "stop": 821688610
        },
        {
            "start": 821688615,
            "stop": 821688619
        },
        {
            "start": 821688622,
            "stop": 821688630
        },
        {
            "start": 821688637,
            "stop": 821688667
        }
    ]
}