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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=99",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 100,
    "results": [
        {
            "start": 931532904,
            "stop": 931532967
        },
        {
            "start": 931532973,
            "stop": 931533053
        },
        {
            "start": 931533059,
            "stop": 931533079
        },
        {
            "start": 931533084,
            "stop": 931533110
        },
        {
            "start": 931533116,
            "stop": 931533121
        },
        {
            "start": 931533128,
            "stop": 931533155
        },
        {
            "start": 931533161,
            "stop": 931533171
        },
        {
            "start": 931533180,
            "stop": 931533183
        },
        {
            "start": 931533189,
            "stop": 931533191
        },
        {
            "start": 931533208,
            "stop": 931533220
        },
        {
            "start": 931533225,
            "stop": 931533239
        },
        {
            "start": 931533245,
            "stop": 931533251
        },
        {
            "start": 931533264,
            "stop": 931533267
        },
        {
            "start": 931533272,
            "stop": 931533316
        },
        {
            "start": 931533322,
            "stop": 931533391
        },
        {
            "start": 931533396,
            "stop": 931533426
        },
        {
            "start": 931533433,
            "stop": 931533481
        },
        {
            "start": 931533487,
            "stop": 931533508
        },
        {
            "start": 931533526,
            "stop": 931533530
        },
        {
            "start": 931533536,
            "stop": 931533538
        }
    ]
}