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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=11",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=9",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 10,
    "results": [
        {
            "start": 1127248877,
            "stop": 1127249177
        },
        {
            "start": 1127249297,
            "stop": 1127249477
        },
        {
            "start": 1127249597,
            "stop": 1127249657
        },
        {
            "start": 1127249777,
            "stop": 1127252057
        },
        {
            "start": 1127252117,
            "stop": 1127256633
        },
        {
            "start": 1127258769,
            "stop": 1127265437
        },
        {
            "start": 1127265497,
            "stop": 1127272523
        },
        {
            "start": 1127276368,
            "stop": 1127276436
        },
        {
            "start": 1127283768,
            "stop": 1127284277
        },
        {
            "start": 1127284337,
            "stop": 1127286137
        },
        {
            "start": 1127286617,
            "stop": 1127289977
        },
        {
            "start": 1127290157,
            "stop": 1127290937
        },
        {
            "start": 1127290997,
            "stop": 1127293757
        },
        {
            "start": 1127293877,
            "stop": 1127293937
        },
        {
            "start": 1127293997,
            "stop": 1127294057
        },
        {
            "start": 1127294177,
            "stop": 1127296097
        },
        {
            "start": 1127296157,
            "stop": 1127296817
        },
        {
            "start": 1127296877,
            "stop": 1127296997
        },
        {
            "start": 1127297117,
            "stop": 1127297357
        },
        {
            "start": 1127297417,
            "stop": 1127297537
        }
    ]
}