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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=406",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 407,
    "results": [
        {
            "start": 852644382,
            "stop": 852644595
        },
        {
            "start": 852645936,
            "stop": 852651114
        },
        {
            "start": 852652319,
            "stop": 852652509
        },
        {
            "start": 852655607,
            "stop": 852657281
        },
        {
            "start": 852657282,
            "stop": 852660168
        },
        {
            "start": 852664939,
            "stop": 852670081
        },
        {
            "start": 852672795,
            "stop": 852674421
        },
        {
            "start": 852674483,
            "stop": 852675925
        },
        {
            "start": 852676021,
            "stop": 852676212
        },
        {
            "start": 852679182,
            "stop": 852681973
        },
        {
            "start": 852682137,
            "stop": 852684258
        },
        {
            "start": 852684459,
            "stop": 852691934
        },
        {
            "start": 852691936,
            "stop": 852695455
        },
        {
            "start": 852695839,
            "stop": 852698143
        },
        {
            "start": 852725631,
            "stop": 852725857
        },
        {
            "start": 852725859,
            "stop": 852726866
        },
        {
            "start": 852726868,
            "stop": 852727629
        },
        {
            "start": 852727631,
            "stop": 852731075
        },
        {
            "start": 852731077,
            "stop": 852740278
        },
        {
            "start": 852740280,
            "stop": 852740410
        }
    ]
}