Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=165
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=166",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=164",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 165,
    "results": [
        {
            "start": 1420332866,
            "stop": 1420350093
        },
        {
            "start": 1420350095,
            "stop": 1420355229
        },
        {
            "start": 1420355232,
            "stop": 1420362035
        },
        {
            "start": 1420367000,
            "stop": 1420376658
        },
        {
            "start": 1420377198,
            "stop": 1420379938
        },
        {
            "start": 1420379941,
            "stop": 1420380238
        },
        {
            "start": 1420380241,
            "stop": 1420387878
        },
        {
            "start": 1420388658,
            "stop": 1420396887
        },
        {
            "start": 1420396892,
            "stop": 1420397888
        },
        {
            "start": 1420397891,
            "stop": 1420402380
        },
        {
            "start": 1420402382,
            "stop": 1420421435
        },
        {
            "start": 1420421439,
            "stop": 1420430209
        },
        {
            "start": 1420430212,
            "stop": 1420434948
        },
        {
            "start": 1420434953,
            "stop": 1420442069
        },
        {
            "start": 1420644479,
            "stop": 1420647161
        },
        {
            "start": 1420647165,
            "stop": 1420660075
        },
        {
            "start": 1420660078,
            "stop": 1420660765
        },
        {
            "start": 1420660768,
            "stop": 1420670051
        },
        {
            "start": 1420670055,
            "stop": 1420671027
        },
        {
            "start": 1420671031,
            "stop": 1420671490
        }
    ]
}