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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14433",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14431",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14432,
    "results": [
        {
            "start": 971525884,
            "stop": 971525899
        },
        {
            "start": 971525901,
            "stop": 971525903
        },
        {
            "start": 971525906,
            "stop": 971525910
        },
        {
            "start": 971525912,
            "stop": 971525913
        },
        {
            "start": 971525914,
            "stop": 971525918
        },
        {
            "start": 971525921,
            "stop": 971525925
        },
        {
            "start": 971525927,
            "stop": 971525935
        },
        {
            "start": 971525936,
            "stop": 971525996
        },
        {
            "start": 971526001,
            "stop": 971526007
        },
        {
            "start": 971526009,
            "stop": 971526018
        },
        {
            "start": 971526019,
            "stop": 971526064
        },
        {
            "start": 971526066,
            "stop": 971526160
        },
        {
            "start": 971526163,
            "stop": 971526224
        },
        {
            "start": 971526230,
            "stop": 971526246
        },
        {
            "start": 971526249,
            "stop": 971526250
        },
        {
            "start": 971526251,
            "stop": 971526252
        },
        {
            "start": 971526258,
            "stop": 971526259
        },
        {
            "start": 971526261,
            "stop": 971526291
        },
        {
            "start": 971526293,
            "stop": 971526301
        },
        {
            "start": 971526302,
            "stop": 971526306
        }
    ]
}