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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=35",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 36,
    "results": [
        {
            "start": 1238190825,
            "stop": 1238190828
        },
        {
            "start": 1238190830,
            "stop": 1238190836
        },
        {
            "start": 1238190837,
            "stop": 1238190839
        },
        {
            "start": 1238190840,
            "stop": 1238190848
        },
        {
            "start": 1238190849,
            "stop": 1238190856
        },
        {
            "start": 1238190857,
            "stop": 1238190859
        },
        {
            "start": 1238190861,
            "stop": 1238190868
        },
        {
            "start": 1238190869,
            "stop": 1238190873
        },
        {
            "start": 1238190874,
            "stop": 1238190876
        },
        {
            "start": 1238190878,
            "stop": 1238190883
        },
        {
            "start": 1238190887,
            "stop": 1238190892
        },
        {
            "start": 1238190893,
            "stop": 1238190907
        },
        {
            "start": 1238190908,
            "stop": 1238190915
        },
        {
            "start": 1238190916,
            "stop": 1238190921
        },
        {
            "start": 1238190922,
            "stop": 1238190923
        },
        {
            "start": 1238190926,
            "stop": 1238190934
        },
        {
            "start": 1238190935,
            "stop": 1238190939
        },
        {
            "start": 1238190940,
            "stop": 1238190944
        },
        {
            "start": 1238190945,
            "stop": 1238190951
        },
        {
            "start": 1238190952,
            "stop": 1238190954
        }
    ]
}