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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=12",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 13,
    "results": [
        {
            "start": 931498995,
            "stop": 931498999
        },
        {
            "start": 931499195,
            "stop": 931499206
        },
        {
            "start": 931499370,
            "stop": 931499377
        },
        {
            "start": 931499608,
            "stop": 931499612
        },
        {
            "start": 931499995,
            "stop": 931500001
        },
        {
            "start": 931500177,
            "stop": 931500192
        },
        {
            "start": 931500608,
            "stop": 931500616
        },
        {
            "start": 931500727,
            "stop": 931500730
        },
        {
            "start": 931500760,
            "stop": 931500772
        },
        {
            "start": 931501072,
            "stop": 931501073
        },
        {
            "start": 931501383,
            "stop": 931501387
        },
        {
            "start": 931501413,
            "stop": 931501417
        },
        {
            "start": 931501452,
            "stop": 931501465
        },
        {
            "start": 931501620,
            "stop": 931501621
        },
        {
            "start": 931501739,
            "stop": 931501743
        },
        {
            "start": 931501793,
            "stop": 931501795
        },
        {
            "start": 931501831,
            "stop": 931501879
        },
        {
            "start": 931501969,
            "stop": 931501987
        },
        {
            "start": 931502069,
            "stop": 931502075
        },
        {
            "start": 931502103,
            "stop": 931502110
        }
    ]
}