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=14647
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=14648",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14646",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14647,
    "results": [
        {
            "start": 971165898,
            "stop": 971165904
        },
        {
            "start": 971165911,
            "stop": 971165918
        },
        {
            "start": 971165920,
            "stop": 971165927
        },
        {
            "start": 971165929,
            "stop": 971165930
        },
        {
            "start": 971165931,
            "stop": 971165935
        },
        {
            "start": 971165939,
            "stop": 971165943
        },
        {
            "start": 971165944,
            "stop": 971165947
        },
        {
            "start": 971165948,
            "stop": 971165953
        },
        {
            "start": 971165954,
            "stop": 971165955
        },
        {
            "start": 971165964,
            "stop": 971165966
        },
        {
            "start": 971165967,
            "stop": 971165969
        },
        {
            "start": 971165971,
            "stop": 971165985
        },
        {
            "start": 971165990,
            "stop": 971165992
        },
        {
            "start": 971165994,
            "stop": 971165995
        },
        {
            "start": 971166006,
            "stop": 971166007
        },
        {
            "start": 971166008,
            "stop": 971166009
        },
        {
            "start": 971166010,
            "stop": 971166018
        },
        {
            "start": 971166019,
            "stop": 971166020
        },
        {
            "start": 971166021,
            "stop": 971166027
        },
        {
            "start": 971166031,
            "stop": 971166032
        }
    ]
}