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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=108",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 109,
    "results": [
        {
            "start": 825436519,
            "stop": 825437350
        },
        {
            "start": 825437352,
            "stop": 825438632
        },
        {
            "start": 825438635,
            "stop": 825438670
        },
        {
            "start": 825438671,
            "stop": 825438728
        },
        {
            "start": 825438730,
            "stop": 825438740
        },
        {
            "start": 825438742,
            "stop": 825438790
        },
        {
            "start": 825442717,
            "stop": 825442808
        },
        {
            "start": 825442810,
            "stop": 825443447
        },
        {
            "start": 825443448,
            "stop": 825443614
        },
        {
            "start": 825443617,
            "stop": 825443643
        },
        {
            "start": 825459427,
            "stop": 825461997
        },
        {
            "start": 825461998,
            "stop": 825462082
        },
        {
            "start": 825468694,
            "stop": 825469310
        },
        {
            "start": 825472324,
            "stop": 825495389
        },
        {
            "start": 825495392,
            "stop": 825495408
        },
        {
            "start": 825495410,
            "stop": 825495412
        },
        {
            "start": 825495414,
            "stop": 825495421
        },
        {
            "start": 825495422,
            "stop": 825495436
        },
        {
            "start": 825504637,
            "stop": 825516755
        },
        {
            "start": 825518360,
            "stop": 825518979
        }
    ]
}