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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=20",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 21,
    "results": [
        {
            "start": 931530408,
            "stop": 931531223
        },
        {
            "start": 931531224,
            "stop": 931531363
        },
        {
            "start": 931533169,
            "stop": 931533173
        },
        {
            "start": 931533278,
            "stop": 931533936
        },
        {
            "start": 931533986,
            "stop": 931534701
        },
        {
            "start": 931539619,
            "stop": 931542032
        },
        {
            "start": 931543466,
            "stop": 931544810
        },
        {
            "start": 931564420,
            "stop": 931564437
        },
        {
            "start": 931564496,
            "stop": 931564500
        },
        {
            "start": 931564608,
            "stop": 931564612
        },
        {
            "start": 931564704,
            "stop": 931564731
        },
        {
            "start": 931565265,
            "stop": 931565270
        },
        {
            "start": 931565304,
            "stop": 931565310
        },
        {
            "start": 931565541,
            "stop": 931565555
        },
        {
            "start": 931565609,
            "stop": 931565638
        },
        {
            "start": 931565657,
            "stop": 931565670
        },
        {
            "start": 931565689,
            "stop": 931565716
        },
        {
            "start": 931565777,
            "stop": 931565789
        },
        {
            "start": 931565858,
            "stop": 931565882
        },
        {
            "start": 931565915,
            "stop": 931565920
        }
    ]
}