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=32
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=33",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=31",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 32,
    "results": [
        {
            "start": 1165839704,
            "stop": 1165839707
        },
        {
            "start": 1165839708,
            "stop": 1165840440
        },
        {
            "start": 1165840444,
            "stop": 1165840481
        },
        {
            "start": 1165840482,
            "stop": 1165840483
        },
        {
            "start": 1165840484,
            "stop": 1165840502
        },
        {
            "start": 1165840504,
            "stop": 1165840527
        },
        {
            "start": 1165840528,
            "stop": 1165840529
        },
        {
            "start": 1165840530,
            "stop": 1165840548
        },
        {
            "start": 1165840549,
            "stop": 1165840556
        },
        {
            "start": 1165840557,
            "stop": 1165840562
        },
        {
            "start": 1165840563,
            "stop": 1165840571
        },
        {
            "start": 1165840572,
            "stop": 1165840576
        },
        {
            "start": 1165840577,
            "stop": 1165840590
        },
        {
            "start": 1165840591,
            "stop": 1165840621
        },
        {
            "start": 1165840622,
            "stop": 1165840627
        },
        {
            "start": 1165840628,
            "stop": 1165840630
        },
        {
            "start": 1165840631,
            "stop": 1165840642
        },
        {
            "start": 1165840645,
            "stop": 1165840650
        },
        {
            "start": 1165840651,
            "stop": 1165840662
        },
        {
            "start": 1165840663,
            "stop": 1165840687
        }
    ]
}