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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=39",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 40,
    "results": [
        {
            "start": 816693148,
            "stop": 816693205
        },
        {
            "start": 816693234,
            "stop": 816693513
        },
        {
            "start": 816693542,
            "stop": 816693625
        },
        {
            "start": 816693655,
            "stop": 816693660
        },
        {
            "start": 816693712,
            "stop": 816693770
        },
        {
            "start": 816693777,
            "stop": 816693786
        },
        {
            "start": 816693794,
            "stop": 816693853
        },
        {
            "start": 816697933,
            "stop": 816697944
        },
        {
            "start": 816697951,
            "stop": 816697955
        },
        {
            "start": 816698039,
            "stop": 816698190
        },
        {
            "start": 816737408,
            "stop": 816737424
        },
        {
            "start": 816737491,
            "stop": 816737802
        },
        {
            "start": 816737810,
            "stop": 816737828
        },
        {
            "start": 816737834,
            "stop": 816738414
        },
        {
            "start": 816738441,
            "stop": 816738604
        },
        {
            "start": 816738611,
            "stop": 816738714
        },
        {
            "start": 816738742,
            "stop": 816739558
        },
        {
            "start": 816739565,
            "stop": 816739610
        },
        {
            "start": 816739644,
            "stop": 816740979
        },
        {
            "start": 816740988,
            "stop": 816741155
        }
    ]
}