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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=462",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=460",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 461,
    "results": [
        {
            "start": 873669960,
            "stop": 873669966
        },
        {
            "start": 873669988,
            "stop": 873670050
        },
        {
            "start": 873671288,
            "stop": 873671469
        },
        {
            "start": 873671769,
            "stop": 873675682
        },
        {
            "start": 873675703,
            "stop": 873677016
        },
        {
            "start": 873688369,
            "stop": 873689205
        },
        {
            "start": 873689511,
            "stop": 873690607
        },
        {
            "start": 873698607,
            "stop": 873698610
        },
        {
            "start": 873698670,
            "stop": 873713262
        },
        {
            "start": 873713372,
            "stop": 873714220
        },
        {
            "start": 873714769,
            "stop": 873730392
        },
        {
            "start": 873730413,
            "stop": 873731160
        },
        {
            "start": 873731280,
            "stop": 873732079
        },
        {
            "start": 873732103,
            "stop": 873732877
        },
        {
            "start": 873732898,
            "stop": 873733209
        },
        {
            "start": 873733231,
            "stop": 873733410
        },
        {
            "start": 873733470,
            "stop": 873733475
        },
        {
            "start": 873733585,
            "stop": 873733782
        },
        {
            "start": 873734082,
            "stop": 873734093
        },
        {
            "start": 873734203,
            "stop": 873734580
        }
    ]
}