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=343
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=344",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=342",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 343,
    "results": [
        {
            "start": 1182146694,
            "stop": 1182146806
        },
        {
            "start": 1182146807,
            "stop": 1182146815
        },
        {
            "start": 1182146816,
            "stop": 1182146881
        },
        {
            "start": 1182146883,
            "stop": 1182147021
        },
        {
            "start": 1182147023,
            "stop": 1182147194
        },
        {
            "start": 1182147196,
            "stop": 1182147198
        },
        {
            "start": 1182147200,
            "stop": 1182147210
        },
        {
            "start": 1182147212,
            "stop": 1182147238
        },
        {
            "start": 1182147240,
            "stop": 1182147477
        },
        {
            "start": 1182147478,
            "stop": 1182147512
        },
        {
            "start": 1182147513,
            "stop": 1182147557
        },
        {
            "start": 1182147561,
            "stop": 1182147568
        },
        {
            "start": 1182147569,
            "stop": 1182147579
        },
        {
            "start": 1182147580,
            "stop": 1182147671
        },
        {
            "start": 1182147672,
            "stop": 1182147741
        },
        {
            "start": 1182147742,
            "stop": 1182147778
        },
        {
            "start": 1182147780,
            "stop": 1182147825
        },
        {
            "start": 1182147826,
            "stop": 1182147985
        },
        {
            "start": 1182147987,
            "stop": 1182148013
        },
        {
            "start": 1182148015,
            "stop": 1182148022
        }
    ]
}