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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=178",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 179,
    "results": [
        {
            "start": 1180388237,
            "stop": 1180388257
        },
        {
            "start": 1180388258,
            "stop": 1180388352
        },
        {
            "start": 1180388354,
            "stop": 1180388363
        },
        {
            "start": 1180388367,
            "stop": 1180388373
        },
        {
            "start": 1180388375,
            "stop": 1180388409
        },
        {
            "start": 1180388410,
            "stop": 1180388412
        },
        {
            "start": 1180388413,
            "stop": 1180388416
        },
        {
            "start": 1180388418,
            "stop": 1180388420
        },
        {
            "start": 1180388422,
            "stop": 1180388519
        },
        {
            "start": 1180388521,
            "stop": 1180388524
        },
        {
            "start": 1180388525,
            "stop": 1180388526
        },
        {
            "start": 1180388527,
            "stop": 1180388528
        },
        {
            "start": 1180388531,
            "stop": 1180388534
        },
        {
            "start": 1180388537,
            "stop": 1180388576
        },
        {
            "start": 1180388578,
            "stop": 1180388584
        },
        {
            "start": 1180388585,
            "stop": 1180388586
        },
        {
            "start": 1180388587,
            "stop": 1180388592
        },
        {
            "start": 1180388597,
            "stop": 1180388635
        },
        {
            "start": 1180388636,
            "stop": 1180388637
        },
        {
            "start": 1180388638,
            "stop": 1180388641
        }
    ]
}