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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1060",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1058",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1059,
    "results": [
        {
            "start": 1253065257,
            "stop": 1253065554
        },
        {
            "start": 1253065556,
            "stop": 1253065560
        },
        {
            "start": 1253065573,
            "stop": 1253065963
        },
        {
            "start": 1253065967,
            "stop": 1253066477
        },
        {
            "start": 1253066480,
            "stop": 1253066644
        },
        {
            "start": 1253066647,
            "stop": 1253066788
        },
        {
            "start": 1253066791,
            "stop": 1253066792
        },
        {
            "start": 1253066795,
            "stop": 1253066985
        },
        {
            "start": 1253066989,
            "stop": 1253067375
        },
        {
            "start": 1253067378,
            "stop": 1253068205
        },
        {
            "start": 1253068208,
            "stop": 1253068553
        },
        {
            "start": 1253068556,
            "stop": 1253068848
        },
        {
            "start": 1253068851,
            "stop": 1253068903
        },
        {
            "start": 1253068906,
            "stop": 1253069061
        },
        {
            "start": 1253069065,
            "stop": 1253069189
        },
        {
            "start": 1253069193,
            "stop": 1253069414
        },
        {
            "start": 1253069417,
            "stop": 1253069418
        },
        {
            "start": 1253069421,
            "stop": 1253069506
        },
        {
            "start": 1253069510,
            "stop": 1253069575
        },
        {
            "start": 1253069579,
            "stop": 1253069707
        }
    ]
}