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=448
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=449",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=447",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 448,
    "results": [
        {
            "start": 859388563,
            "stop": 859401926
        },
        {
            "start": 859401928,
            "stop": 859407001
        },
        {
            "start": 859407003,
            "stop": 859409521
        },
        {
            "start": 859409795,
            "stop": 859416824
        },
        {
            "start": 859416826,
            "stop": 859441967
        },
        {
            "start": 859442192,
            "stop": 859445480
        },
        {
            "start": 859445482,
            "stop": 859447485
        },
        {
            "start": 859448624,
            "stop": 859490220
        },
        {
            "start": 859490835,
            "stop": 859491528
        },
        {
            "start": 859491530,
            "stop": 859496119
        },
        {
            "start": 859514928,
            "stop": 859515272
        },
        {
            "start": 859515273,
            "stop": 859516692
        },
        {
            "start": 859516694,
            "stop": 859516798
        },
        {
            "start": 859516800,
            "stop": 859520209
        },
        {
            "start": 859522284,
            "stop": 859530822
        },
        {
            "start": 859533734,
            "stop": 859538003
        },
        {
            "start": 859538562,
            "stop": 859543974
        },
        {
            "start": 859543976,
            "stop": 859547359
        },
        {
            "start": 859547361,
            "stop": 859549724
        },
        {
            "start": 859563210,
            "stop": 859563541
        }
    ]
}