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_DATA/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_DATA/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=3",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 4,
    "results": [
        {
            "start": 815689734,
            "stop": 815692264
        },
        {
            "start": 815692761,
            "stop": 815700495
        },
        {
            "start": 815705428,
            "stop": 815734224
        },
        {
            "start": 815751076,
            "stop": 815766689
        },
        {
            "start": 815776688,
            "stop": 815788988
        },
        {
            "start": 815790062,
            "stop": 815791362
        },
        {
            "start": 815791888,
            "stop": 815809028
        },
        {
            "start": 815813090,
            "stop": 815820239
        },
        {
            "start": 815821082,
            "stop": 815882712
        },
        {
            "start": 815882713,
            "stop": 815906023
        },
        {
            "start": 815906436,
            "stop": 815908917
        },
        {
            "start": 815911204,
            "stop": 815941068
        },
        {
            "start": 815942702,
            "stop": 815959634
        },
        {
            "start": 815961820,
            "stop": 815988464
        },
        {
            "start": 815990222,
            "stop": 815999302
        },
        {
            "start": 815999744,
            "stop": 816015284
        },
        {
            "start": 816015395,
            "stop": 816027013
        },
        {
            "start": 816034772,
            "stop": 816037639
        },
        {
            "start": 816039940,
            "stop": 816040202
        },
        {
            "start": 816052114,
            "stop": 816068749
        }
    ]
}