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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=371",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=369",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 370,
    "results": [
        {
            "start": 1182762839,
            "stop": 1182764982
        },
        {
            "start": 1182764983,
            "stop": 1182767075
        },
        {
            "start": 1182767076,
            "stop": 1182769129
        },
        {
            "start": 1182769130,
            "stop": 1182771186
        },
        {
            "start": 1182771187,
            "stop": 1182773247
        },
        {
            "start": 1182773248,
            "stop": 1182775135
        },
        {
            "start": 1182775136,
            "stop": 1182777022
        },
        {
            "start": 1182777023,
            "stop": 1182777946
        },
        {
            "start": 1182777947,
            "stop": 1182779352
        },
        {
            "start": 1182779353,
            "stop": 1182780587
        },
        {
            "start": 1182780588,
            "stop": 1182781128
        },
        {
            "start": 1182781129,
            "stop": 1182781701
        },
        {
            "start": 1182781702,
            "stop": 1182781951
        },
        {
            "start": 1182781953,
            "stop": 1182782268
        },
        {
            "start": 1182782269,
            "stop": 1182783148
        },
        {
            "start": 1182783149,
            "stop": 1182783761
        },
        {
            "start": 1182783762,
            "stop": 1182783992
        },
        {
            "start": 1182783993,
            "stop": 1182784769
        },
        {
            "start": 1182784770,
            "stop": 1182785194
        },
        {
            "start": 1182785195,
            "stop": 1182785616
        }
    ]
}