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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=12",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 13,
    "results": [
        {
            "start": 816258877,
            "stop": 816259010
        },
        {
            "start": 816259014,
            "stop": 816259081
        },
        {
            "start": 816260809,
            "stop": 816260961
        },
        {
            "start": 816260964,
            "stop": 816261003
        },
        {
            "start": 816261006,
            "stop": 816261065
        },
        {
            "start": 816261069,
            "stop": 816261110
        },
        {
            "start": 816261113,
            "stop": 816261504
        },
        {
            "start": 816261508,
            "stop": 816261732
        },
        {
            "start": 816261735,
            "stop": 816261763
        },
        {
            "start": 816261766,
            "stop": 816262056
        },
        {
            "start": 816262060,
            "stop": 816262322
        },
        {
            "start": 816262326,
            "stop": 816262557
        },
        {
            "start": 816262560,
            "stop": 816262573
        },
        {
            "start": 816262577,
            "stop": 816262798
        },
        {
            "start": 816262802,
            "stop": 816263024
        },
        {
            "start": 816263027,
            "stop": 816263248
        },
        {
            "start": 816263255,
            "stop": 816263434
        },
        {
            "start": 816263437,
            "stop": 816263530
        },
        {
            "start": 816263533,
            "stop": 816264276
        },
        {
            "start": 816264280,
            "stop": 816264390
        }
    ]
}