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=8176
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=8177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8175",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8176,
    "results": [
        {
            "start": 971011308,
            "stop": 971011350
        },
        {
            "start": 971011354,
            "stop": 971011404
        },
        {
            "start": 971011411,
            "stop": 971011427
        },
        {
            "start": 971011430,
            "stop": 971011457
        },
        {
            "start": 971011460,
            "stop": 971011511
        },
        {
            "start": 971011514,
            "stop": 971011520
        },
        {
            "start": 971011523,
            "stop": 971011555
        },
        {
            "start": 971011576,
            "stop": 971011592
        },
        {
            "start": 971011595,
            "stop": 971011706
        },
        {
            "start": 971011709,
            "stop": 971011745
        },
        {
            "start": 971011748,
            "stop": 971011752
        },
        {
            "start": 971011755,
            "stop": 971011762
        },
        {
            "start": 971011765,
            "stop": 971011861
        },
        {
            "start": 971011864,
            "stop": 971011871
        },
        {
            "start": 971011874,
            "stop": 971011878
        },
        {
            "start": 971011881,
            "stop": 971011911
        },
        {
            "start": 971011914,
            "stop": 971011922
        },
        {
            "start": 971011925,
            "stop": 971011938
        },
        {
            "start": 971011941,
            "stop": 971011981
        },
        {
            "start": 971011984,
            "stop": 971011999
        }
    ]
}