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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=281",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 282,
    "results": [
        {
            "start": 1174871085,
            "stop": 1174871965
        },
        {
            "start": 1174871969,
            "stop": 1174872693
        },
        {
            "start": 1174872695,
            "stop": 1174873283
        },
        {
            "start": 1174873287,
            "stop": 1174874122
        },
        {
            "start": 1174874124,
            "stop": 1174875330
        },
        {
            "start": 1174875332,
            "stop": 1174876528
        },
        {
            "start": 1174876530,
            "stop": 1174877484
        },
        {
            "start": 1174877486,
            "stop": 1174878526
        },
        {
            "start": 1174878528,
            "stop": 1174879833
        },
        {
            "start": 1174879835,
            "stop": 1174881057
        },
        {
            "start": 1174881059,
            "stop": 1174882285
        },
        {
            "start": 1174882287,
            "stop": 1174883508
        },
        {
            "start": 1174883510,
            "stop": 1174884757
        },
        {
            "start": 1174884759,
            "stop": 1174885850
        },
        {
            "start": 1174885852,
            "stop": 1174886384
        },
        {
            "start": 1174886386,
            "stop": 1174887175
        },
        {
            "start": 1174887177,
            "stop": 1174887301
        },
        {
            "start": 1174887303,
            "stop": 1174887562
        },
        {
            "start": 1174887564,
            "stop": 1174888427
        },
        {
            "start": 1174888429,
            "stop": 1174889687
        }
    ]
}