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=184
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=185",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=183",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 184,
    "results": [
        {
            "start": 1180606664,
            "stop": 1180621835
        },
        {
            "start": 1180626117,
            "stop": 1180646160
        },
        {
            "start": 1180646161,
            "stop": 1180684101
        },
        {
            "start": 1180685921,
            "stop": 1180694257
        },
        {
            "start": 1180696179,
            "stop": 1180698860
        },
        {
            "start": 1180701577,
            "stop": 1180706966
        },
        {
            "start": 1180749549,
            "stop": 1180751175
        },
        {
            "start": 1180763187,
            "stop": 1180790064
        },
        {
            "start": 1180819260,
            "stop": 1180820617
        },
        {
            "start": 1180820619,
            "stop": 1180820620
        },
        {
            "start": 1180820622,
            "stop": 1180820691
        },
        {
            "start": 1180820694,
            "stop": 1180820966
        },
        {
            "start": 1180820970,
            "stop": 1180821032
        },
        {
            "start": 1180822963,
            "stop": 1180823157
        },
        {
            "start": 1180823158,
            "stop": 1180823159
        },
        {
            "start": 1180823160,
            "stop": 1180823336
        },
        {
            "start": 1180823337,
            "stop": 1180823823
        },
        {
            "start": 1180823825,
            "stop": 1180824264
        },
        {
            "start": 1180824265,
            "stop": 1180824266
        },
        {
            "start": 1180824267,
            "stop": 1180824277
        }
    ]
}