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=4786
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=4787",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4785",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4786,
    "results": [
        {
            "start": 970633628,
            "stop": 970633794
        },
        {
            "start": 970633797,
            "stop": 970634822
        },
        {
            "start": 970634825,
            "stop": 970635030
        },
        {
            "start": 970635033,
            "stop": 970635217
        },
        {
            "start": 970635234,
            "stop": 970635273
        },
        {
            "start": 970635276,
            "stop": 970635641
        },
        {
            "start": 970635644,
            "stop": 970635769
        },
        {
            "start": 970635772,
            "stop": 970635808
        },
        {
            "start": 970635811,
            "stop": 970635979
        },
        {
            "start": 970635982,
            "stop": 970636214
        },
        {
            "start": 970636217,
            "stop": 970636823
        },
        {
            "start": 970636826,
            "stop": 970637177
        },
        {
            "start": 970637180,
            "stop": 970637271
        },
        {
            "start": 970637274,
            "stop": 970637983
        },
        {
            "start": 970637986,
            "stop": 970638039
        },
        {
            "start": 970638042,
            "stop": 970638079
        },
        {
            "start": 970638082,
            "stop": 970638505
        },
        {
            "start": 970638508,
            "stop": 970638653
        },
        {
            "start": 970638656,
            "stop": 970638889
        },
        {
            "start": 970638892,
            "stop": 970639042
        }
    ]
}