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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=69",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 70,
    "results": [
        {
            "start": 816692861,
            "stop": 816692867
        },
        {
            "start": 816692886,
            "stop": 816692964
        },
        {
            "start": 816693014,
            "stop": 816693025
        },
        {
            "start": 816693045,
            "stop": 816693092
        },
        {
            "start": 816693223,
            "stop": 816693254
        },
        {
            "start": 816693283,
            "stop": 816693320
        },
        {
            "start": 816693616,
            "stop": 816693618
        },
        {
            "start": 816737408,
            "stop": 816737417
        },
        {
            "start": 816737446,
            "stop": 816737447
        },
        {
            "start": 816737482,
            "stop": 816737548
        },
        {
            "start": 816737568,
            "stop": 816737577
        },
        {
            "start": 816737730,
            "stop": 816737767
        },
        {
            "start": 816737787,
            "stop": 816737793
        },
        {
            "start": 816737814,
            "stop": 816737828
        },
        {
            "start": 816737874,
            "stop": 816737889
        },
        {
            "start": 816737955,
            "stop": 816737965
        },
        {
            "start": 816738011,
            "stop": 816738096
        },
        {
            "start": 816738140,
            "stop": 816738163
        },
        {
            "start": 816738250,
            "stop": 816738271
        },
        {
            "start": 816738446,
            "stop": 816738458
        }
    ]
}