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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1590",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1588",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1589,
    "results": [
        {
            "start": 953087795,
            "stop": 953087975
        },
        {
            "start": 953088397,
            "stop": 953091263
        },
        {
            "start": 953091265,
            "stop": 953092939
        },
        {
            "start": 953092941,
            "stop": 953095228
        },
        {
            "start": 953095230,
            "stop": 953095238
        },
        {
            "start": 953095240,
            "stop": 953095605
        },
        {
            "start": 953095607,
            "stop": 953096030
        },
        {
            "start": 953096032,
            "stop": 953096514
        },
        {
            "start": 953096515,
            "stop": 953096694
        },
        {
            "start": 953096695,
            "stop": 953096966
        },
        {
            "start": 953096967,
            "stop": 953097038
        },
        {
            "start": 953097040,
            "stop": 953097147
        },
        {
            "start": 953097149,
            "stop": 953097570
        },
        {
            "start": 953097572,
            "stop": 953101346
        },
        {
            "start": 953101348,
            "stop": 953102051
        },
        {
            "start": 953102053,
            "stop": 953102191
        },
        {
            "start": 953102193,
            "stop": 953102649
        },
        {
            "start": 953104822,
            "stop": 953106446
        },
        {
            "start": 953106448,
            "stop": 953107503
        },
        {
            "start": 953107505,
            "stop": 953108138
        }
    ]
}