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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=76",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 77,
    "results": [
        {
            "start": 817873474,
            "stop": 817873625
        },
        {
            "start": 817873628,
            "stop": 817873653
        },
        {
            "start": 817874685,
            "stop": 817875241
        },
        {
            "start": 817875244,
            "stop": 817875853
        },
        {
            "start": 817875855,
            "stop": 817876005
        },
        {
            "start": 817876008,
            "stop": 817876316
        },
        {
            "start": 817876319,
            "stop": 817876432
        },
        {
            "start": 817876435,
            "stop": 817877492
        },
        {
            "start": 817877495,
            "stop": 817878027
        },
        {
            "start": 817878031,
            "stop": 817878219
        },
        {
            "start": 817878222,
            "stop": 817878716
        },
        {
            "start": 817878719,
            "stop": 817878885
        },
        {
            "start": 817878888,
            "stop": 817879093
        },
        {
            "start": 817881058,
            "stop": 817881539
        },
        {
            "start": 817881543,
            "stop": 817882121
        },
        {
            "start": 817882124,
            "stop": 817882409
        },
        {
            "start": 817882412,
            "stop": 817882678
        },
        {
            "start": 817882681,
            "stop": 817884511
        },
        {
            "start": 817884514,
            "stop": 817884523
        },
        {
            "start": 817884526,
            "stop": 817888809
        }
    ]
}