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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=3",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 2,
    "results": [
        {
            "start": 815203088,
            "stop": 815203240
        },
        {
            "start": 815203243,
            "stop": 815203264
        },
        {
            "start": 815203267,
            "stop": 815203441
        },
        {
            "start": 815203445,
            "stop": 815203889
        },
        {
            "start": 815203892,
            "stop": 815203984
        },
        {
            "start": 815203987,
            "stop": 815204127
        },
        {
            "start": 815204130,
            "stop": 815204158
        },
        {
            "start": 815204161,
            "stop": 815204420
        },
        {
            "start": 815204423,
            "stop": 815204470
        },
        {
            "start": 815204475,
            "stop": 815204669
        },
        {
            "start": 815204673,
            "stop": 815204826
        },
        {
            "start": 815204829,
            "stop": 815205105
        },
        {
            "start": 815205109,
            "stop": 815205417
        },
        {
            "start": 815205420,
            "stop": 815205659
        },
        {
            "start": 815205663,
            "stop": 815205795
        },
        {
            "start": 815205799,
            "stop": 815205809
        },
        {
            "start": 815205812,
            "stop": 815205921
        },
        {
            "start": 815205925,
            "stop": 815206013
        },
        {
            "start": 815206017,
            "stop": 815206045
        },
        {
            "start": 815206048,
            "stop": 815206067
        }
    ]
}