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=83
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=84",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=82",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 83,
    "results": [
        {
            "start": 1132990246,
            "stop": 1132999562
        },
        {
            "start": 1132999571,
            "stop": 1133002101
        },
        {
            "start": 1133002109,
            "stop": 1133002590
        },
        {
            "start": 1133002592,
            "stop": 1133010841
        },
        {
            "start": 1133010849,
            "stop": 1133011946
        },
        {
            "start": 1133011948,
            "stop": 1133017143
        },
        {
            "start": 1133017151,
            "stop": 1133019999
        },
        {
            "start": 1133053848,
            "stop": 1133058134
        },
        {
            "start": 1133058136,
            "stop": 1133060144
        },
        {
            "start": 1133060146,
            "stop": 1133066808
        },
        {
            "start": 1133066816,
            "stop": 1133067394
        },
        {
            "start": 1133067402,
            "stop": 1133085561
        },
        {
            "start": 1133085569,
            "stop": 1133086346
        },
        {
            "start": 1133086354,
            "stop": 1133093793
        },
        {
            "start": 1133093951,
            "stop": 1133097284
        },
        {
            "start": 1133097292,
            "stop": 1133100985
        },
        {
            "start": 1133100993,
            "stop": 1133106326
        },
        {
            "start": 1133106334,
            "stop": 1133107943
        },
        {
            "start": 1133107951,
            "stop": 1133108186
        },
        {
            "start": 1133108194,
            "stop": 1133111788
        }
    ]
}