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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14473",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14471",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14472,
    "results": [
        {
            "start": 971592017,
            "stop": 971592161
        },
        {
            "start": 971592164,
            "stop": 971592177
        },
        {
            "start": 971592180,
            "stop": 971592531
        },
        {
            "start": 971592534,
            "stop": 971593137
        },
        {
            "start": 971593140,
            "stop": 971593192
        },
        {
            "start": 971593195,
            "stop": 971593231
        },
        {
            "start": 971593234,
            "stop": 971593356
        },
        {
            "start": 971593418,
            "stop": 971593525
        },
        {
            "start": 971593528,
            "stop": 971593577
        },
        {
            "start": 971593584,
            "stop": 971593593
        },
        {
            "start": 971593596,
            "stop": 971593598
        },
        {
            "start": 971599454,
            "stop": 971599457
        },
        {
            "start": 971599460,
            "stop": 971599572
        },
        {
            "start": 971599576,
            "stop": 971599703
        },
        {
            "start": 971599706,
            "stop": 971599719
        },
        {
            "start": 971599722,
            "stop": 971599776
        },
        {
            "start": 971599779,
            "stop": 971599866
        },
        {
            "start": 971599869,
            "stop": 971599988
        },
        {
            "start": 971599991,
            "stop": 971600058
        },
        {
            "start": 971600066,
            "stop": 971600112
        }
    ]
}