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=19
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=20",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=18",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 19,
    "results": [
        {
            "start": 1165135504,
            "stop": 1165135509
        },
        {
            "start": 1165135510,
            "stop": 1165135511
        },
        {
            "start": 1165135512,
            "stop": 1165135567
        },
        {
            "start": 1165135568,
            "stop": 1165135577
        },
        {
            "start": 1165135578,
            "stop": 1165135615
        },
        {
            "start": 1165135616,
            "stop": 1165135680
        },
        {
            "start": 1165135681,
            "stop": 1165135717
        },
        {
            "start": 1165135718,
            "stop": 1165135768
        },
        {
            "start": 1165135769,
            "stop": 1165135796
        },
        {
            "start": 1165135798,
            "stop": 1165135802
        },
        {
            "start": 1165135803,
            "stop": 1165135822
        },
        {
            "start": 1165135823,
            "stop": 1165135938
        },
        {
            "start": 1165135939,
            "stop": 1165135963
        },
        {
            "start": 1165135964,
            "stop": 1165136013
        },
        {
            "start": 1165136014,
            "stop": 1165136023
        },
        {
            "start": 1165136025,
            "stop": 1165136051
        },
        {
            "start": 1165136052,
            "stop": 1165136152
        },
        {
            "start": 1165136153,
            "stop": 1165136164
        },
        {
            "start": 1165136165,
            "stop": 1165136186
        },
        {
            "start": 1165136187,
            "stop": 1165136280
        }
    ]
}