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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16573",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16571",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16572,
    "results": [
        {
            "start": 874691712,
            "stop": 874691754
        },
        {
            "start": 874691755,
            "stop": 874691770
        },
        {
            "start": 874691771,
            "stop": 874691809
        },
        {
            "start": 874691810,
            "stop": 874691885
        },
        {
            "start": 874691887,
            "stop": 874691925
        },
        {
            "start": 874691926,
            "stop": 874691965
        },
        {
            "start": 874691966,
            "stop": 874692110
        },
        {
            "start": 874692111,
            "stop": 874692142
        },
        {
            "start": 874692144,
            "stop": 874692158
        },
        {
            "start": 874692159,
            "stop": 874692182
        },
        {
            "start": 874692183,
            "stop": 874692357
        },
        {
            "start": 874692358,
            "stop": 874692402
        },
        {
            "start": 874692403,
            "stop": 874692478
        },
        {
            "start": 874692479,
            "stop": 874692489
        },
        {
            "start": 874692490,
            "stop": 874692547
        },
        {
            "start": 874692548,
            "stop": 874692625
        },
        {
            "start": 874692626,
            "stop": 874692704
        },
        {
            "start": 874692705,
            "stop": 874692714
        },
        {
            "start": 874692717,
            "stop": 874692800
        },
        {
            "start": 874692802,
            "stop": 874692817
        }
    ]
}