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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=112",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 113,
    "results": [
        {
            "start": 931093729,
            "stop": 931093739
        },
        {
            "start": 931093740,
            "stop": 931093743
        },
        {
            "start": 931093744,
            "stop": 931093745
        },
        {
            "start": 931093746,
            "stop": 931093747
        },
        {
            "start": 931093748,
            "stop": 931093750
        },
        {
            "start": 931093757,
            "stop": 931093758
        },
        {
            "start": 931093759,
            "stop": 931093761
        },
        {
            "start": 931093763,
            "stop": 931093764
        },
        {
            "start": 931093765,
            "stop": 931093766
        },
        {
            "start": 931093768,
            "stop": 931093775
        },
        {
            "start": 931093776,
            "stop": 931093779
        },
        {
            "start": 931093780,
            "stop": 931093790
        },
        {
            "start": 931093797,
            "stop": 931093798
        },
        {
            "start": 931093800,
            "stop": 931093801
        },
        {
            "start": 931093802,
            "stop": 931093804
        },
        {
            "start": 931093807,
            "stop": 931093808
        },
        {
            "start": 931093811,
            "stop": 931093816
        },
        {
            "start": 931093817,
            "stop": 931093828
        },
        {
            "start": 931093830,
            "stop": 931093832
        },
        {
            "start": 931093834,
            "stop": 931093835
        }
    ]
}