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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=67",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_DATA/segments?format=api&page=65",
    "results_count": 3227,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 66,
    "results": [
        {
            "start": 944853852,
            "stop": 944868552
        },
        {
            "start": 944876173,
            "stop": 944899264
        },
        {
            "start": 944944798,
            "stop": 944950552
        },
        {
            "start": 944951948,
            "stop": 944952209
        },
        {
            "start": 944952233,
            "stop": 944953382
        },
        {
            "start": 944953457,
            "stop": 944954326
        },
        {
            "start": 944957822,
            "stop": 944961036
        },
        {
            "start": 944963360,
            "stop": 944963763
        },
        {
            "start": 944966476,
            "stop": 944968084
        },
        {
            "start": 944968666,
            "stop": 944968748
        },
        {
            "start": 944968803,
            "stop": 944969067
        },
        {
            "start": 944969120,
            "stop": 944973915
        },
        {
            "start": 944975498,
            "stop": 945002367
        },
        {
            "start": 945004079,
            "stop": 945009204
        },
        {
            "start": 945012932,
            "stop": 945017525
        },
        {
            "start": 945019082,
            "stop": 945023779
        },
        {
            "start": 945026177,
            "stop": 945039199
        },
        {
            "start": 945039315,
            "stop": 945056595
        },
        {
            "start": 945057101,
            "stop": 945084247
        },
        {
            "start": 945085689,
            "stop": 945087850
        }
    ]
}