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=54
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=55",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=53",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 54,
    "results": [
        {
            "start": 816188455,
            "stop": 816188556
        },
        {
            "start": 816188564,
            "stop": 816189256
        },
        {
            "start": 816189263,
            "stop": 816189382
        },
        {
            "start": 816189397,
            "stop": 816189399
        },
        {
            "start": 816189406,
            "stop": 816189608
        },
        {
            "start": 816189615,
            "stop": 816189715
        },
        {
            "start": 816189725,
            "stop": 816189807
        },
        {
            "start": 816189956,
            "stop": 816189987
        },
        {
            "start": 816189994,
            "stop": 816190185
        },
        {
            "start": 816190192,
            "stop": 816190591
        },
        {
            "start": 816190598,
            "stop": 816190856
        },
        {
            "start": 816190863,
            "stop": 816190871
        },
        {
            "start": 816190878,
            "stop": 816190935
        },
        {
            "start": 816190943,
            "stop": 816190976
        },
        {
            "start": 816190983,
            "stop": 816191321
        },
        {
            "start": 816191328,
            "stop": 816191455
        },
        {
            "start": 816191462,
            "stop": 816191628
        },
        {
            "start": 816191636,
            "stop": 816191729
        },
        {
            "start": 816191736,
            "stop": 816192036
        },
        {
            "start": 816192044,
            "stop": 816192093
        }
    ]
}