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=680
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=681",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=679",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 680,
    "results": [
        {
            "start": 1266383205,
            "stop": 1266383236
        },
        {
            "start": 1266383237,
            "stop": 1266383258
        },
        {
            "start": 1266383259,
            "stop": 1266385843
        },
        {
            "start": 1266385847,
            "stop": 1266386191
        },
        {
            "start": 1266386193,
            "stop": 1266386204
        },
        {
            "start": 1266386205,
            "stop": 1266386286
        },
        {
            "start": 1266386289,
            "stop": 1266386367
        },
        {
            "start": 1266386371,
            "stop": 1266386379
        },
        {
            "start": 1266386380,
            "stop": 1266386392
        },
        {
            "start": 1266386393,
            "stop": 1266386411
        },
        {
            "start": 1266386412,
            "stop": 1266386421
        },
        {
            "start": 1266386423,
            "stop": 1266386424
        },
        {
            "start": 1266386425,
            "stop": 1266386432
        },
        {
            "start": 1266386433,
            "stop": 1266386441
        },
        {
            "start": 1266386446,
            "stop": 1266386478
        },
        {
            "start": 1266386479,
            "stop": 1266386512
        },
        {
            "start": 1266386514,
            "stop": 1266386516
        },
        {
            "start": 1266386517,
            "stop": 1266386518
        },
        {
            "start": 1266386519,
            "stop": 1266386699
        },
        {
            "start": 1266386700,
            "stop": 1266386956
        }
    ]
}