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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7076",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7074",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7075,
    "results": [
        {
            "start": 874331546,
            "stop": 874331547
        },
        {
            "start": 874331549,
            "stop": 874331553
        },
        {
            "start": 874331554,
            "stop": 874331561
        },
        {
            "start": 874331562,
            "stop": 874331579
        },
        {
            "start": 874331580,
            "stop": 874331591
        },
        {
            "start": 874331592,
            "stop": 874331596
        },
        {
            "start": 874331598,
            "stop": 874331599
        },
        {
            "start": 874331600,
            "stop": 874331627
        },
        {
            "start": 874331629,
            "stop": 874331639
        },
        {
            "start": 874331640,
            "stop": 874331645
        },
        {
            "start": 874331646,
            "stop": 874331647
        },
        {
            "start": 874331648,
            "stop": 874331650
        },
        {
            "start": 874331651,
            "stop": 874331658
        },
        {
            "start": 874331659,
            "stop": 874331676
        },
        {
            "start": 874331677,
            "stop": 874331784
        },
        {
            "start": 874331785,
            "stop": 874331896
        },
        {
            "start": 874331897,
            "stop": 874333938
        },
        {
            "start": 874333939,
            "stop": 874333980
        },
        {
            "start": 874334040,
            "stop": 874334594
        },
        {
            "start": 874335184,
            "stop": 874335474
        }
    ]
}