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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=52",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 53,
    "results": [
        {
            "start": 1165847697,
            "stop": 1165847735
        },
        {
            "start": 1165847736,
            "stop": 1165847750
        },
        {
            "start": 1165847751,
            "stop": 1165847764
        },
        {
            "start": 1165847765,
            "stop": 1165847773
        },
        {
            "start": 1165847774,
            "stop": 1165847797
        },
        {
            "start": 1165847798,
            "stop": 1165847804
        },
        {
            "start": 1165847805,
            "stop": 1165847820
        },
        {
            "start": 1165847821,
            "stop": 1165847837
        },
        {
            "start": 1165847838,
            "stop": 1165847852
        },
        {
            "start": 1165847853,
            "stop": 1165847857
        },
        {
            "start": 1165847858,
            "stop": 1165847862
        },
        {
            "start": 1165847863,
            "stop": 1165847868
        },
        {
            "start": 1165847870,
            "stop": 1165847920
        },
        {
            "start": 1165847921,
            "stop": 1165847936
        },
        {
            "start": 1165847937,
            "stop": 1165847939
        },
        {
            "start": 1165847941,
            "stop": 1165847949
        },
        {
            "start": 1165847950,
            "stop": 1165847955
        },
        {
            "start": 1165847956,
            "stop": 1165847957
        },
        {
            "start": 1165847958,
            "stop": 1165847959
        },
        {
            "start": 1165847960,
            "stop": 1165848008
        }
    ]
}