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=37
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=38",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=36",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 37,
    "results": [
        {
            "start": 1172414894,
            "stop": 1172418527
        },
        {
            "start": 1172418529,
            "stop": 1172425773
        },
        {
            "start": 1172425779,
            "stop": 1172428894
        },
        {
            "start": 1172428896,
            "stop": 1172431156
        },
        {
            "start": 1172447192,
            "stop": 1172447703
        },
        {
            "start": 1172448396,
            "stop": 1172463759
        },
        {
            "start": 1172470244,
            "stop": 1172472785
        },
        {
            "start": 1172476825,
            "stop": 1172500231
        },
        {
            "start": 1172500232,
            "stop": 1172506288
        },
        {
            "start": 1172506812,
            "stop": 1172526135
        },
        {
            "start": 1172526137,
            "stop": 1172548882
        },
        {
            "start": 1172548885,
            "stop": 1172565198
        },
        {
            "start": 1172565715,
            "stop": 1172591444
        },
        {
            "start": 1172591449,
            "stop": 1172591450
        },
        {
            "start": 1172591451,
            "stop": 1172591479
        },
        {
            "start": 1172591482,
            "stop": 1172591484
        },
        {
            "start": 1172591486,
            "stop": 1172592726
        },
        {
            "start": 1172592728,
            "stop": 1172602716
        },
        {
            "start": 1172602729,
            "stop": 1172606424
        },
        {
            "start": 1172612537,
            "stop": 1172619311
        }
    ]
}