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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=50",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 51,
    "results": [
        {
            "start": 817542038,
            "stop": 817542082
        },
        {
            "start": 817542085,
            "stop": 817542111
        },
        {
            "start": 817542114,
            "stop": 817542133
        },
        {
            "start": 817543022,
            "stop": 817543433
        },
        {
            "start": 817543436,
            "stop": 817543747
        },
        {
            "start": 817543750,
            "stop": 817547687
        },
        {
            "start": 817547691,
            "stop": 817548250
        },
        {
            "start": 817548253,
            "stop": 817552564
        },
        {
            "start": 817552567,
            "stop": 817552568
        },
        {
            "start": 817552571,
            "stop": 817552573
        },
        {
            "start": 817553384,
            "stop": 817555319
        },
        {
            "start": 817555322,
            "stop": 817555500
        },
        {
            "start": 817555504,
            "stop": 817564038
        },
        {
            "start": 817564041,
            "stop": 817564065
        },
        {
            "start": 817564071,
            "stop": 817564084
        },
        {
            "start": 817564087,
            "stop": 817565463
        },
        {
            "start": 817565466,
            "stop": 817565650
        },
        {
            "start": 817565653,
            "stop": 817565869
        },
        {
            "start": 817580832,
            "stop": 817583635
        },
        {
            "start": 817583639,
            "stop": 817583641
        }
    ]
}