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=91
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=92",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=90",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 91,
    "results": [
        {
            "start": 1166445225,
            "stop": 1166445292
        },
        {
            "start": 1166445293,
            "stop": 1166445442
        },
        {
            "start": 1166445443,
            "stop": 1166445639
        },
        {
            "start": 1166445640,
            "stop": 1166445652
        },
        {
            "start": 1166445653,
            "stop": 1166445822
        },
        {
            "start": 1166445823,
            "stop": 1166445824
        },
        {
            "start": 1166445825,
            "stop": 1166445826
        },
        {
            "start": 1166445827,
            "stop": 1166445832
        },
        {
            "start": 1166445834,
            "stop": 1166445837
        },
        {
            "start": 1166445838,
            "stop": 1166445861
        },
        {
            "start": 1166445862,
            "stop": 1166445868
        },
        {
            "start": 1166445869,
            "stop": 1166445988
        },
        {
            "start": 1166445989,
            "stop": 1166446028
        },
        {
            "start": 1166446029,
            "stop": 1166446158
        },
        {
            "start": 1166446159,
            "stop": 1166446244
        },
        {
            "start": 1166446245,
            "stop": 1166446290
        },
        {
            "start": 1166446291,
            "stop": 1166446351
        },
        {
            "start": 1166446352,
            "stop": 1166446445
        },
        {
            "start": 1166446447,
            "stop": 1166446576
        },
        {
            "start": 1166446577,
            "stop": 1166446634
        }
    ]
}