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=173
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=174",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=172",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 173,
    "results": [
        {
            "start": 1177881903,
            "stop": 1177881911
        },
        {
            "start": 1177881915,
            "stop": 1177881923
        },
        {
            "start": 1177881928,
            "stop": 1177882105
        },
        {
            "start": 1177882108,
            "stop": 1177882128
        },
        {
            "start": 1177882132,
            "stop": 1177882140
        },
        {
            "start": 1177882144,
            "stop": 1177882351
        },
        {
            "start": 1177882355,
            "stop": 1177882362
        },
        {
            "start": 1177882369,
            "stop": 1177882373
        },
        {
            "start": 1177882382,
            "stop": 1177882384
        },
        {
            "start": 1177882391,
            "stop": 1177882395
        },
        {
            "start": 1177882402,
            "stop": 1177882405
        },
        {
            "start": 1177882412,
            "stop": 1177883313
        },
        {
            "start": 1177883314,
            "stop": 1177883338
        },
        {
            "start": 1177883342,
            "stop": 1177883535
        },
        {
            "start": 1177883541,
            "stop": 1177883546
        },
        {
            "start": 1177883551,
            "stop": 1177883645
        },
        {
            "start": 1177883646,
            "stop": 1177884996
        },
        {
            "start": 1177893338,
            "stop": 1177893764
        },
        {
            "start": 1177893765,
            "stop": 1177893955
        },
        {
            "start": 1177893963,
            "stop": 1177893969
        }
    ]
}