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=137
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=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=136",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 137,
    "results": [
        {
            "start": 827689018,
            "stop": 827693585
        },
        {
            "start": 827693910,
            "stop": 827695150
        },
        {
            "start": 827700318,
            "stop": 827700809
        },
        {
            "start": 827701627,
            "stop": 827701819
        },
        {
            "start": 827702251,
            "stop": 827705825
        },
        {
            "start": 827705828,
            "stop": 827707436
        },
        {
            "start": 827709110,
            "stop": 827709132
        },
        {
            "start": 827709708,
            "stop": 827712206
        },
        {
            "start": 827712487,
            "stop": 827728916
        },
        {
            "start": 827728918,
            "stop": 827742402
        },
        {
            "start": 827743448,
            "stop": 827743559
        },
        {
            "start": 827743561,
            "stop": 827751417
        },
        {
            "start": 827752044,
            "stop": 827755038
        },
        {
            "start": 827755671,
            "stop": 827758171
        },
        {
            "start": 827758322,
            "stop": 827758889
        },
        {
            "start": 827759037,
            "stop": 827759754
        },
        {
            "start": 827759755,
            "stop": 827759759
        },
        {
            "start": 827759761,
            "stop": 827759767
        },
        {
            "start": 827759769,
            "stop": 827760715
        },
        {
            "start": 827764588,
            "stop": 827765903
        }
    ]
}