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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=318",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 319,
    "results": [
        {
            "start": 1248469868,
            "stop": 1248469876
        },
        {
            "start": 1248469877,
            "stop": 1248469890
        },
        {
            "start": 1248469891,
            "stop": 1248469901
        },
        {
            "start": 1248469902,
            "stop": 1248469912
        },
        {
            "start": 1248469914,
            "stop": 1248469922
        },
        {
            "start": 1248469923,
            "stop": 1248470027
        },
        {
            "start": 1248470028,
            "stop": 1248470032
        },
        {
            "start": 1248470033,
            "stop": 1248470049
        },
        {
            "start": 1248470050,
            "stop": 1248470051
        },
        {
            "start": 1248470053,
            "stop": 1248470059
        },
        {
            "start": 1248470061,
            "stop": 1248470062
        },
        {
            "start": 1248470064,
            "stop": 1248470066
        },
        {
            "start": 1248470067,
            "stop": 1248470404
        },
        {
            "start": 1248470410,
            "stop": 1248470414
        },
        {
            "start": 1248470419,
            "stop": 1248470555
        },
        {
            "start": 1248470556,
            "stop": 1248470557
        },
        {
            "start": 1248470559,
            "stop": 1248470627
        },
        {
            "start": 1248470644,
            "stop": 1248470645
        },
        {
            "start": 1248470647,
            "stop": 1248470687
        },
        {
            "start": 1248470688,
            "stop": 1248470697
        }
    ]
}