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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=209",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 210,
    "results": [
        {
            "start": 855908878,
            "stop": 855943424
        },
        {
            "start": 855944815,
            "stop": 855949000
        },
        {
            "start": 855949813,
            "stop": 855953342
        },
        {
            "start": 855954822,
            "stop": 855954949
        },
        {
            "start": 856006144,
            "stop": 856006427
        },
        {
            "start": 856009275,
            "stop": 856022431
        },
        {
            "start": 856053671,
            "stop": 856057923
        },
        {
            "start": 856058524,
            "stop": 856067880
        },
        {
            "start": 856070598,
            "stop": 856075762
        },
        {
            "start": 856076306,
            "stop": 856105801
        },
        {
            "start": 856106848,
            "stop": 856127010
        },
        {
            "start": 856127160,
            "stop": 856127795
        },
        {
            "start": 856128417,
            "stop": 856131410
        },
        {
            "start": 856131554,
            "stop": 856132450
        },
        {
            "start": 856132641,
            "stop": 856133519
        },
        {
            "start": 856134515,
            "stop": 856135748
        },
        {
            "start": 856136218,
            "stop": 856142915
        },
        {
            "start": 856143522,
            "stop": 856150213
        },
        {
            "start": 856151149,
            "stop": 856167348
        },
        {
            "start": 856168058,
            "stop": 856201501
        }
    ]
}