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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=106",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 107,
    "results": [
        {
            "start": 825410533,
            "stop": 825411586
        },
        {
            "start": 825411588,
            "stop": 825411758
        },
        {
            "start": 825411866,
            "stop": 825411937
        },
        {
            "start": 825412065,
            "stop": 825412481
        },
        {
            "start": 825412594,
            "stop": 825412949
        },
        {
            "start": 825412951,
            "stop": 825413168
        },
        {
            "start": 825413170,
            "stop": 825414121
        },
        {
            "start": 825414407,
            "stop": 825415235
        },
        {
            "start": 825415237,
            "stop": 825415371
        },
        {
            "start": 825415373,
            "stop": 825415829
        },
        {
            "start": 825415831,
            "stop": 825416670
        },
        {
            "start": 825416783,
            "stop": 825417476
        },
        {
            "start": 825417976,
            "stop": 825417988
        },
        {
            "start": 825417990,
            "stop": 825418231
        },
        {
            "start": 825418234,
            "stop": 825418475
        },
        {
            "start": 825423060,
            "stop": 825423072
        },
        {
            "start": 825423074,
            "stop": 825423178
        },
        {
            "start": 825423180,
            "stop": 825423570
        },
        {
            "start": 825424470,
            "stop": 825424476
        },
        {
            "start": 825424479,
            "stop": 825424548
        }
    ]
}