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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=169",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 170,
    "results": [
        {
            "start": 1258665127,
            "stop": 1258665224
        },
        {
            "start": 1258665227,
            "stop": 1258665417
        },
        {
            "start": 1258665420,
            "stop": 1258665520
        },
        {
            "start": 1258665523,
            "stop": 1258665545
        },
        {
            "start": 1258665548,
            "stop": 1258665642
        },
        {
            "start": 1258665645,
            "stop": 1258665879
        },
        {
            "start": 1258665882,
            "stop": 1258665921
        },
        {
            "start": 1258665924,
            "stop": 1258665940
        },
        {
            "start": 1258665943,
            "stop": 1258665969
        },
        {
            "start": 1258665972,
            "stop": 1258666166
        },
        {
            "start": 1258666169,
            "stop": 1258666224
        },
        {
            "start": 1258666227,
            "stop": 1258666326
        },
        {
            "start": 1258666329,
            "stop": 1258666387
        },
        {
            "start": 1258666390,
            "stop": 1258666409
        },
        {
            "start": 1258666412,
            "stop": 1258666609
        },
        {
            "start": 1258666612,
            "stop": 1258666758
        },
        {
            "start": 1258666761,
            "stop": 1258666891
        },
        {
            "start": 1258666894,
            "stop": 1258666898
        },
        {
            "start": 1258666901,
            "stop": 1258667126
        },
        {
            "start": 1258667129,
            "stop": 1258667146
        }
    ]
}