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=172
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=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=171",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 172,
    "results": [
        {
            "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
        },
        {
            "start": 932958091,
            "stop": 932958105
        },
        {
            "start": 932958124,
            "stop": 932958125
        },
        {
            "start": 932958174,
            "stop": 932958177
        },
        {
            "start": 932958196,
            "stop": 932958198
        },
        {
            "start": 932958308,
            "stop": 932958315
        },
        {
            "start": 932958342,
            "stop": 932958355
        },
        {
            "start": 932958895,
            "stop": 932958901
        },
        {
            "start": 932960249,
            "stop": 932960250
        },
        {
            "start": 932960416,
            "stop": 932960420
        }
    ]
}