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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=55",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 56,
    "results": [
        {
            "start": 1238270665,
            "stop": 1238270672
        },
        {
            "start": 1238270675,
            "stop": 1238270698
        },
        {
            "start": 1238270699,
            "stop": 1238270702
        },
        {
            "start": 1238270707,
            "stop": 1238270773
        },
        {
            "start": 1238270775,
            "stop": 1238270778
        },
        {
            "start": 1238270786,
            "stop": 1238270913
        },
        {
            "start": 1238270914,
            "stop": 1238271022
        },
        {
            "start": 1238271023,
            "stop": 1238271290
        },
        {
            "start": 1238271294,
            "stop": 1238271296
        },
        {
            "start": 1238271297,
            "stop": 1238271316
        },
        {
            "start": 1238271321,
            "stop": 1238271361
        },
        {
            "start": 1238271364,
            "stop": 1238271372
        },
        {
            "start": 1238271373,
            "stop": 1238271417
        },
        {
            "start": 1238271418,
            "stop": 1238271648
        },
        {
            "start": 1238271650,
            "stop": 1238271685
        },
        {
            "start": 1238271687,
            "stop": 1238271705
        },
        {
            "start": 1238271710,
            "stop": 1238271726
        },
        {
            "start": 1238271727,
            "stop": 1238271847
        },
        {
            "start": 1238271853,
            "stop": 1238271993
        },
        {
            "start": 1238271997,
            "stop": 1238272510
        }
    ]
}