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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=705",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=703",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 704,
    "results": [
        {
            "start": 1266479419,
            "stop": 1266479423
        },
        {
            "start": 1266479426,
            "stop": 1266479427
        },
        {
            "start": 1266479428,
            "stop": 1266479430
        },
        {
            "start": 1266479452,
            "stop": 1266479453
        },
        {
            "start": 1266479459,
            "stop": 1266479460
        },
        {
            "start": 1266479478,
            "stop": 1266479483
        },
        {
            "start": 1266479491,
            "stop": 1266479492
        },
        {
            "start": 1266479493,
            "stop": 1266479984
        },
        {
            "start": 1266479987,
            "stop": 1266483384
        },
        {
            "start": 1266483387,
            "stop": 1266485491
        },
        {
            "start": 1266485494,
            "stop": 1266493631
        },
        {
            "start": 1266493639,
            "stop": 1266494151
        },
        {
            "start": 1266494159,
            "stop": 1266497958
        },
        {
            "start": 1266497961,
            "stop": 1266500393
        },
        {
            "start": 1266500396,
            "stop": 1266501006
        },
        {
            "start": 1266501009,
            "stop": 1266501877
        },
        {
            "start": 1266501880,
            "stop": 1266503053
        },
        {
            "start": 1266503056,
            "stop": 1266504491
        },
        {
            "start": 1266504494,
            "stop": 1266505370
        },
        {
            "start": 1266505377,
            "stop": 1266508501
        }
    ]
}