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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10230",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10231,
    "results": [
        {
            "start": 874282494,
            "stop": 874283310
        },
        {
            "start": 874283346,
            "stop": 874286279
        },
        {
            "start": 874286329,
            "stop": 874286423
        },
        {
            "start": 874286460,
            "stop": 874286643
        },
        {
            "start": 874286831,
            "stop": 874286941
        },
        {
            "start": 874286977,
            "stop": 874287125
        },
        {
            "start": 874287420,
            "stop": 874287480
        },
        {
            "start": 874287731,
            "stop": 874287908
        },
        {
            "start": 874287944,
            "stop": 874288929
        },
        {
            "start": 874288965,
            "stop": 874289174
        },
        {
            "start": 874289211,
            "stop": 874289610
        },
        {
            "start": 874290459,
            "stop": 874291073
        },
        {
            "start": 874291109,
            "stop": 874291205
        },
        {
            "start": 874291337,
            "stop": 874291628
        },
        {
            "start": 874292027,
            "stop": 874292449
        },
        {
            "start": 874293327,
            "stop": 874293329
        },
        {
            "start": 874293404,
            "stop": 874293506
        },
        {
            "start": 874293718,
            "stop": 874293746
        },
        {
            "start": 874293783,
            "stop": 874293836
        },
        {
            "start": 874293908,
            "stop": 874293998
        }
    ]
}