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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=815",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=813",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 814,
    "results": [
        {
            "start": 1268930951,
            "stop": 1268931486
        },
        {
            "start": 1268931490,
            "stop": 1268932303
        },
        {
            "start": 1268932304,
            "stop": 1268932305
        },
        {
            "start": 1268932307,
            "stop": 1268932314
        },
        {
            "start": 1268932315,
            "stop": 1268932320
        },
        {
            "start": 1268932321,
            "stop": 1268932325
        },
        {
            "start": 1268932326,
            "stop": 1268932329
        },
        {
            "start": 1268932330,
            "stop": 1268932353
        },
        {
            "start": 1268932354,
            "stop": 1268932381
        },
        {
            "start": 1268932382,
            "stop": 1268933692
        },
        {
            "start": 1268933698,
            "stop": 1268933707
        },
        {
            "start": 1268933709,
            "stop": 1268933865
        },
        {
            "start": 1268933867,
            "stop": 1268933944
        },
        {
            "start": 1268933945,
            "stop": 1268933947
        },
        {
            "start": 1268933951,
            "stop": 1268934069
        },
        {
            "start": 1268934070,
            "stop": 1268934078
        },
        {
            "start": 1268934079,
            "stop": 1268934141
        },
        {
            "start": 1268934142,
            "stop": 1268934148
        },
        {
            "start": 1268934149,
            "stop": 1268934180
        },
        {
            "start": 1268934181,
            "stop": 1268934220
        }
    ]
}