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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=94",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=92",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 93,
    "results": [
        {
            "start": 1239129199,
            "stop": 1239129243
        },
        {
            "start": 1239130257,
            "stop": 1239134819
        },
        {
            "start": 1239134846,
            "stop": 1239189037
        },
        {
            "start": 1239194922,
            "stop": 1239221064
        },
        {
            "start": 1239392735,
            "stop": 1239398756
        },
        {
            "start": 1239412861,
            "stop": 1239424326
        },
        {
            "start": 1239424328,
            "stop": 1239424384
        },
        {
            "start": 1239424385,
            "stop": 1239435926
        },
        {
            "start": 1239435927,
            "stop": 1239442672
        },
        {
            "start": 1239442673,
            "stop": 1239458462
        },
        {
            "start": 1239487919,
            "stop": 1239487968
        },
        {
            "start": 1239487970,
            "stop": 1239488693
        },
        {
            "start": 1239488695,
            "stop": 1239489044
        },
        {
            "start": 1239489046,
            "stop": 1239489652
        },
        {
            "start": 1239489654,
            "stop": 1239490252
        },
        {
            "start": 1239490254,
            "stop": 1239490852
        },
        {
            "start": 1239490854,
            "stop": 1239491472
        },
        {
            "start": 1239491473,
            "stop": 1239492072
        },
        {
            "start": 1239492074,
            "stop": 1239492672
        },
        {
            "start": 1239492673,
            "stop": 1239493252
        }
    ]
}