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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3653",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=3651",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 3652,
    "results": [
        {
            "start": 970669838,
            "stop": 970669943
        },
        {
            "start": 970669946,
            "stop": 970669964
        },
        {
            "start": 970669973,
            "stop": 970669998
        },
        {
            "start": 970672642,
            "stop": 970672882
        },
        {
            "start": 970672885,
            "stop": 970673650
        },
        {
            "start": 970673651,
            "stop": 970674967
        },
        {
            "start": 970674970,
            "stop": 970675101
        },
        {
            "start": 970675104,
            "stop": 970675418
        },
        {
            "start": 970675421,
            "stop": 970675574
        },
        {
            "start": 970675575,
            "stop": 970675672
        },
        {
            "start": 970675676,
            "stop": 970675711
        },
        {
            "start": 970675714,
            "stop": 970675854
        },
        {
            "start": 970675857,
            "stop": 970675901
        },
        {
            "start": 970675904,
            "stop": 970675921
        },
        {
            "start": 970675924,
            "stop": 970675983
        },
        {
            "start": 970675986,
            "stop": 970676370
        },
        {
            "start": 970676373,
            "stop": 970676735
        },
        {
            "start": 970676738,
            "stop": 970677473
        },
        {
            "start": 970677474,
            "stop": 970678824
        },
        {
            "start": 970678827,
            "stop": 970678905
        }
    ]
}