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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=72",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 73,
    "results": [
        {
            "start": 1130599740,
            "stop": 1130600520
        },
        {
            "start": 1130600640,
            "stop": 1130600940
        },
        {
            "start": 1130601060,
            "stop": 1130601120
        },
        {
            "start": 1130601240,
            "stop": 1130601480
        },
        {
            "start": 1130601540,
            "stop": 1130601600
        },
        {
            "start": 1130601720,
            "stop": 1130602590
        },
        {
            "start": 1130602591,
            "stop": 1130603133
        },
        {
            "start": 1130603135,
            "stop": 1130603136
        },
        {
            "start": 1130603137,
            "stop": 1130603138
        },
        {
            "start": 1130638260,
            "stop": 1130638971
        },
        {
            "start": 1130638972,
            "stop": 1130638974
        },
        {
            "start": 1130638976,
            "stop": 1130643075
        },
        {
            "start": 1130643076,
            "stop": 1130645697
        },
        {
            "start": 1130655728,
            "stop": 1130656120
        },
        {
            "start": 1130656121,
            "stop": 1130660656
        },
        {
            "start": 1130660670,
            "stop": 1130660682
        },
        {
            "start": 1130660683,
            "stop": 1130660712
        },
        {
            "start": 1130660713,
            "stop": 1130662123
        },
        {
            "start": 1130662243,
            "stop": 1130662303
        },
        {
            "start": 1130662363,
            "stop": 1130666780
        }
    ]
}