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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5228",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5226",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5227,
    "results": [
        {
            "start": 875139479,
            "stop": 875139499
        },
        {
            "start": 875139506,
            "stop": 875139517
        },
        {
            "start": 875139524,
            "stop": 875139542
        },
        {
            "start": 875139549,
            "stop": 875139617
        },
        {
            "start": 875139624,
            "stop": 875139675
        },
        {
            "start": 875139683,
            "stop": 875139767
        },
        {
            "start": 875139777,
            "stop": 875139789
        },
        {
            "start": 875139797,
            "stop": 875139875
        },
        {
            "start": 875139882,
            "stop": 875139948
        },
        {
            "start": 875139955,
            "stop": 875140019
        },
        {
            "start": 875140027,
            "stop": 875140073
        },
        {
            "start": 875140081,
            "stop": 875140083
        },
        {
            "start": 875140095,
            "stop": 875140126
        },
        {
            "start": 875140133,
            "stop": 875140154
        },
        {
            "start": 875140161,
            "stop": 875140196
        },
        {
            "start": 875140203,
            "stop": 875140349
        },
        {
            "start": 875140356,
            "stop": 875140366
        },
        {
            "start": 875140373,
            "stop": 875140467
        },
        {
            "start": 875140474,
            "stop": 875140480
        },
        {
            "start": 875140487,
            "stop": 875140497
        }
    ]
}