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=110
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=111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=109",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 110,
    "results": [
        {
            "start": 932567618,
            "stop": 932568909
        },
        {
            "start": 932568914,
            "stop": 932570864
        },
        {
            "start": 932570869,
            "stop": 932571189
        },
        {
            "start": 932571194,
            "stop": 932573782
        },
        {
            "start": 932573784,
            "stop": 932574550
        },
        {
            "start": 932574568,
            "stop": 932575871
        },
        {
            "start": 932580240,
            "stop": 932580383
        },
        {
            "start": 932580401,
            "stop": 932580513
        },
        {
            "start": 932580518,
            "stop": 932580692
        },
        {
            "start": 932580711,
            "stop": 932580966
        },
        {
            "start": 932580971,
            "stop": 932581422
        },
        {
            "start": 932581458,
            "stop": 932581503
        },
        {
            "start": 932581531,
            "stop": 932581550
        },
        {
            "start": 932581576,
            "stop": 932581751
        },
        {
            "start": 932581811,
            "stop": 932582220
        },
        {
            "start": 932582225,
            "stop": 932582474
        },
        {
            "start": 932582479,
            "stop": 932582497
        },
        {
            "start": 932582502,
            "stop": 932582613
        },
        {
            "start": 932582618,
            "stop": 932583545
        },
        {
            "start": 932583550,
            "stop": 932584016
        }
    ]
}