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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6120",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6118",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6119,
    "results": [
        {
            "start": 874149249,
            "stop": 874149286
        },
        {
            "start": 874149289,
            "stop": 874149305
        },
        {
            "start": 874149308,
            "stop": 874149310
        },
        {
            "start": 874149313,
            "stop": 874149322
        },
        {
            "start": 874149325,
            "stop": 874149375
        },
        {
            "start": 874149378,
            "stop": 874149428
        },
        {
            "start": 874149431,
            "stop": 874149730
        },
        {
            "start": 874149733,
            "stop": 874149743
        },
        {
            "start": 874149746,
            "stop": 874149960
        },
        {
            "start": 874149963,
            "stop": 874150193
        },
        {
            "start": 874150196,
            "stop": 874150379
        },
        {
            "start": 874150381,
            "stop": 874150452
        },
        {
            "start": 874150455,
            "stop": 874150853
        },
        {
            "start": 874150856,
            "stop": 874151052
        },
        {
            "start": 874151055,
            "stop": 874151056
        },
        {
            "start": 874151059,
            "stop": 874151101
        },
        {
            "start": 874151104,
            "stop": 874151633
        },
        {
            "start": 874151636,
            "stop": 874151656
        },
        {
            "start": 874151659,
            "stop": 874151783
        },
        {
            "start": 874151785,
            "stop": 874151840
        }
    ]
}