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=42
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=43",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=41",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 42,
    "results": [
        {
            "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
        },
        {
            "start": 816487890,
            "stop": 816487892
        },
        {
            "start": 816487911,
            "stop": 816487947
        },
        {
            "start": 816487967,
            "stop": 816487986
        },
        {
            "start": 816488005,
            "stop": 816488035
        },
        {
            "start": 816488054,
            "stop": 816488076
        },
        {
            "start": 816488267,
            "stop": 816488271
        },
        {
            "start": 816488294,
            "stop": 816488348
        }
    ]
}