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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5196",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5194",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5195,
    "results": [
        {
            "start": 1136278018,
            "stop": 1136278025
        },
        {
            "start": 1136278027,
            "stop": 1136278070
        },
        {
            "start": 1136278072,
            "stop": 1136278097
        },
        {
            "start": 1136278099,
            "stop": 1136278101
        },
        {
            "start": 1136278103,
            "stop": 1136278120
        },
        {
            "start": 1136278122,
            "stop": 1136278130
        },
        {
            "start": 1136278133,
            "stop": 1136278170
        },
        {
            "start": 1136278172,
            "stop": 1136278187
        },
        {
            "start": 1136278189,
            "stop": 1136278190
        },
        {
            "start": 1136278192,
            "stop": 1136278200
        },
        {
            "start": 1136278202,
            "stop": 1136278217
        },
        {
            "start": 1136278221,
            "stop": 1136278248
        },
        {
            "start": 1136278250,
            "stop": 1136278283
        },
        {
            "start": 1136278285,
            "stop": 1136278292
        },
        {
            "start": 1136278295,
            "stop": 1136278328
        },
        {
            "start": 1136278330,
            "stop": 1136278343
        },
        {
            "start": 1136278345,
            "stop": 1136278363
        },
        {
            "start": 1136278365,
            "stop": 1136278402
        },
        {
            "start": 1136278404,
            "stop": 1136278411
        },
        {
            "start": 1136278413,
            "stop": 1136278420
        }
    ]
}