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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=687",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 688,
    "results": [
        {
            "start": 856058524,
            "stop": 856067880
        },
        {
            "start": 856070598,
            "stop": 856075762
        },
        {
            "start": 856076306,
            "stop": 856105801
        },
        {
            "start": 856106848,
            "stop": 856127010
        },
        {
            "start": 856127160,
            "stop": 856127795
        },
        {
            "start": 856128417,
            "stop": 856129208
        },
        {
            "start": 856129209,
            "stop": 856130955
        },
        {
            "start": 856130957,
            "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
        },
        {
            "start": 856202087,
            "stop": 856210327
        },
        {
            "start": 856212543,
            "stop": 856218050
        },
        {
            "start": 856218988,
            "stop": 856223813
        },
        {
            "start": 856226230,
            "stop": 856233084
        },
        {
            "start": 856233656,
            "stop": 856258785
        }
    ]
}