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=7
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=8",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT2/segments?format=api&page=6",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 7,
    "results": [
        {
            "start": 1165067642,
            "stop": 1165067649
        },
        {
            "start": 1165067650,
            "stop": 1165067692
        },
        {
            "start": 1165067693,
            "stop": 1165067806
        },
        {
            "start": 1165067807,
            "stop": 1165067874
        },
        {
            "start": 1165067875,
            "stop": 1165068103
        },
        {
            "start": 1165068104,
            "stop": 1165068864
        },
        {
            "start": 1165068865,
            "stop": 1165068886
        },
        {
            "start": 1165068887,
            "stop": 1165068918
        },
        {
            "start": 1165068920,
            "stop": 1165069144
        },
        {
            "start": 1165069145,
            "stop": 1165069523
        },
        {
            "start": 1165069524,
            "stop": 1165069605
        },
        {
            "start": 1165069606,
            "stop": 1165069750
        },
        {
            "start": 1165069751,
            "stop": 1165069843
        },
        {
            "start": 1165069844,
            "stop": 1165069871
        },
        {
            "start": 1165069872,
            "stop": 1165069940
        },
        {
            "start": 1165069942,
            "stop": 1165070163
        },
        {
            "start": 1165070164,
            "stop": 1165070202
        },
        {
            "start": 1165070203,
            "stop": 1165070218
        },
        {
            "start": 1165070219,
            "stop": 1165070378
        },
        {
            "start": 1165070379,
            "stop": 1165070452
        }
    ]
}