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/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9880
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=9881",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9879",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9880,
    "results": [
        {
            "start": 874411288,
            "stop": 874411293
        },
        {
            "start": 874411296,
            "stop": 874411298
        },
        {
            "start": 874411301,
            "stop": 874411358
        },
        {
            "start": 874411361,
            "stop": 874411366
        },
        {
            "start": 874411374,
            "stop": 874411430
        },
        {
            "start": 874411433,
            "stop": 874411438
        },
        {
            "start": 874411441,
            "stop": 874411491
        },
        {
            "start": 874411495,
            "stop": 874411502
        },
        {
            "start": 874411505,
            "stop": 874411510
        },
        {
            "start": 874411516,
            "stop": 874411557
        },
        {
            "start": 874411560,
            "stop": 874411583
        },
        {
            "start": 874411586,
            "stop": 874411858
        },
        {
            "start": 874411861,
            "stop": 874411873
        },
        {
            "start": 874411876,
            "stop": 874411881
        },
        {
            "start": 874411885,
            "stop": 874412046
        },
        {
            "start": 874412047,
            "stop": 874412049
        },
        {
            "start": 874412050,
            "stop": 874412056
        },
        {
            "start": 874412059,
            "stop": 874412103
        },
        {
            "start": 874412106,
            "stop": 874412112
        },
        {
            "start": 874412115,
            "stop": 874412148
        }
    ]
}