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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=47",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=45",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 46,
    "results": [
        {
            "start": 1238618558,
            "stop": 1238618569
        },
        {
            "start": 1238618572,
            "stop": 1238618611
        },
        {
            "start": 1238618614,
            "stop": 1238618616
        },
        {
            "start": 1238618617,
            "stop": 1238618621
        },
        {
            "start": 1238618622,
            "stop": 1238618672
        },
        {
            "start": 1238618673,
            "stop": 1238618678
        },
        {
            "start": 1238618679,
            "stop": 1238618696
        },
        {
            "start": 1238618697,
            "stop": 1238618701
        },
        {
            "start": 1238618705,
            "stop": 1238618720
        },
        {
            "start": 1238618721,
            "stop": 1238618725
        },
        {
            "start": 1238618726,
            "stop": 1238618778
        },
        {
            "start": 1238618779,
            "stop": 1238618783
        },
        {
            "start": 1238618784,
            "stop": 1238618785
        },
        {
            "start": 1238618788,
            "stop": 1238618789
        },
        {
            "start": 1238618792,
            "stop": 1238618795
        },
        {
            "start": 1238618796,
            "stop": 1238618808
        },
        {
            "start": 1238618811,
            "stop": 1238618813
        },
        {
            "start": 1238618814,
            "stop": 1238618832
        },
        {
            "start": 1238618835,
            "stop": 1238618841
        },
        {
            "start": 1238618842,
            "stop": 1238618853
        }
    ]
}