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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9950",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9948",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9949,
    "results": [
        {
            "start": 874961470,
            "stop": 874961472
        },
        {
            "start": 874969942,
            "stop": 874971644
        },
        {
            "start": 874971647,
            "stop": 874973964
        },
        {
            "start": 874973967,
            "stop": 874974186
        },
        {
            "start": 874974189,
            "stop": 874977724
        },
        {
            "start": 874977727,
            "stop": 874978048
        },
        {
            "start": 874978055,
            "stop": 874978057
        },
        {
            "start": 874978064,
            "stop": 874978208
        },
        {
            "start": 874991001,
            "stop": 874991218
        },
        {
            "start": 874991222,
            "stop": 874991329
        },
        {
            "start": 874991332,
            "stop": 874992541
        },
        {
            "start": 874992544,
            "stop": 874992584
        },
        {
            "start": 874992588,
            "stop": 874992750
        },
        {
            "start": 874992753,
            "stop": 874993375
        },
        {
            "start": 874993378,
            "stop": 874994441
        },
        {
            "start": 874994448,
            "stop": 874996365
        },
        {
            "start": 874996368,
            "stop": 874996487
        },
        {
            "start": 874996491,
            "stop": 874996536
        },
        {
            "start": 874996539,
            "stop": 875000294
        },
        {
            "start": 875000297,
            "stop": 875000765
        }
    ]
}