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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=88",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 89,
    "results": [
        {
            "start": 818051986,
            "stop": 818051988
        },
        {
            "start": 818051992,
            "stop": 818052001
        },
        {
            "start": 818052006,
            "stop": 818052013
        },
        {
            "start": 818052016,
            "stop": 818052021
        },
        {
            "start": 818052024,
            "stop": 818052033
        },
        {
            "start": 818052039,
            "stop": 818052054
        },
        {
            "start": 818052061,
            "stop": 818052065
        },
        {
            "start": 818052068,
            "stop": 818052070
        },
        {
            "start": 818052073,
            "stop": 818052079
        },
        {
            "start": 818052082,
            "stop": 818052083
        },
        {
            "start": 818052087,
            "stop": 818052090
        },
        {
            "start": 818052093,
            "stop": 818052094
        },
        {
            "start": 818052098,
            "stop": 818052104
        },
        {
            "start": 818052107,
            "stop": 818052112
        },
        {
            "start": 818052115,
            "stop": 818052126
        },
        {
            "start": 818052129,
            "stop": 818052130
        },
        {
            "start": 818052137,
            "stop": 818052142
        },
        {
            "start": 818052145,
            "stop": 818052149
        },
        {
            "start": 818052152,
            "stop": 818052182
        },
        {
            "start": 818052190,
            "stop": 818052194
        }
    ]
}