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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=13",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14,
    "results": [
        {
            "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
        },
        {
            "start": 931502230,
            "stop": 931502236
        },
        {
            "start": 931502297,
            "stop": 931502299
        },
        {
            "start": 931502378,
            "stop": 931502381
        },
        {
            "start": 931502427,
            "stop": 931502451
        },
        {
            "start": 931502470,
            "stop": 931502478
        }
    ]
}