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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41049",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41047",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41048,
    "results": [
        {
            "start": 875197972,
            "stop": 875198014
        },
        {
            "start": 875198015,
            "stop": 875198096
        },
        {
            "start": 875198097,
            "stop": 875198120
        },
        {
            "start": 875198121,
            "stop": 875198153
        },
        {
            "start": 875198155,
            "stop": 875198161
        },
        {
            "start": 875198162,
            "stop": 875198163
        },
        {
            "start": 875198164,
            "stop": 875198198
        },
        {
            "start": 875198200,
            "stop": 875198227
        },
        {
            "start": 875198228,
            "stop": 875198248
        },
        {
            "start": 875198249,
            "stop": 875198269
        },
        {
            "start": 875198270,
            "stop": 875198290
        },
        {
            "start": 875198292,
            "stop": 875198332
        },
        {
            "start": 875198334,
            "stop": 875198355
        },
        {
            "start": 875198356,
            "stop": 875198461
        },
        {
            "start": 875198462,
            "stop": 875198482
        },
        {
            "start": 875198483,
            "stop": 875198513
        },
        {
            "start": 875198515,
            "stop": 875198519
        },
        {
            "start": 875198521,
            "stop": 875198548
        },
        {
            "start": 875198550,
            "stop": 875198567
        },
        {
            "start": 875198568,
            "stop": 875198588
        }
    ]
}