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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=38",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=36",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 37,
    "results": [
        {
            "start": 931175627,
            "stop": 931175644
        },
        {
            "start": 931175646,
            "stop": 931175679
        },
        {
            "start": 931175681,
            "stop": 931175715
        },
        {
            "start": 931175716,
            "stop": 931175780
        },
        {
            "start": 931175781,
            "stop": 931175824
        },
        {
            "start": 931175826,
            "stop": 931175853
        },
        {
            "start": 931175854,
            "stop": 931175855
        },
        {
            "start": 931175857,
            "stop": 931175869
        },
        {
            "start": 931175870,
            "stop": 931175872
        },
        {
            "start": 931175874,
            "stop": 931175880
        },
        {
            "start": 931175882,
            "stop": 931175922
        },
        {
            "start": 931175924,
            "stop": 931175930
        },
        {
            "start": 931175937,
            "stop": 931175940
        },
        {
            "start": 931175942,
            "stop": 931175947
        },
        {
            "start": 931175949,
            "stop": 931175967
        },
        {
            "start": 931175969,
            "stop": 931175975
        },
        {
            "start": 931175977,
            "stop": 931175985
        },
        {
            "start": 931175987,
            "stop": 931175998
        },
        {
            "start": 931175999,
            "stop": 931176009
        },
        {
            "start": 931176010,
            "stop": 931176023
        }
    ]
}