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

{
    "next": null,
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5475",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5476,
    "results": [
        {
            "start": 1137248047,
            "stop": 1137248246
        },
        {
            "start": 1137248248,
            "stop": 1137248274
        },
        {
            "start": 1137248276,
            "stop": 1137248329
        },
        {
            "start": 1137248762,
            "stop": 1137249194
        },
        {
            "start": 1137249196,
            "stop": 1137249205
        },
        {
            "start": 1137249207,
            "stop": 1137250111
        },
        {
            "start": 1137250113,
            "stop": 1137250145
        },
        {
            "start": 1137250147,
            "stop": 1137250148
        },
        {
            "start": 1137250150,
            "stop": 1137250705
        },
        {
            "start": 1137250707,
            "stop": 1137250767
        }
    ]
}