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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=402",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=400",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 401,
    "results": [
        {
            "start": 1184907230,
            "stop": 1184908958
        },
        {
            "start": 1184908964,
            "stop": 1184911962
        },
        {
            "start": 1184911964,
            "stop": 1184912012
        },
        {
            "start": 1184912014,
            "stop": 1184912644
        },
        {
            "start": 1184912649,
            "stop": 1184912650
        },
        {
            "start": 1184912660,
            "stop": 1184913055
        },
        {
            "start": 1184913060,
            "stop": 1184913173
        },
        {
            "start": 1184913180,
            "stop": 1184913186
        },
        {
            "start": 1184913192,
            "stop": 1184914358
        },
        {
            "start": 1184914364,
            "stop": 1184914635
        },
        {
            "start": 1184914650,
            "stop": 1184914651
        },
        {
            "start": 1184914655,
            "stop": 1184918261
        },
        {
            "start": 1184918267,
            "stop": 1184919318
        },
        {
            "start": 1184919323,
            "stop": 1184919595
        },
        {
            "start": 1184919601,
            "stop": 1184919604
        },
        {
            "start": 1184919609,
            "stop": 1184920777
        },
        {
            "start": 1184920781,
            "stop": 1184920815
        },
        {
            "start": 1184920841,
            "stop": 1184921562
        },
        {
            "start": 1184921567,
            "stop": 1184922070
        },
        {
            "start": 1184922077,
            "stop": 1184922085
        }
    ]
}