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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=207",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 208,
    "results": [
        {
            "start": 931669822,
            "stop": 931669825
        },
        {
            "start": 931669827,
            "stop": 931669830
        },
        {
            "start": 931669843,
            "stop": 931669856
        },
        {
            "start": 931669859,
            "stop": 931669860
        },
        {
            "start": 931669863,
            "stop": 931669864
        },
        {
            "start": 931669867,
            "stop": 931669870
        },
        {
            "start": 931669874,
            "stop": 931669879
        },
        {
            "start": 931669882,
            "stop": 931669887
        },
        {
            "start": 931669890,
            "stop": 931669905
        },
        {
            "start": 931669908,
            "stop": 931669915
        },
        {
            "start": 931669918,
            "stop": 931669926
        },
        {
            "start": 931669930,
            "stop": 931669933
        },
        {
            "start": 931669936,
            "stop": 931669937
        },
        {
            "start": 931669943,
            "stop": 931669945
        },
        {
            "start": 931669948,
            "stop": 931669951
        },
        {
            "start": 931669954,
            "stop": 931669959
        },
        {
            "start": 931669964,
            "stop": 931669965
        },
        {
            "start": 931669968,
            "stop": 931669969
        },
        {
            "start": 931669972,
            "stop": 931669974
        },
        {
            "start": 931669983,
            "stop": 931669984
        }
    ]
}