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=117
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=118",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=116",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 117,
    "results": [
        {
            "start": 931676371,
            "stop": 931676373
        },
        {
            "start": 931676397,
            "stop": 931676398
        },
        {
            "start": 931676410,
            "stop": 931676413
        },
        {
            "start": 931676428,
            "stop": 931676454
        },
        {
            "start": 931676471,
            "stop": 931676474
        },
        {
            "start": 931676494,
            "stop": 931676517
        },
        {
            "start": 931676527,
            "stop": 931676529
        },
        {
            "start": 931676544,
            "stop": 931676547
        },
        {
            "start": 931676554,
            "stop": 931676555
        },
        {
            "start": 931676562,
            "stop": 931676564
        },
        {
            "start": 931676571,
            "stop": 931676572
        },
        {
            "start": 931676581,
            "stop": 931676582
        },
        {
            "start": 931676605,
            "stop": 931676618
        },
        {
            "start": 931676625,
            "stop": 931676636
        },
        {
            "start": 931676653,
            "stop": 931676655
        },
        {
            "start": 931676666,
            "stop": 931676674
        },
        {
            "start": 931676681,
            "stop": 931676695
        },
        {
            "start": 931676702,
            "stop": 931676708
        },
        {
            "start": 931676729,
            "stop": 931676731
        },
        {
            "start": 931676753,
            "stop": 931676759
        }
    ]
}