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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=17",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 18,
    "results": [
        {
            "start": 954326974,
            "stop": 954327087
        },
        {
            "start": 954384734,
            "stop": 954384847
        },
        {
            "start": 954397303,
            "stop": 954397415
        },
        {
            "start": 954406359,
            "stop": 954406471
        },
        {
            "start": 954424111,
            "stop": 954424224
        },
        {
            "start": 954439342,
            "stop": 954439455
        },
        {
            "start": 954450118,
            "stop": 954450231
        },
        {
            "start": 954455678,
            "stop": 954455839
        },
        {
            "start": 954502542,
            "stop": 954502655
        },
        {
            "start": 954627126,
            "stop": 954627239
        },
        {
            "start": 954653214,
            "stop": 954653330
        },
        {
            "start": 954737222,
            "stop": 954737335
        },
        {
            "start": 954758095,
            "stop": 954758207
        },
        {
            "start": 954764654,
            "stop": 954764767
        },
        {
            "start": 954768302,
            "stop": 954768463
        },
        {
            "start": 954865943,
            "stop": 954866055
        },
        {
            "start": 954873518,
            "stop": 954873679
        },
        {
            "start": 954879134,
            "stop": 954879247
        },
        {
            "start": 954883646,
            "stop": 954883759
        },
        {
            "start": 954966454,
            "stop": 954966567
        }
    ]
}