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=6994
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=6995",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=6993",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 6994,
    "results": [
        {
            "start": 873841541,
            "stop": 873841543
        },
        {
            "start": 873841547,
            "stop": 873841550
        },
        {
            "start": 873841554,
            "stop": 873841832
        },
        {
            "start": 873841836,
            "stop": 873841880
        },
        {
            "start": 873841884,
            "stop": 873842110
        },
        {
            "start": 873842114,
            "stop": 873842156
        },
        {
            "start": 873842159,
            "stop": 873842420
        },
        {
            "start": 873842423,
            "stop": 873842606
        },
        {
            "start": 873842610,
            "stop": 873842619
        },
        {
            "start": 873842624,
            "stop": 873842913
        },
        {
            "start": 873842917,
            "stop": 873842988
        },
        {
            "start": 873842992,
            "stop": 873843060
        },
        {
            "start": 873843063,
            "stop": 873843525
        },
        {
            "start": 873843530,
            "stop": 873843532
        },
        {
            "start": 873843536,
            "stop": 873843760
        },
        {
            "start": 873843764,
            "stop": 873843842
        },
        {
            "start": 873843845,
            "stop": 873844112
        },
        {
            "start": 873844116,
            "stop": 873844555
        },
        {
            "start": 873844651,
            "stop": 873845040
        },
        {
            "start": 873845044,
            "stop": 873845344
        }
    ]
}