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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=20",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 21,
    "results": [
        {
            "start": 931512722,
            "stop": 931512751
        },
        {
            "start": 931512859,
            "stop": 931512866
        },
        {
            "start": 931512885,
            "stop": 931512917
        },
        {
            "start": 931513014,
            "stop": 931513040
        },
        {
            "start": 931513182,
            "stop": 931513185
        },
        {
            "start": 931513352,
            "stop": 931513377
        },
        {
            "start": 931513396,
            "stop": 931513402
        },
        {
            "start": 931513460,
            "stop": 931513466
        },
        {
            "start": 931513485,
            "stop": 931513493
        },
        {
            "start": 931513517,
            "stop": 931513532
        },
        {
            "start": 931513561,
            "stop": 931513572
        },
        {
            "start": 931527621,
            "stop": 931527972
        },
        {
            "start": 931527991,
            "stop": 931528083
        },
        {
            "start": 931528101,
            "stop": 931528389
        },
        {
            "start": 931528392,
            "stop": 931528394
        },
        {
            "start": 931528396,
            "stop": 931528522
        },
        {
            "start": 931528523,
            "stop": 931528608
        },
        {
            "start": 931530408,
            "stop": 931530546
        },
        {
            "start": 931530548,
            "stop": 931530956
        },
        {
            "start": 931530958,
            "stop": 931531041
        }
    ]
}