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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=63",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 64,
    "results": [
        {
            "start": 931083929,
            "stop": 931083935
        },
        {
            "start": 931083937,
            "stop": 931083941
        },
        {
            "start": 931084877,
            "stop": 931084879
        },
        {
            "start": 931084880,
            "stop": 931084881
        },
        {
            "start": 931084882,
            "stop": 931084890
        },
        {
            "start": 931084891,
            "stop": 931084894
        },
        {
            "start": 931084896,
            "stop": 931084898
        },
        {
            "start": 931084906,
            "stop": 931084907
        },
        {
            "start": 931084908,
            "stop": 931084909
        },
        {
            "start": 931084918,
            "stop": 931084924
        },
        {
            "start": 931084925,
            "stop": 931084928
        },
        {
            "start": 931084931,
            "stop": 931084934
        },
        {
            "start": 931084935,
            "stop": 931084942
        },
        {
            "start": 931084948,
            "stop": 931084949
        },
        {
            "start": 931084951,
            "stop": 931084956
        },
        {
            "start": 931084960,
            "stop": 931084967
        },
        {
            "start": 931084969,
            "stop": 931084971
        },
        {
            "start": 931084972,
            "stop": 931084974
        },
        {
            "start": 931084975,
            "stop": 931084976
        },
        {
            "start": 931084980,
            "stop": 931084983
        }
    ]
}