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=3
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=4",
    "previous": "https://gwosc.org/api/v2/runs/O3GK/timelines/G1_BURST_CAT2/segments?format=api&page=2",
    "results_count": 94,
    "results_per_page": 20,
    "num_pages": 5,
    "page_number": 3,
    "results": [
        {
            "start": 1270752045,
            "stop": 1270762949
        },
        {
            "start": 1270768587,
            "stop": 1270781930
        },
        {
            "start": 1270900057,
            "stop": 1270900252
        },
        {
            "start": 1270900567,
            "stop": 1270909831
        },
        {
            "start": 1270911899,
            "stop": 1270933587
        },
        {
            "start": 1270934109,
            "stop": 1270936819
        },
        {
            "start": 1270937092,
            "stop": 1270960522
        },
        {
            "start": 1270961415,
            "stop": 1270973444
        },
        {
            "start": 1270973745,
            "stop": 1270979868
        },
        {
            "start": 1270980538,
            "stop": 1270984306
        },
        {
            "start": 1270984759,
            "stop": 1270989056
        },
        {
            "start": 1270989334,
            "stop": 1270989524
        },
        {
            "start": 1270989838,
            "stop": 1271026773
        },
        {
            "start": 1271027190,
            "stop": 1271032246
        },
        {
            "start": 1271049323,
            "stop": 1271057315
        },
        {
            "start": 1271057868,
            "stop": 1271060115
        },
        {
            "start": 1271060896,
            "stop": 1271065072
        },
        {
            "start": 1271071344,
            "stop": 1271071879
        },
        {
            "start": 1271074563,
            "stop": 1271081878
        },
        {
            "start": 1271083656,
            "stop": 1271083969
        }
    ]
}