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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=39",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 40,
    "results": [
        {
            "start": 816485606,
            "stop": 816485689
        },
        {
            "start": 816485717,
            "stop": 816485870
        },
        {
            "start": 816485890,
            "stop": 816486026
        },
        {
            "start": 816486137,
            "stop": 816486158
        },
        {
            "start": 816486186,
            "stop": 816486285
        },
        {
            "start": 816486345,
            "stop": 816486409
        },
        {
            "start": 816486469,
            "stop": 816486607
        },
        {
            "start": 816486645,
            "stop": 816486653
        },
        {
            "start": 816486672,
            "stop": 816486724
        },
        {
            "start": 816486743,
            "stop": 816486749
        },
        {
            "start": 816486768,
            "stop": 816486769
        },
        {
            "start": 816486859,
            "stop": 816486995
        },
        {
            "start": 816487020,
            "stop": 816487158
        },
        {
            "start": 816487193,
            "stop": 816487433
        },
        {
            "start": 816487453,
            "stop": 816487475
        },
        {
            "start": 816487520,
            "stop": 816487659
        },
        {
            "start": 816487678,
            "stop": 816487689
        },
        {
            "start": 816487710,
            "stop": 816487714
        },
        {
            "start": 816487752,
            "stop": 816487754
        },
        {
            "start": 816487805,
            "stop": 816487869
        }
    ]
}