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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7253",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7251",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7252,
    "results": [
        {
            "start": 874891734,
            "stop": 874892167
        },
        {
            "start": 874892168,
            "stop": 874892267
        },
        {
            "start": 874892268,
            "stop": 874892271
        },
        {
            "start": 874892272,
            "stop": 874892642
        },
        {
            "start": 874892643,
            "stop": 874893088
        },
        {
            "start": 874893089,
            "stop": 874893368
        },
        {
            "start": 874893369,
            "stop": 874893376
        },
        {
            "start": 874893377,
            "stop": 874893651
        },
        {
            "start": 874893652,
            "stop": 874893844
        },
        {
            "start": 874893845,
            "stop": 874893866
        },
        {
            "start": 874893868,
            "stop": 874894009
        },
        {
            "start": 874894010,
            "stop": 874894174
        },
        {
            "start": 874894175,
            "stop": 874895066
        },
        {
            "start": 874895067,
            "stop": 874895193
        },
        {
            "start": 874895195,
            "stop": 874895407
        },
        {
            "start": 874895408,
            "stop": 874895625
        },
        {
            "start": 874895626,
            "stop": 874895856
        },
        {
            "start": 874895858,
            "stop": 874896644
        },
        {
            "start": 874896646,
            "stop": 874896869
        },
        {
            "start": 874896870,
            "stop": 874897057
        }
    ]
}