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=57
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=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=56",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 57,
    "results": [
        {
            "start": 932072421,
            "stop": 932072428
        },
        {
            "start": 932072431,
            "stop": 932072435
        },
        {
            "start": 932072436,
            "stop": 932072442
        },
        {
            "start": 932072443,
            "stop": 932072444
        },
        {
            "start": 932072446,
            "stop": 932072450
        },
        {
            "start": 932072451,
            "stop": 932072454
        },
        {
            "start": 932072455,
            "stop": 932072457
        },
        {
            "start": 932072458,
            "stop": 932072461
        },
        {
            "start": 932072462,
            "stop": 932072464
        },
        {
            "start": 932072469,
            "stop": 932072493
        },
        {
            "start": 932072494,
            "stop": 932072500
        },
        {
            "start": 932072501,
            "stop": 932072503
        },
        {
            "start": 932072504,
            "stop": 932072523
        },
        {
            "start": 932072524,
            "stop": 932072527
        },
        {
            "start": 932072528,
            "stop": 932072534
        },
        {
            "start": 932072538,
            "stop": 932072539
        },
        {
            "start": 932072541,
            "stop": 932072546
        },
        {
            "start": 932072547,
            "stop": 932072550
        },
        {
            "start": 932072552,
            "stop": 932072556
        },
        {
            "start": 932072557,
            "stop": 932072558
        }
    ]
}