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=107
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=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 107,
    "results": [
        {
            "start": 817855233,
            "stop": 817855241
        },
        {
            "start": 817855244,
            "stop": 817855263
        },
        {
            "start": 817855266,
            "stop": 817855292
        },
        {
            "start": 817855296,
            "stop": 817855363
        },
        {
            "start": 817855367,
            "stop": 817855368
        },
        {
            "start": 817855372,
            "stop": 817855577
        },
        {
            "start": 817855582,
            "stop": 817855583
        },
        {
            "start": 817855586,
            "stop": 817855607
        },
        {
            "start": 817855614,
            "stop": 817855622
        },
        {
            "start": 817856616,
            "stop": 817856643
        },
        {
            "start": 817856647,
            "stop": 817856648
        },
        {
            "start": 817856652,
            "stop": 817856654
        },
        {
            "start": 817856657,
            "stop": 817856725
        },
        {
            "start": 817856728,
            "stop": 817856799
        },
        {
            "start": 817856802,
            "stop": 817856804
        },
        {
            "start": 817856808,
            "stop": 817856883
        },
        {
            "start": 817856886,
            "stop": 817856896
        },
        {
            "start": 817856902,
            "stop": 817856930
        },
        {
            "start": 817856933,
            "stop": 817856956
        },
        {
            "start": 817856959,
            "stop": 817857000
        }
    ]
}