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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=5",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 6,
    "results": [
        {
            "start": 1126634417,
            "stop": 1126634477
        },
        {
            "start": 1126634537,
            "stop": 1126635077
        },
        {
            "start": 1126635137,
            "stop": 1126636997
        },
        {
            "start": 1126637057,
            "stop": 1126637117
        },
        {
            "start": 1126637177,
            "stop": 1126637357
        },
        {
            "start": 1126637537,
            "stop": 1126638713
        },
        {
            "start": 1126638714,
            "stop": 1126638721
        },
        {
            "start": 1126638723,
            "stop": 1126642679
        },
        {
            "start": 1126642680,
            "stop": 1126645454
        },
        {
            "start": 1126645455,
            "stop": 1126648621
        },
        {
            "start": 1126648622,
            "stop": 1126653360
        },
        {
            "start": 1126653361,
            "stop": 1126656888
        },
        {
            "start": 1126656889,
            "stop": 1126657139
        },
        {
            "start": 1126657140,
            "stop": 1126657697
        },
        {
            "start": 1126657757,
            "stop": 1126657817
        },
        {
            "start": 1126657937,
            "stop": 1126659317
        },
        {
            "start": 1126659377,
            "stop": 1126663850
        },
        {
            "start": 1126663852,
            "stop": 1126663871
        },
        {
            "start": 1126663873,
            "stop": 1126670784
        },
        {
            "start": 1126670785,
            "stop": 1126675670
        }
    ]
}