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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=127",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 128,
    "results": [
        {
            "start": 932707633,
            "stop": 932708822
        },
        {
            "start": 932708841,
            "stop": 932708934
        },
        {
            "start": 932708970,
            "stop": 932709007
        },
        {
            "start": 932709027,
            "stop": 932709428
        },
        {
            "start": 932709447,
            "stop": 932710123
        },
        {
            "start": 932710147,
            "stop": 932710675
        },
        {
            "start": 932710946,
            "stop": 932711019
        },
        {
            "start": 932711042,
            "stop": 932711372
        },
        {
            "start": 932711406,
            "stop": 932711437
        },
        {
            "start": 932711462,
            "stop": 932711476
        },
        {
            "start": 932711496,
            "stop": 932711507
        },
        {
            "start": 932711527,
            "stop": 932711577
        },
        {
            "start": 932711643,
            "stop": 932711798
        },
        {
            "start": 932711819,
            "stop": 932711823
        },
        {
            "start": 932712128,
            "stop": 932712131
        },
        {
            "start": 932712312,
            "stop": 932712325
        },
        {
            "start": 932712346,
            "stop": 932712353
        },
        {
            "start": 932712448,
            "stop": 932712503
        },
        {
            "start": 932712535,
            "stop": 932712638
        },
        {
            "start": 932712656,
            "stop": 932712669
        }
    ]
}