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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT1/segments?format=api&page=27",
    "results_count": 830,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 28,
    "results": [
        {
            "start": 1177714946,
            "stop": 1177768901
        },
        {
            "start": 1177792304,
            "stop": 1177792997
        },
        {
            "start": 1177796015,
            "stop": 1177803870
        },
        {
            "start": 1177811844,
            "stop": 1177821009
        },
        {
            "start": 1177824248,
            "stop": 1177825125
        },
        {
            "start": 1177839274,
            "stop": 1177859718
        },
        {
            "start": 1177877720,
            "stop": 1177884996
        },
        {
            "start": 1177893338,
            "stop": 1177893978
        },
        {
            "start": 1177980928,
            "stop": 1177982476
        },
        {
            "start": 1177985612,
            "stop": 1177998922
        },
        {
            "start": 1178004281,
            "stop": 1178014684
        },
        {
            "start": 1178018789,
            "stop": 1178027601
        },
        {
            "start": 1178029475,
            "stop": 1178031433
        },
        {
            "start": 1178063779,
            "stop": 1178067033
        },
        {
            "start": 1178072059,
            "stop": 1178084106
        },
        {
            "start": 1178086459,
            "stop": 1178100327
        },
        {
            "start": 1178102162,
            "stop": 1178109462
        },
        {
            "start": 1178112707,
            "stop": 1178141834
        },
        {
            "start": 1178141839,
            "stop": 1178143501
        },
        {
            "start": 1178145498,
            "stop": 1178193204
        }
    ]
}