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/O3GK/timelines/G1_BURST_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/O3GK/timelines/G1_BURST_CAT2/segments?format=api&page=5",
    "previous": "https://gwosc.org/api/v2/runs/O3GK/timelines/G1_BURST_CAT2/segments?format=api&page=3",
    "results_count": 94,
    "results_per_page": 20,
    "num_pages": 5,
    "page_number": 4,
    "results": [
        {
            "start": 1271084288,
            "stop": 1271084963
        },
        {
            "start": 1271085269,
            "stop": 1271102860
        },
        {
            "start": 1271103114,
            "stop": 1271106585
        },
        {
            "start": 1271106835,
            "stop": 1271114395
        },
        {
            "start": 1271114692,
            "stop": 1271126921
        },
        {
            "start": 1271127165,
            "stop": 1271128082
        },
        {
            "start": 1271128338,
            "stop": 1271137612
        },
        {
            "start": 1271137613,
            "stop": 1271146492
        },
        {
            "start": 1271148447,
            "stop": 1271151395
        },
        {
            "start": 1271151787,
            "stop": 1271156460
        },
        {
            "start": 1271159247,
            "stop": 1271161170
        },
        {
            "start": 1271166320,
            "stop": 1271169315
        },
        {
            "start": 1271169469,
            "stop": 1271169770
        },
        {
            "start": 1271170126,
            "stop": 1271178241
        },
        {
            "start": 1271178552,
            "stop": 1271182005
        },
        {
            "start": 1271182355,
            "stop": 1271234278
        },
        {
            "start": 1271235367,
            "stop": 1271235498
        },
        {
            "start": 1271235830,
            "stop": 1271237799
        },
        {
            "start": 1271238492,
            "stop": 1271252132
        },
        {
            "start": 1271252388,
            "stop": 1271256707
        }
    ]
}