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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2182",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2183,
    "results": [
        {
            "start": 871319610,
            "stop": 871320300
        },
        {
            "start": 871320360,
            "stop": 871320630
        },
        {
            "start": 871320690,
            "stop": 871321862
        },
        {
            "start": 871321873,
            "stop": 871321875
        },
        {
            "start": 871321880,
            "stop": 871322635
        },
        {
            "start": 871322640,
            "stop": 871328840
        },
        {
            "start": 871328845,
            "stop": 871329502
        },
        {
            "start": 871330886,
            "stop": 871332221
        },
        {
            "start": 871334981,
            "stop": 871335023
        },
        {
            "start": 871341250,
            "stop": 871346444
        },
        {
            "start": 871346450,
            "stop": 871346460
        },
        {
            "start": 871346463,
            "stop": 871346487
        },
        {
            "start": 871346490,
            "stop": 871349424
        },
        {
            "start": 871349425,
            "stop": 871350090
        },
        {
            "start": 871350095,
            "stop": 871351444
        },
        {
            "start": 871351809,
            "stop": 871352610
        },
        {
            "start": 871352670,
            "stop": 871354176
        },
        {
            "start": 871354358,
            "stop": 871356150
        },
        {
            "start": 871356210,
            "stop": 871392589
        },
        {
            "start": 871393624,
            "stop": 871393968
        }
    ]
}