Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=28
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=27",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 28,
    "results": [
        {
            "start": 815712260,
            "stop": 815712861
        },
        {
            "start": 815712864,
            "stop": 815717555
        },
        {
            "start": 815717558,
            "stop": 815725948
        },
        {
            "start": 815725951,
            "stop": 815726169
        },
        {
            "start": 815726172,
            "stop": 815734224
        },
        {
            "start": 815751076,
            "stop": 815751432
        },
        {
            "start": 815751435,
            "stop": 815752009
        },
        {
            "start": 815752012,
            "stop": 815752675
        },
        {
            "start": 815752677,
            "stop": 815757537
        },
        {
            "start": 815757540,
            "stop": 815762095
        },
        {
            "start": 815762098,
            "stop": 815762619
        },
        {
            "start": 815762621,
            "stop": 815764492
        },
        {
            "start": 815764495,
            "stop": 815765345
        },
        {
            "start": 815765346,
            "stop": 815765562
        },
        {
            "start": 815765566,
            "stop": 815766313
        },
        {
            "start": 815766316,
            "stop": 815766569
        },
        {
            "start": 815776688,
            "stop": 815778388
        },
        {
            "start": 815778391,
            "stop": 815781636
        },
        {
            "start": 815781639,
            "stop": 815782250
        },
        {
            "start": 815782253,
            "stop": 815782499
        }
    ]
}