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/S6/timelines/H1_BURST_CAT2/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/S6/timelines/H1_BURST_CAT2/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=27",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 28,
    "results": [
        {
            "start": 931152360,
            "stop": 931152374
        },
        {
            "start": 931152375,
            "stop": 931152390
        },
        {
            "start": 931152394,
            "stop": 931152401
        },
        {
            "start": 931152404,
            "stop": 931152421
        },
        {
            "start": 931152423,
            "stop": 931152433
        },
        {
            "start": 931152435,
            "stop": 931152555
        },
        {
            "start": 931152557,
            "stop": 931152560
        },
        {
            "start": 931152562,
            "stop": 931152606
        },
        {
            "start": 931152608,
            "stop": 931152658
        },
        {
            "start": 931152661,
            "stop": 931152767
        },
        {
            "start": 931152769,
            "stop": 931152798
        },
        {
            "start": 931152800,
            "stop": 931153080
        },
        {
            "start": 931153082,
            "stop": 931153095
        },
        {
            "start": 931153097,
            "stop": 931153194
        },
        {
            "start": 931153196,
            "stop": 931153286
        },
        {
            "start": 931153288,
            "stop": 931153345
        },
        {
            "start": 931153347,
            "stop": 931153353
        },
        {
            "start": 931153355,
            "stop": 931153434
        },
        {
            "start": 931155452,
            "stop": 931155459
        },
        {
            "start": 931155461,
            "stop": 931155474
        }
    ]
}