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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=17",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 18,
    "results": [
        {
            "start": 1127247137,
            "stop": 1127247377
        },
        {
            "start": 1127247797,
            "stop": 1127247857
        },
        {
            "start": 1127247917,
            "stop": 1127248037
        },
        {
            "start": 1127248097,
            "stop": 1127248105
        },
        {
            "start": 1127248106,
            "stop": 1127248817
        },
        {
            "start": 1127248877,
            "stop": 1127249177
        },
        {
            "start": 1127249297,
            "stop": 1127249477
        },
        {
            "start": 1127249597,
            "stop": 1127249657
        },
        {
            "start": 1127249777,
            "stop": 1127250922
        },
        {
            "start": 1127250923,
            "stop": 1127252057
        },
        {
            "start": 1127252117,
            "stop": 1127253690
        },
        {
            "start": 1127253691,
            "stop": 1127254214
        },
        {
            "start": 1127254215,
            "stop": 1127256633
        },
        {
            "start": 1127258769,
            "stop": 1127265437
        },
        {
            "start": 1127265497,
            "stop": 1127267550
        },
        {
            "start": 1127267551,
            "stop": 1127272523
        },
        {
            "start": 1127276368,
            "stop": 1127276436
        },
        {
            "start": 1127283768,
            "stop": 1127284277
        },
        {
            "start": 1127284337,
            "stop": 1127286137
        },
        {
            "start": 1127286617,
            "stop": 1127289977
        }
    ]
}