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=502
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=503",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=501",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 502,
    "results": [
        {
            "start": 865194187,
            "stop": 865198749
        },
        {
            "start": 865201014,
            "stop": 865201206
        },
        {
            "start": 865201294,
            "stop": 865202418
        },
        {
            "start": 865202523,
            "stop": 865203224
        },
        {
            "start": 865203690,
            "stop": 865214085
        },
        {
            "start": 865220726,
            "stop": 865221502
        },
        {
            "start": 865221726,
            "stop": 865237641
        },
        {
            "start": 865238565,
            "stop": 865250433
        },
        {
            "start": 865251179,
            "stop": 865251298
        },
        {
            "start": 865252524,
            "stop": 865265141
        },
        {
            "start": 865269137,
            "stop": 865269373
        },
        {
            "start": 865269422,
            "stop": 865269499
        },
        {
            "start": 865269501,
            "stop": 865270400
        },
        {
            "start": 865270403,
            "stop": 865271454
        },
        {
            "start": 865271530,
            "stop": 865282743
        },
        {
            "start": 865293312,
            "stop": 865297834
        },
        {
            "start": 865298610,
            "stop": 865321138
        },
        {
            "start": 865322072,
            "stop": 865332811
        },
        {
            "start": 865332813,
            "stop": 865334151
        },
        {
            "start": 865334298,
            "stop": 865343514
        }
    ]
}