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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=58",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 59,
    "results": [
        {
            "start": 931400371,
            "stop": 931400395
        },
        {
            "start": 931400413,
            "stop": 931400466
        },
        {
            "start": 931400503,
            "stop": 931400529
        },
        {
            "start": 931400559,
            "stop": 931400571
        },
        {
            "start": 931400607,
            "stop": 931400635
        },
        {
            "start": 931400658,
            "stop": 931400660
        },
        {
            "start": 931400680,
            "stop": 931400692
        },
        {
            "start": 931400694,
            "stop": 931400696
        },
        {
            "start": 931400700,
            "stop": 931400706
        },
        {
            "start": 931400709,
            "stop": 931400712
        },
        {
            "start": 931400714,
            "stop": 931400737
        },
        {
            "start": 931400739,
            "stop": 931400779
        },
        {
            "start": 931400797,
            "stop": 931400828
        },
        {
            "start": 931400850,
            "stop": 931400862
        },
        {
            "start": 931400880,
            "stop": 931400885
        },
        {
            "start": 931400903,
            "stop": 931400922
        },
        {
            "start": 931400956,
            "stop": 931400976
        },
        {
            "start": 931400994,
            "stop": 931400995
        },
        {
            "start": 931401013,
            "stop": 931401044
        },
        {
            "start": 931401071,
            "stop": 931401081
        }
    ]
}