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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=44",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 45,
    "results": [
        {
            "start": 931507495,
            "stop": 931507505
        },
        {
            "start": 931507522,
            "stop": 931507531
        },
        {
            "start": 931507538,
            "stop": 931507552
        },
        {
            "start": 931507561,
            "stop": 931507562
        },
        {
            "start": 931507573,
            "stop": 931507599
        },
        {
            "start": 931507605,
            "stop": 931507610
        },
        {
            "start": 931507617,
            "stop": 931507618
        },
        {
            "start": 931507624,
            "stop": 931507644
        },
        {
            "start": 931507651,
            "stop": 931507656
        },
        {
            "start": 931507676,
            "stop": 931507703
        },
        {
            "start": 931507716,
            "stop": 931507718
        },
        {
            "start": 931507727,
            "stop": 931507741
        },
        {
            "start": 931507748,
            "stop": 931507755
        },
        {
            "start": 931507764,
            "stop": 931507775
        },
        {
            "start": 931507782,
            "stop": 931507790
        },
        {
            "start": 931507797,
            "stop": 931507807
        },
        {
            "start": 931507819,
            "stop": 931507829
        },
        {
            "start": 931507836,
            "stop": 931507851
        },
        {
            "start": 931507858,
            "stop": 931507859
        },
        {
            "start": 931507865,
            "stop": 931507901
        }
    ]
}