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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=391",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 392,
    "results": [
        {
            "start": 1184212856,
            "stop": 1184212857
        },
        {
            "start": 1184212863,
            "stop": 1184212882
        },
        {
            "start": 1184212940,
            "stop": 1184212942
        },
        {
            "start": 1184212962,
            "stop": 1184212963
        },
        {
            "start": 1184212974,
            "stop": 1184212989
        },
        {
            "start": 1184462589,
            "stop": 1184477607
        },
        {
            "start": 1184477924,
            "stop": 1184492812
        },
        {
            "start": 1184492817,
            "stop": 1184504077
        },
        {
            "start": 1184504079,
            "stop": 1184511300
        },
        {
            "start": 1184511302,
            "stop": 1184515466
        },
        {
            "start": 1184515468,
            "stop": 1184517637
        },
        {
            "start": 1184517639,
            "stop": 1184517848
        },
        {
            "start": 1184517850,
            "stop": 1184522220
        },
        {
            "start": 1184522760,
            "stop": 1184524260
        },
        {
            "start": 1184524267,
            "stop": 1184526560
        },
        {
            "start": 1184526562,
            "stop": 1184527317
        },
        {
            "start": 1184527322,
            "stop": 1184527323
        },
        {
            "start": 1184527328,
            "stop": 1184527743
        },
        {
            "start": 1184527755,
            "stop": 1184527772
        },
        {
            "start": 1184527777,
            "stop": 1184527966
        }
    ]
}