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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=7",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 8,
    "results": [
        {
            "start": 1258526319,
            "stop": 1258581824
        },
        {
            "start": 1258581825,
            "stop": 1258592420
        },
        {
            "start": 1258592432,
            "stop": 1258592941
        },
        {
            "start": 1258593143,
            "stop": 1258593780
        },
        {
            "start": 1258605337,
            "stop": 1258697792
        },
        {
            "start": 1258697793,
            "stop": 1258732779
        },
        {
            "start": 1258732781,
            "stop": 1258749120
        },
        {
            "start": 1258749140,
            "stop": 1258750775
        },
        {
            "start": 1258758110,
            "stop": 1258773462
        },
        {
            "start": 1258784522,
            "stop": 1258815801
        },
        {
            "start": 1258837423,
            "stop": 1258837531
        },
        {
            "start": 1258837564,
            "stop": 1258842989
        },
        {
            "start": 1258842994,
            "stop": 1258846012
        },
        {
            "start": 1258846084,
            "stop": 1258849384
        },
        {
            "start": 1258849385,
            "stop": 1258863486
        },
        {
            "start": 1258863487,
            "stop": 1258863950
        },
        {
            "start": 1258863951,
            "stop": 1258868260
        },
        {
            "start": 1258868261,
            "stop": 1258886940
        },
        {
            "start": 1258886941,
            "stop": 1258889511
        },
        {
            "start": 1258889512,
            "stop": 1258890423
        }
    ]
}