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=8148
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=8149",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8147",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8148,
    "results": [
        {
            "start": 970972414,
            "stop": 970972436
        },
        {
            "start": 970972439,
            "stop": 970972534
        },
        {
            "start": 970972537,
            "stop": 970972579
        },
        {
            "start": 970972582,
            "stop": 970972843
        },
        {
            "start": 970972846,
            "stop": 970972963
        },
        {
            "start": 970972966,
            "stop": 970973201
        },
        {
            "start": 970973204,
            "stop": 970973279
        },
        {
            "start": 970973282,
            "stop": 970973447
        },
        {
            "start": 970973450,
            "stop": 970973748
        },
        {
            "start": 970973751,
            "stop": 970973786
        },
        {
            "start": 970973789,
            "stop": 970973907
        },
        {
            "start": 970973910,
            "stop": 970973948
        },
        {
            "start": 970973951,
            "stop": 970974105
        },
        {
            "start": 970974108,
            "stop": 970974232
        },
        {
            "start": 970974235,
            "stop": 970974390
        },
        {
            "start": 970974396,
            "stop": 970974404
        },
        {
            "start": 970974410,
            "stop": 970974642
        },
        {
            "start": 970974645,
            "stop": 970974940
        },
        {
            "start": 970974943,
            "stop": 970975073
        },
        {
            "start": 970975076,
            "stop": 970975128
        }
    ]
}