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=372
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=373",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=371",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 372,
    "results": [
        {
            "start": 849049910,
            "stop": 849052401
        },
        {
            "start": 849053636,
            "stop": 849055553
        },
        {
            "start": 849055555,
            "stop": 849056273
        },
        {
            "start": 849056275,
            "stop": 849058144
        },
        {
            "start": 849058146,
            "stop": 849062597
        },
        {
            "start": 849062599,
            "stop": 849064843
        },
        {
            "start": 849064844,
            "stop": 849065363
        },
        {
            "start": 849065365,
            "stop": 849068353
        },
        {
            "start": 849068355,
            "stop": 849070470
        },
        {
            "start": 849070780,
            "stop": 849071402
        },
        {
            "start": 849071644,
            "stop": 849076811
        },
        {
            "start": 849076813,
            "stop": 849078854
        },
        {
            "start": 849078856,
            "stop": 849083753
        },
        {
            "start": 849085197,
            "stop": 849086287
        },
        {
            "start": 849086289,
            "stop": 849090540
        },
        {
            "start": 849090642,
            "stop": 849091136
        },
        {
            "start": 849091137,
            "stop": 849092515
        },
        {
            "start": 849092629,
            "stop": 849093358
        },
        {
            "start": 849093738,
            "stop": 849093872
        },
        {
            "start": 849093993,
            "stop": 849095951
        }
    ]
}