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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41061",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41062,
    "results": [
        {
            "start": 875204039,
            "stop": 875204040
        },
        {
            "start": 875204042,
            "stop": 875204062
        },
        {
            "start": 875204063,
            "stop": 875204078
        },
        {
            "start": 875204080,
            "stop": 875204083
        },
        {
            "start": 875204084,
            "stop": 875204105
        },
        {
            "start": 875204106,
            "stop": 875204166
        },
        {
            "start": 875204167,
            "stop": 875204168
        },
        {
            "start": 875204170,
            "stop": 875204211
        },
        {
            "start": 875204212,
            "stop": 875204232
        },
        {
            "start": 875204234,
            "stop": 875204254
        },
        {
            "start": 875204255,
            "stop": 875204294
        },
        {
            "start": 875204295,
            "stop": 875204317
        },
        {
            "start": 875204318,
            "stop": 875204333
        },
        {
            "start": 875204334,
            "stop": 875204339
        },
        {
            "start": 875204340,
            "stop": 875204381
        },
        {
            "start": 875204383,
            "stop": 875204395
        },
        {
            "start": 875204396,
            "stop": 875204466
        },
        {
            "start": 875204468,
            "stop": 875204474
        },
        {
            "start": 875204476,
            "stop": 875204488
        },
        {
            "start": 875204489,
            "stop": 875204509
        }
    ]
}