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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=735",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=733",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 734,
    "results": [
        {
            "start": 866192556,
            "stop": 866192583
        },
        {
            "start": 866192586,
            "stop": 866192928
        },
        {
            "start": 866192931,
            "stop": 866193207
        },
        {
            "start": 866193210,
            "stop": 866193213
        },
        {
            "start": 866193216,
            "stop": 866193234
        },
        {
            "start": 866193237,
            "stop": 866193314
        },
        {
            "start": 866193317,
            "stop": 866193394
        },
        {
            "start": 866193397,
            "stop": 866193484
        },
        {
            "start": 866193487,
            "stop": 866193675
        },
        {
            "start": 866193678,
            "stop": 866194136
        },
        {
            "start": 866194139,
            "stop": 866194163
        },
        {
            "start": 866194166,
            "stop": 866194802
        },
        {
            "start": 866194805,
            "stop": 866194818
        },
        {
            "start": 866194821,
            "stop": 866194871
        },
        {
            "start": 866194876,
            "stop": 866195129
        },
        {
            "start": 866195132,
            "stop": 866195190
        },
        {
            "start": 866195193,
            "stop": 866195510
        },
        {
            "start": 866195513,
            "stop": 866195723
        },
        {
            "start": 866195726,
            "stop": 866195742
        },
        {
            "start": 866195745,
            "stop": 866196018
        }
    ]
}