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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=292",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 293,
    "results": [
        {
            "start": 847621240,
            "stop": 847621241
        },
        {
            "start": 847621242,
            "stop": 847621251
        },
        {
            "start": 847621253,
            "stop": 847621282
        },
        {
            "start": 847621284,
            "stop": 847621326
        },
        {
            "start": 847621328,
            "stop": 847621368
        },
        {
            "start": 847621370,
            "stop": 847621379
        },
        {
            "start": 847621380,
            "stop": 847621409
        },
        {
            "start": 847621410,
            "stop": 847621461
        },
        {
            "start": 847621463,
            "stop": 847621464
        },
        {
            "start": 847621465,
            "stop": 847621531
        },
        {
            "start": 847621533,
            "stop": 847621535
        },
        {
            "start": 847621536,
            "stop": 847621537
        },
        {
            "start": 847621540,
            "stop": 847621589
        },
        {
            "start": 847621590,
            "stop": 847621592
        },
        {
            "start": 847621593,
            "stop": 847621613
        },
        {
            "start": 847621615,
            "stop": 847621616
        },
        {
            "start": 847621617,
            "stop": 847621620
        },
        {
            "start": 847621621,
            "stop": 847621635
        },
        {
            "start": 847621636,
            "stop": 847621657
        },
        {
            "start": 847621658,
            "stop": 847621677
        }
    ]
}