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=25
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=26",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=24",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 25,
    "results": [
        {
            "start": 1165739176,
            "stop": 1165739520
        },
        {
            "start": 1165739521,
            "stop": 1165739837
        },
        {
            "start": 1165739838,
            "stop": 1165739994
        },
        {
            "start": 1165739995,
            "stop": 1165740103
        },
        {
            "start": 1165740104,
            "stop": 1165740665
        },
        {
            "start": 1165740666,
            "stop": 1165741636
        },
        {
            "start": 1165741637,
            "stop": 1165741870
        },
        {
            "start": 1165741871,
            "stop": 1165742892
        },
        {
            "start": 1165742894,
            "stop": 1165742975
        },
        {
            "start": 1165742976,
            "stop": 1165743297
        },
        {
            "start": 1165743298,
            "stop": 1165743347
        },
        {
            "start": 1165743348,
            "stop": 1165744388
        },
        {
            "start": 1165744389,
            "stop": 1165744420
        },
        {
            "start": 1165744421,
            "stop": 1165745101
        },
        {
            "start": 1165745103,
            "stop": 1165745207
        },
        {
            "start": 1165745208,
            "stop": 1165745864
        },
        {
            "start": 1165745865,
            "stop": 1165745876
        },
        {
            "start": 1165745877,
            "stop": 1165745901
        },
        {
            "start": 1165745902,
            "stop": 1165746625
        },
        {
            "start": 1165746626,
            "stop": 1165746915
        }
    ]
}