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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=39",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=37",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 38,
    "results": [
        {
            "start": 1165842489,
            "stop": 1165842490
        },
        {
            "start": 1165842491,
            "stop": 1165842500
        },
        {
            "start": 1165842501,
            "stop": 1165842510
        },
        {
            "start": 1165842512,
            "stop": 1165842555
        },
        {
            "start": 1165842556,
            "stop": 1165842559
        },
        {
            "start": 1165842560,
            "stop": 1165842585
        },
        {
            "start": 1165842586,
            "stop": 1165842611
        },
        {
            "start": 1165842612,
            "stop": 1165842620
        },
        {
            "start": 1165842621,
            "stop": 1165842622
        },
        {
            "start": 1165842623,
            "stop": 1165842649
        },
        {
            "start": 1165842651,
            "stop": 1165842705
        },
        {
            "start": 1165842706,
            "stop": 1165842729
        },
        {
            "start": 1165842730,
            "stop": 1165842738
        },
        {
            "start": 1165842739,
            "stop": 1165842753
        },
        {
            "start": 1165842754,
            "stop": 1165842756
        },
        {
            "start": 1165842757,
            "stop": 1165842775
        },
        {
            "start": 1165842776,
            "stop": 1165842787
        },
        {
            "start": 1165842789,
            "stop": 1165842809
        },
        {
            "start": 1165842810,
            "stop": 1165842829
        },
        {
            "start": 1165842830,
            "stop": 1165842837
        }
    ]
}