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=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=191",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 192,
    "results": [
        {
            "start": 1258967712,
            "stop": 1258967720
        },
        {
            "start": 1258967723,
            "stop": 1258967834
        },
        {
            "start": 1258967837,
            "stop": 1258967843
        },
        {
            "start": 1258967846,
            "stop": 1258967940
        },
        {
            "start": 1258967943,
            "stop": 1258968023
        },
        {
            "start": 1258968024,
            "stop": 1258968025
        },
        {
            "start": 1258968026,
            "stop": 1258968078
        },
        {
            "start": 1258968081,
            "stop": 1258968195
        },
        {
            "start": 1258968198,
            "stop": 1258968327
        },
        {
            "start": 1258968328,
            "stop": 1258968473
        },
        {
            "start": 1258968476,
            "stop": 1258968480
        },
        {
            "start": 1258968483,
            "stop": 1258968520
        },
        {
            "start": 1258968523,
            "stop": 1258968649
        },
        {
            "start": 1258968652,
            "stop": 1258968655
        },
        {
            "start": 1258968658,
            "stop": 1258968682
        },
        {
            "start": 1258968685,
            "stop": 1258968708
        },
        {
            "start": 1258968711,
            "stop": 1258968725
        },
        {
            "start": 1258968728,
            "stop": 1258968834
        },
        {
            "start": 1258968837,
            "stop": 1258968864
        },
        {
            "start": 1258968870,
            "stop": 1258968874
        }
    ]
}