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=16811
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=16812",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16810",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16811,
    "results": [
        {
            "start": 875144271,
            "stop": 875144558
        },
        {
            "start": 875144559,
            "stop": 875144843
        },
        {
            "start": 875144844,
            "stop": 875145147
        },
        {
            "start": 875145151,
            "stop": 875145205
        },
        {
            "start": 875145207,
            "stop": 875145285
        },
        {
            "start": 875145287,
            "stop": 875145536
        },
        {
            "start": 875145538,
            "stop": 875145555
        },
        {
            "start": 875145557,
            "stop": 875145736
        },
        {
            "start": 875145737,
            "stop": 875145779
        },
        {
            "start": 875145780,
            "stop": 875145995
        },
        {
            "start": 875145998,
            "stop": 875146642
        },
        {
            "start": 875146644,
            "stop": 875146700
        },
        {
            "start": 875146701,
            "stop": 875146836
        },
        {
            "start": 875146838,
            "stop": 875146844
        },
        {
            "start": 875146845,
            "stop": 875147125
        },
        {
            "start": 875147126,
            "stop": 875147460
        },
        {
            "start": 875147461,
            "stop": 875147496
        },
        {
            "start": 875147498,
            "stop": 875147566
        },
        {
            "start": 875147567,
            "stop": 875147841
        },
        {
            "start": 875147842,
            "stop": 875148059
        }
    ]
}