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=168
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=169",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=167",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 168,
    "results": [
        {
            "start": 932956681,
            "stop": 932956686
        },
        {
            "start": 932956830,
            "stop": 932956837
        },
        {
            "start": 932956885,
            "stop": 932956894
        },
        {
            "start": 932956913,
            "stop": 932956926
        },
        {
            "start": 932956948,
            "stop": 932956960
        },
        {
            "start": 932957078,
            "stop": 932957093
        },
        {
            "start": 932957171,
            "stop": 932957172
        },
        {
            "start": 932957192,
            "stop": 932957196
        },
        {
            "start": 932957236,
            "stop": 932957237
        },
        {
            "start": 932957310,
            "stop": 932957317
        },
        {
            "start": 932957415,
            "stop": 932957426
        },
        {
            "start": 932957484,
            "stop": 932957486
        },
        {
            "start": 932957505,
            "stop": 932957511
        },
        {
            "start": 932957554,
            "stop": 932957561
        },
        {
            "start": 932957591,
            "stop": 932957594
        },
        {
            "start": 932957613,
            "stop": 932957621
        },
        {
            "start": 932957676,
            "stop": 932957683
        },
        {
            "start": 932957842,
            "stop": 932957846
        },
        {
            "start": 932957865,
            "stop": 932957866
        },
        {
            "start": 932958025,
            "stop": 932958050
        }
    ]
}