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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=107",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 108,
    "results": [
        {
            "start": 932495665,
            "stop": 932496795
        },
        {
            "start": 932496800,
            "stop": 932498157
        },
        {
            "start": 932498176,
            "stop": 932498747
        },
        {
            "start": 932498752,
            "stop": 932502196
        },
        {
            "start": 932502213,
            "stop": 932505129
        },
        {
            "start": 932508926,
            "stop": 932509044
        },
        {
            "start": 932509063,
            "stop": 932509215
        },
        {
            "start": 932509234,
            "stop": 932511414
        },
        {
            "start": 932511886,
            "stop": 932512777
        },
        {
            "start": 932512782,
            "stop": 932514583
        },
        {
            "start": 932514588,
            "stop": 932514711
        },
        {
            "start": 932514730,
            "stop": 932515628
        },
        {
            "start": 932515647,
            "stop": 932517918
        },
        {
            "start": 932517923,
            "stop": 932519551
        },
        {
            "start": 932519570,
            "stop": 932519978
        },
        {
            "start": 932519995,
            "stop": 932522891
        },
        {
            "start": 932532745,
            "stop": 932539020
        },
        {
            "start": 932539091,
            "stop": 932540933
        },
        {
            "start": 932540938,
            "stop": 932548426
        },
        {
            "start": 932548445,
            "stop": 932548462
        }
    ]
}