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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=152",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 153,
    "results": [
        {
            "start": 818865213,
            "stop": 818865880
        },
        {
            "start": 818865887,
            "stop": 818866009
        },
        {
            "start": 818866016,
            "stop": 818866188
        },
        {
            "start": 818866195,
            "stop": 818866429
        },
        {
            "start": 818866436,
            "stop": 818866650
        },
        {
            "start": 818867310,
            "stop": 818867336
        },
        {
            "start": 818867349,
            "stop": 818867451
        },
        {
            "start": 818867459,
            "stop": 818867514
        },
        {
            "start": 818867521,
            "stop": 818867657
        },
        {
            "start": 818867665,
            "stop": 818867727
        },
        {
            "start": 818867734,
            "stop": 818867746
        },
        {
            "start": 818867756,
            "stop": 818867761
        },
        {
            "start": 818867776,
            "stop": 818867797
        },
        {
            "start": 818867804,
            "stop": 818867814
        },
        {
            "start": 818867821,
            "stop": 818868028
        },
        {
            "start": 818868035,
            "stop": 818868150
        },
        {
            "start": 818868158,
            "stop": 818868162
        },
        {
            "start": 818868169,
            "stop": 818869025
        },
        {
            "start": 818869032,
            "stop": 818869278
        },
        {
            "start": 818869286,
            "stop": 818870775
        }
    ]
}