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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=52",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=50",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 51,
    "results": [
        {
            "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": 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": 1238272510
        },
        {
            "start": 1238272514,
            "stop": 1238272670
        },
        {
            "start": 1238272676,
            "stop": 1238272677
        },
        {
            "start": 1238272679,
            "stop": 1238272718
        },
        {
            "start": 1238272719,
            "stop": 1238273034
        }
    ]
}