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=333
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=334",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=332",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 333,
    "results": [
        {
            "start": 1182056921,
            "stop": 1182056933
        },
        {
            "start": 1182056935,
            "stop": 1182056981
        },
        {
            "start": 1182056982,
            "stop": 1182057020
        },
        {
            "start": 1182057022,
            "stop": 1182057034
        },
        {
            "start": 1182057035,
            "stop": 1182057051
        },
        {
            "start": 1182057053,
            "stop": 1182057073
        },
        {
            "start": 1182057074,
            "stop": 1182057100
        },
        {
            "start": 1182057102,
            "stop": 1182057103
        },
        {
            "start": 1182057105,
            "stop": 1182057107
        },
        {
            "start": 1182057108,
            "stop": 1182057115
        },
        {
            "start": 1182057116,
            "stop": 1182057136
        },
        {
            "start": 1182057137,
            "stop": 1182057145
        },
        {
            "start": 1182057146,
            "stop": 1182057197
        },
        {
            "start": 1182057198,
            "stop": 1182057214
        },
        {
            "start": 1182057216,
            "stop": 1182057223
        },
        {
            "start": 1182057227,
            "stop": 1182057287
        },
        {
            "start": 1182057288,
            "stop": 1182057343
        },
        {
            "start": 1182057345,
            "stop": 1182057352
        },
        {
            "start": 1182057355,
            "stop": 1182057368
        },
        {
            "start": 1182057369,
            "stop": 1182057383
        }
    ]
}