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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=12",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 13,
    "results": [
        {
            "start": 1126934406,
            "stop": 1126935066
        },
        {
            "start": 1126935073,
            "stop": 1126937597
        },
        {
            "start": 1126937657,
            "stop": 1126942618
        },
        {
            "start": 1126942625,
            "stop": 1126943440
        },
        {
            "start": 1126943441,
            "stop": 1126944159
        },
        {
            "start": 1126946249,
            "stop": 1126947082
        },
        {
            "start": 1126947089,
            "stop": 1126952316
        },
        {
            "start": 1126952323,
            "stop": 1126952506
        },
        {
            "start": 1126952514,
            "stop": 1126959120
        },
        {
            "start": 1126959127,
            "stop": 1126963558
        },
        {
            "start": 1126963565,
            "stop": 1126965677
        },
        {
            "start": 1126965797,
            "stop": 1126969223
        },
        {
            "start": 1126987925,
            "stop": 1126991568
        },
        {
            "start": 1126992216,
            "stop": 1126996326
        },
        {
            "start": 1126996333,
            "stop": 1127000985
        },
        {
            "start": 1127000986,
            "stop": 1127000987
        },
        {
            "start": 1127001010,
            "stop": 1127001013
        },
        {
            "start": 1127001172,
            "stop": 1127004052
        },
        {
            "start": 1127004060,
            "stop": 1127010300
        },
        {
            "start": 1127010302,
            "stop": 1127011811
        }
    ]
}