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=202
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=203",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=201",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 202,
    "results": [
        {
            "start": 1182371568,
            "stop": 1182371620
        },
        {
            "start": 1182371627,
            "stop": 1182371632
        },
        {
            "start": 1182371633,
            "stop": 1182371635
        },
        {
            "start": 1182371637,
            "stop": 1182371674
        },
        {
            "start": 1182371677,
            "stop": 1182371686
        },
        {
            "start": 1182371687,
            "stop": 1182371716
        },
        {
            "start": 1182371717,
            "stop": 1182371718
        },
        {
            "start": 1182371720,
            "stop": 1182371748
        },
        {
            "start": 1182371749,
            "stop": 1182371784
        },
        {
            "start": 1182371785,
            "stop": 1182371846
        },
        {
            "start": 1182371848,
            "stop": 1182371850
        },
        {
            "start": 1182371852,
            "stop": 1182371856
        },
        {
            "start": 1182371857,
            "stop": 1182371861
        },
        {
            "start": 1182371862,
            "stop": 1182371877
        },
        {
            "start": 1182371881,
            "stop": 1182371885
        },
        {
            "start": 1182371886,
            "stop": 1182371906
        },
        {
            "start": 1182371911,
            "stop": 1182372018
        },
        {
            "start": 1182372019,
            "stop": 1182372041
        },
        {
            "start": 1182372043,
            "stop": 1182372126
        },
        {
            "start": 1182372127,
            "stop": 1182372157
        }
    ]
}