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=5265
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=5266",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5264",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5265,
    "results": [
        {
            "start": 970289228,
            "stop": 970289343
        },
        {
            "start": 970289346,
            "stop": 970289488
        },
        {
            "start": 970289491,
            "stop": 970289528
        },
        {
            "start": 970289531,
            "stop": 970289613
        },
        {
            "start": 970289616,
            "stop": 970289634
        },
        {
            "start": 970289637,
            "stop": 970290068
        },
        {
            "start": 970290072,
            "stop": 970290257
        },
        {
            "start": 970290260,
            "stop": 970290334
        },
        {
            "start": 970290337,
            "stop": 970290415
        },
        {
            "start": 970290418,
            "stop": 970290762
        },
        {
            "start": 970290765,
            "stop": 970290772
        },
        {
            "start": 970290775,
            "stop": 970290847
        },
        {
            "start": 970290850,
            "stop": 970290856
        },
        {
            "start": 970290859,
            "stop": 970291033
        },
        {
            "start": 970291036,
            "stop": 970291060
        },
        {
            "start": 970291063,
            "stop": 970291109
        },
        {
            "start": 970291113,
            "stop": 970291243
        },
        {
            "start": 970291246,
            "stop": 970291689
        },
        {
            "start": 970291692,
            "stop": 970291817
        },
        {
            "start": 970291820,
            "stop": 970292021
        }
    ]
}