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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=22",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 23,
    "results": [
        {
            "start": 815420229,
            "stop": 815420242
        },
        {
            "start": 815420261,
            "stop": 815420435
        },
        {
            "start": 815420454,
            "stop": 815420564
        },
        {
            "start": 815421978,
            "stop": 815422011
        },
        {
            "start": 815422031,
            "stop": 815422159
        },
        {
            "start": 815425980,
            "stop": 815426008
        },
        {
            "start": 815426027,
            "stop": 815426348
        },
        {
            "start": 815426381,
            "stop": 815426674
        },
        {
            "start": 815450233,
            "stop": 815450572
        },
        {
            "start": 815456378,
            "stop": 815456600
        },
        {
            "start": 815457216,
            "stop": 815457343
        },
        {
            "start": 815457524,
            "stop": 815457888
        },
        {
            "start": 815458008,
            "stop": 815458483
        },
        {
            "start": 815466304,
            "stop": 815466629
        },
        {
            "start": 815466648,
            "stop": 815466742
        },
        {
            "start": 815466761,
            "stop": 815466882
        },
        {
            "start": 815466899,
            "stop": 815466926
        },
        {
            "start": 815466943,
            "stop": 815467170
        },
        {
            "start": 815467239,
            "stop": 815467398
        },
        {
            "start": 815467417,
            "stop": 815467629
        }
    ]
}