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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=139",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 140,
    "results": [
        {
            "start": 931771515,
            "stop": 931771516
        },
        {
            "start": 931771523,
            "stop": 931771546
        },
        {
            "start": 931771559,
            "stop": 931771562
        },
        {
            "start": 931771579,
            "stop": 931771593
        },
        {
            "start": 931771606,
            "stop": 931771608
        },
        {
            "start": 931771621,
            "stop": 931771623
        },
        {
            "start": 931771630,
            "stop": 931771632
        },
        {
            "start": 931771639,
            "stop": 931771641
        },
        {
            "start": 931771670,
            "stop": 931771672
        },
        {
            "start": 931771679,
            "stop": 931771686
        },
        {
            "start": 931771711,
            "stop": 931771750
        },
        {
            "start": 931771776,
            "stop": 931771786
        },
        {
            "start": 931771814,
            "stop": 931771836
        },
        {
            "start": 931771843,
            "stop": 931771846
        },
        {
            "start": 931771853,
            "stop": 931771860
        },
        {
            "start": 931771878,
            "stop": 931771886
        },
        {
            "start": 931771904,
            "stop": 931771918
        },
        {
            "start": 931771925,
            "stop": 931771926
        },
        {
            "start": 931771936,
            "stop": 931771947
        },
        {
            "start": 931771956,
            "stop": 931771959
        }
    ]
}