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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=872",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=870",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 871,
    "results": [
        {
            "start": 967120817,
            "stop": 967128824
        },
        {
            "start": 967129630,
            "stop": 967130778
        },
        {
            "start": 967131969,
            "stop": 967135517
        },
        {
            "start": 967136702,
            "stop": 967143310
        },
        {
            "start": 967144341,
            "stop": 967164305
        },
        {
            "start": 967166369,
            "stop": 967177645
        },
        {
            "start": 967180901,
            "stop": 967187719
        },
        {
            "start": 967188531,
            "stop": 967200743
        },
        {
            "start": 967200749,
            "stop": 967209364
        },
        {
            "start": 967212738,
            "stop": 967232335
        },
        {
            "start": 967233946,
            "stop": 967245103
        },
        {
            "start": 967245109,
            "stop": 967246170
        },
        {
            "start": 967248009,
            "stop": 967251062
        },
        {
            "start": 967251068,
            "stop": 967256003
        },
        {
            "start": 967256009,
            "stop": 967270810
        },
        {
            "start": 967270816,
            "stop": 967271571
        },
        {
            "start": 967271577,
            "stop": 967271594
        },
        {
            "start": 967271600,
            "stop": 967272438
        },
        {
            "start": 967272444,
            "stop": 967272780
        },
        {
            "start": 967272786,
            "stop": 967276102
        }
    ]
}