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=82
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=83",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=81",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 82,
    "results": [
        {
            "start": 1175407807,
            "stop": 1175408073
        },
        {
            "start": 1175408075,
            "stop": 1175408078
        },
        {
            "start": 1175408079,
            "stop": 1175408106
        },
        {
            "start": 1175408110,
            "stop": 1175409503
        },
        {
            "start": 1175409504,
            "stop": 1175409507
        },
        {
            "start": 1175416278,
            "stop": 1175419629
        },
        {
            "start": 1175419630,
            "stop": 1175421588
        },
        {
            "start": 1175421590,
            "stop": 1175421641
        },
        {
            "start": 1175421643,
            "stop": 1175421644
        },
        {
            "start": 1175421645,
            "stop": 1175421695
        },
        {
            "start": 1175421698,
            "stop": 1175421700
        },
        {
            "start": 1175421703,
            "stop": 1175421747
        },
        {
            "start": 1175421748,
            "stop": 1175421756
        },
        {
            "start": 1175421757,
            "stop": 1175421785
        },
        {
            "start": 1175421786,
            "stop": 1175421789
        },
        {
            "start": 1175421795,
            "stop": 1175421799
        },
        {
            "start": 1175421800,
            "stop": 1175421808
        },
        {
            "start": 1175421809,
            "stop": 1175421810
        },
        {
            "start": 1175421811,
            "stop": 1175421813
        },
        {
            "start": 1175421815,
            "stop": 1175421830
        }
    ]
}