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=163
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=164",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=162",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 163,
    "results": [
        {
            "start": 1177528026,
            "stop": 1177528029
        },
        {
            "start": 1177528037,
            "stop": 1177528061
        },
        {
            "start": 1177528064,
            "stop": 1177528071
        },
        {
            "start": 1177528074,
            "stop": 1177528123
        },
        {
            "start": 1177528126,
            "stop": 1177528174
        },
        {
            "start": 1177528178,
            "stop": 1177528286
        },
        {
            "start": 1177528289,
            "stop": 1177528297
        },
        {
            "start": 1177528299,
            "stop": 1177528318
        },
        {
            "start": 1177528325,
            "stop": 1177528329
        },
        {
            "start": 1177528337,
            "stop": 1177528340
        },
        {
            "start": 1177528350,
            "stop": 1177528352
        },
        {
            "start": 1177528360,
            "stop": 1177528364
        },
        {
            "start": 1177528369,
            "stop": 1177528382
        },
        {
            "start": 1177528385,
            "stop": 1177528392
        },
        {
            "start": 1177528396,
            "stop": 1177528416
        },
        {
            "start": 1177528421,
            "stop": 1177528426
        },
        {
            "start": 1177528432,
            "stop": 1177528439
        },
        {
            "start": 1177528444,
            "stop": 1177528456
        },
        {
            "start": 1177528462,
            "stop": 1177528469
        },
        {
            "start": 1177528475,
            "stop": 1177528516
        }
    ]
}