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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=3",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 4,
    "results": [
        {
            "start": 815413498,
            "stop": 815413825
        },
        {
            "start": 815420229,
            "stop": 815420249
        },
        {
            "start": 815420257,
            "stop": 815420442
        },
        {
            "start": 815420450,
            "stop": 815420651
        },
        {
            "start": 815420665,
            "stop": 815420683
        },
        {
            "start": 815421978,
            "stop": 815422018
        },
        {
            "start": 815422027,
            "stop": 815422230
        },
        {
            "start": 815422238,
            "stop": 815422272
        },
        {
            "start": 815425980,
            "stop": 815426015
        },
        {
            "start": 815426023,
            "stop": 815426355
        },
        {
            "start": 815426363,
            "stop": 815426370
        },
        {
            "start": 815426377,
            "stop": 815426715
        },
        {
            "start": 815426722,
            "stop": 815426793
        },
        {
            "start": 815447636,
            "stop": 815447671
        },
        {
            "start": 815447676,
            "stop": 815447688
        },
        {
            "start": 815450191,
            "stop": 815450628
        },
        {
            "start": 815450636,
            "stop": 815450692
        },
        {
            "start": 815456378,
            "stop": 815456719
        },
        {
            "start": 815457216,
            "stop": 815458705
        },
        {
            "start": 815466304,
            "stop": 815466636
        }
    ]
}