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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_HW_BURST/segments?format=api&page=38",
    "results_count": 907,
    "results_per_page": 20,
    "num_pages": 46,
    "page_number": 39,
    "results": [
        {
            "start": 966609110,
            "stop": 966609222
        },
        {
            "start": 966617581,
            "stop": 966617694
        },
        {
            "start": 966629277,
            "stop": 966629390
        },
        {
            "start": 966646374,
            "stop": 966646486
        },
        {
            "start": 966650813,
            "stop": 966650926
        },
        {
            "start": 966659822,
            "stop": 966659934
        },
        {
            "start": 966667149,
            "stop": 966667262
        },
        {
            "start": 966674037,
            "stop": 966674150
        },
        {
            "start": 966681717,
            "stop": 966681830
        },
        {
            "start": 966686854,
            "stop": 966686966
        },
        {
            "start": 966695550,
            "stop": 966695662
        },
        {
            "start": 966737421,
            "stop": 966737534
        },
        {
            "start": 966747165,
            "stop": 966747278
        },
        {
            "start": 966752485,
            "stop": 966752598
        },
        {
            "start": 966761517,
            "stop": 966761630
        },
        {
            "start": 966768853,
            "stop": 966768966
        },
        {
            "start": 966774270,
            "stop": 966774382
        },
        {
            "start": 966782877,
            "stop": 966782990
        },
        {
            "start": 966789629,
            "stop": 966789742
        },
        {
            "start": 966797622,
            "stop": 966797734
        }
    ]
}