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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 16,
    "results": [
        {
            "start": 816262060,
            "stop": 816262322
        },
        {
            "start": 816262326,
            "stop": 816262557
        },
        {
            "start": 816262560,
            "stop": 816262573
        },
        {
            "start": 816262577,
            "stop": 816262798
        },
        {
            "start": 816262802,
            "stop": 816262923
        },
        {
            "start": 816262940,
            "stop": 816263024
        },
        {
            "start": 816263027,
            "stop": 816263248
        },
        {
            "start": 816263255,
            "stop": 816263290
        },
        {
            "start": 816263307,
            "stop": 816263434
        },
        {
            "start": 816263437,
            "stop": 816263530
        },
        {
            "start": 816263533,
            "stop": 816264276
        },
        {
            "start": 816264280,
            "stop": 816264390
        },
        {
            "start": 816264397,
            "stop": 816264716
        },
        {
            "start": 816264720,
            "stop": 816264750
        },
        {
            "start": 816267870,
            "stop": 816267910
        },
        {
            "start": 816267913,
            "stop": 816268091
        },
        {
            "start": 816268098,
            "stop": 816268170
        },
        {
            "start": 816269130,
            "stop": 816269241
        },
        {
            "start": 816271710,
            "stop": 816271770
        },
        {
            "start": 816272734,
            "stop": 816272782
        }
    ]
}