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_CAT4/segments?format=api&page=5292
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5291",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5292,
    "results": [
        {
            "start": 970632552,
            "stop": 970632635
        },
        {
            "start": 970632638,
            "stop": 970632812
        },
        {
            "start": 970632815,
            "stop": 970632971
        },
        {
            "start": 970632974,
            "stop": 970633576
        },
        {
            "start": 970633579,
            "stop": 970633586
        },
        {
            "start": 970633589,
            "stop": 970633625
        },
        {
            "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
        }
    ]
}