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=114
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=115",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=113",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 114,
    "results": [
        {
            "start": 931093836,
            "stop": 931093839
        },
        {
            "start": 931093842,
            "stop": 931093843
        },
        {
            "start": 931093844,
            "stop": 931093845
        },
        {
            "start": 931093848,
            "stop": 931093851
        },
        {
            "start": 931093853,
            "stop": 931093855
        },
        {
            "start": 931093858,
            "stop": 931093861
        },
        {
            "start": 931093862,
            "stop": 931093866
        },
        {
            "start": 931093870,
            "stop": 931093875
        },
        {
            "start": 931093878,
            "stop": 931093879
        },
        {
            "start": 931093880,
            "stop": 931093883
        },
        {
            "start": 931093884,
            "stop": 931093885
        },
        {
            "start": 931093887,
            "stop": 931093891
        },
        {
            "start": 931093892,
            "stop": 931093897
        },
        {
            "start": 931093899,
            "stop": 931093904
        },
        {
            "start": 931093908,
            "stop": 931093909
        },
        {
            "start": 931093914,
            "stop": 931093930
        },
        {
            "start": 931093931,
            "stop": 931093936
        },
        {
            "start": 931093939,
            "stop": 931093942
        },
        {
            "start": 931093943,
            "stop": 931093944
        },
        {
            "start": 931093955,
            "stop": 931093964
        }
    ]
}