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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=671",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=669",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 670,
    "results": [
        {
            "start": 1266313983,
            "stop": 1266314077
        },
        {
            "start": 1266314082,
            "stop": 1266314323
        },
        {
            "start": 1266314328,
            "stop": 1266314404
        },
        {
            "start": 1266314409,
            "stop": 1266314653
        },
        {
            "start": 1266314658,
            "stop": 1266314774
        },
        {
            "start": 1266314779,
            "stop": 1266315345
        },
        {
            "start": 1266315347,
            "stop": 1266315595
        },
        {
            "start": 1266315600,
            "stop": 1266316132
        },
        {
            "start": 1266316137,
            "stop": 1266316666
        },
        {
            "start": 1266316670,
            "stop": 1266316949
        },
        {
            "start": 1266316954,
            "stop": 1266316996
        },
        {
            "start": 1266317001,
            "stop": 1266317266
        },
        {
            "start": 1266317271,
            "stop": 1266317320
        },
        {
            "start": 1266317325,
            "stop": 1266317484
        },
        {
            "start": 1266317489,
            "stop": 1266317683
        },
        {
            "start": 1266317688,
            "stop": 1266317865
        },
        {
            "start": 1266317870,
            "stop": 1266317881
        },
        {
            "start": 1266317886,
            "stop": 1266318044
        },
        {
            "start": 1266318049,
            "stop": 1266318095
        },
        {
            "start": 1266318100,
            "stop": 1266318171
        }
    ]
}