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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=130",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 131,
    "results": [
        {
            "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
        },
        {
            "start": 932712704,
            "stop": 932712738
        },
        {
            "start": 932712775,
            "stop": 932712778
        },
        {
            "start": 932712854,
            "stop": 932712944
        }
    ]
}