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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=12",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 13,
    "results": [
        {
            "start": 931160873,
            "stop": 931160875
        },
        {
            "start": 931160879,
            "stop": 931160880
        },
        {
            "start": 931160883,
            "stop": 931160885
        },
        {
            "start": 931160888,
            "stop": 931160889
        },
        {
            "start": 931160893,
            "stop": 931160896
        },
        {
            "start": 931160899,
            "stop": 931160901
        },
        {
            "start": 931160904,
            "stop": 931160908
        },
        {
            "start": 931160912,
            "stop": 931160915
        },
        {
            "start": 931160936,
            "stop": 931160938
        },
        {
            "start": 931160940,
            "stop": 931160947
        },
        {
            "start": 931160957,
            "stop": 931160959
        },
        {
            "start": 931160965,
            "stop": 931160966
        },
        {
            "start": 931160995,
            "stop": 931160998
        },
        {
            "start": 931161001,
            "stop": 931161005
        },
        {
            "start": 931161014,
            "stop": 931161020
        },
        {
            "start": 931161027,
            "stop": 931161031
        },
        {
            "start": 931161034,
            "stop": 931161042
        },
        {
            "start": 931161051,
            "stop": 931161058
        },
        {
            "start": 931161069,
            "stop": 931161072
        },
        {
            "start": 931161079,
            "stop": 931161088
        }
    ]
}