Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=219
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=218",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 219,
    "results": [
        {
            "start": 934185784,
            "stop": 934185817
        },
        {
            "start": 934185819,
            "stop": 934185833
        },
        {
            "start": 934185838,
            "stop": 934189354
        },
        {
            "start": 934189356,
            "stop": 934189357
        },
        {
            "start": 934189359,
            "stop": 934189363
        },
        {
            "start": 934189366,
            "stop": 934189383
        },
        {
            "start": 934189385,
            "stop": 934189415
        },
        {
            "start": 934189417,
            "stop": 934189424
        },
        {
            "start": 934189426,
            "stop": 934189432
        },
        {
            "start": 934189436,
            "stop": 934191983
        },
        {
            "start": 934194572,
            "stop": 934196556
        },
        {
            "start": 934196559,
            "stop": 934196566
        },
        {
            "start": 934196568,
            "stop": 934196581
        },
        {
            "start": 934196584,
            "stop": 934196614
        },
        {
            "start": 934196617,
            "stop": 934196631
        },
        {
            "start": 934196635,
            "stop": 934199684
        },
        {
            "start": 934199726,
            "stop": 934200158
        },
        {
            "start": 934200161,
            "stop": 934200185
        },
        {
            "start": 934200187,
            "stop": 934200192
        },
        {
            "start": 934200194,
            "stop": 934200216
        }
    ]
}