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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8139",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8140,
    "results": [
        {
            "start": 970927454,
            "stop": 970927455
        },
        {
            "start": 970927458,
            "stop": 970927466
        },
        {
            "start": 970927532,
            "stop": 970927538
        },
        {
            "start": 970927575,
            "stop": 970927602
        },
        {
            "start": 970927625,
            "stop": 970927650
        },
        {
            "start": 970927653,
            "stop": 970927658
        },
        {
            "start": 970927661,
            "stop": 970927676
        },
        {
            "start": 970927679,
            "stop": 970927706
        },
        {
            "start": 970927709,
            "stop": 970927712
        },
        {
            "start": 970927716,
            "stop": 970928030
        },
        {
            "start": 970928033,
            "stop": 970928094
        },
        {
            "start": 970928097,
            "stop": 970928099
        },
        {
            "start": 970928103,
            "stop": 970928115
        },
        {
            "start": 970928121,
            "stop": 970928141
        },
        {
            "start": 970928148,
            "stop": 970928155
        },
        {
            "start": 970928161,
            "stop": 970928222
        },
        {
            "start": 970928229,
            "stop": 970928286
        },
        {
            "start": 970928292,
            "stop": 970928306
        },
        {
            "start": 970928309,
            "stop": 970928321
        },
        {
            "start": 970928327,
            "stop": 970928334
        }
    ]
}