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=101
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=102",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=100",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 101,
    "results": [
        {
            "start": 1134792111,
            "stop": 1134792112
        },
        {
            "start": 1134792115,
            "stop": 1134792117
        },
        {
            "start": 1134792130,
            "stop": 1134792131
        },
        {
            "start": 1134792136,
            "stop": 1134792137
        },
        {
            "start": 1134792143,
            "stop": 1134792163
        },
        {
            "start": 1134792167,
            "stop": 1134792179
        },
        {
            "start": 1134792190,
            "stop": 1134792192
        },
        {
            "start": 1134792203,
            "stop": 1134792228
        },
        {
            "start": 1134792238,
            "stop": 1134792246
        },
        {
            "start": 1134792257,
            "stop": 1134792260
        },
        {
            "start": 1134792273,
            "stop": 1134792279
        },
        {
            "start": 1134792295,
            "stop": 1134792523
        },
        {
            "start": 1134792527,
            "stop": 1134792528
        },
        {
            "start": 1134792536,
            "stop": 1134792668
        },
        {
            "start": 1134792671,
            "stop": 1134792686
        },
        {
            "start": 1134792694,
            "stop": 1134792869
        },
        {
            "start": 1134792872,
            "stop": 1134792942
        },
        {
            "start": 1134792953,
            "stop": 1134793108
        },
        {
            "start": 1134793112,
            "stop": 1134793471
        },
        {
            "start": 1134793474,
            "stop": 1134793579
        }
    ]
}