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=380
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=381",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=379",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 380,
    "results": [
        {
            "start": 1182820770,
            "stop": 1182820822
        },
        {
            "start": 1182820823,
            "stop": 1182820892
        },
        {
            "start": 1182820893,
            "stop": 1182821116
        },
        {
            "start": 1182821117,
            "stop": 1182821612
        },
        {
            "start": 1182821613,
            "stop": 1182821619
        },
        {
            "start": 1182821620,
            "stop": 1182822639
        },
        {
            "start": 1182822640,
            "stop": 1182822707
        },
        {
            "start": 1182822708,
            "stop": 1182822845
        },
        {
            "start": 1182822849,
            "stop": 1182822854
        },
        {
            "start": 1182822858,
            "stop": 1182822943
        },
        {
            "start": 1182823545,
            "stop": 1182823560
        },
        {
            "start": 1182823562,
            "stop": 1182823570
        },
        {
            "start": 1182823571,
            "stop": 1182823581
        },
        {
            "start": 1182823582,
            "stop": 1182823603
        },
        {
            "start": 1182823726,
            "stop": 1182823731
        },
        {
            "start": 1182823736,
            "stop": 1182823741
        },
        {
            "start": 1182823748,
            "stop": 1182823750
        },
        {
            "start": 1182835120,
            "stop": 1182835241
        },
        {
            "start": 1182835363,
            "stop": 1182835421
        },
        {
            "start": 1182835483,
            "stop": 1182835541
        }
    ]
}