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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=54",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 55,
    "results": [
        {
            "start": 817647884,
            "stop": 817648017
        },
        {
            "start": 817648020,
            "stop": 817648031
        },
        {
            "start": 817648035,
            "stop": 817652560
        },
        {
            "start": 817652563,
            "stop": 817652564
        },
        {
            "start": 817652567,
            "stop": 817652577
        },
        {
            "start": 817652598,
            "stop": 817652604
        },
        {
            "start": 817652615,
            "stop": 817652616
        },
        {
            "start": 817652622,
            "stop": 817652633
        },
        {
            "start": 817652639,
            "stop": 817652645
        },
        {
            "start": 817652648,
            "stop": 817653089
        },
        {
            "start": 817653092,
            "stop": 817654573
        },
        {
            "start": 817654577,
            "stop": 817657144
        },
        {
            "start": 817657147,
            "stop": 817661773
        },
        {
            "start": 817692013,
            "stop": 817692134
        },
        {
            "start": 817692137,
            "stop": 817692145
        },
        {
            "start": 817692148,
            "stop": 817694579
        },
        {
            "start": 817694583,
            "stop": 817694622
        },
        {
            "start": 817694624,
            "stop": 817694627
        },
        {
            "start": 817694632,
            "stop": 817694633
        },
        {
            "start": 817694636,
            "stop": 817696169
        }
    ]
}