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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6170",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6171,
    "results": [
        {
            "start": 874411081,
            "stop": 874411093
        },
        {
            "start": 874411096,
            "stop": 874411139
        },
        {
            "start": 874411142,
            "stop": 874411151
        },
        {
            "start": 874411159,
            "stop": 874411210
        },
        {
            "start": 874411218,
            "stop": 874411222
        },
        {
            "start": 874411225,
            "stop": 874411285
        },
        {
            "start": 874411288,
            "stop": 874411293
        },
        {
            "start": 874411296,
            "stop": 874411298
        },
        {
            "start": 874411301,
            "stop": 874411358
        },
        {
            "start": 874411361,
            "stop": 874411366
        },
        {
            "start": 874411374,
            "stop": 874411430
        },
        {
            "start": 874411433,
            "stop": 874411438
        },
        {
            "start": 874411441,
            "stop": 874411491
        },
        {
            "start": 874411495,
            "stop": 874411502
        },
        {
            "start": 874411505,
            "stop": 874411510
        },
        {
            "start": 874411516,
            "stop": 874411532
        },
        {
            "start": 874411534,
            "stop": 874411557
        },
        {
            "start": 874411560,
            "stop": 874411583
        },
        {
            "start": 874411586,
            "stop": 874411716
        },
        {
            "start": 874411717,
            "stop": 874411858
        }
    ]
}