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=40
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=41",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_CBC_CAT3/segments?format=api&page=39",
    "results_count": 4768,
    "results_per_page": 20,
    "num_pages": 239,
    "page_number": 40,
    "results": [
        {
            "start": 1165843099,
            "stop": 1165843104
        },
        {
            "start": 1165843105,
            "stop": 1165843118
        },
        {
            "start": 1165843119,
            "stop": 1165843140
        },
        {
            "start": 1165843141,
            "stop": 1165843145
        },
        {
            "start": 1165843147,
            "stop": 1165843150
        },
        {
            "start": 1165843151,
            "stop": 1165843153
        },
        {
            "start": 1165843154,
            "stop": 1165843157
        },
        {
            "start": 1165843159,
            "stop": 1165843170
        },
        {
            "start": 1165843171,
            "stop": 1165843227
        },
        {
            "start": 1165843229,
            "stop": 1165843238
        },
        {
            "start": 1165843239,
            "stop": 1165843240
        },
        {
            "start": 1165843241,
            "stop": 1165843246
        },
        {
            "start": 1165843247,
            "stop": 1165843249
        },
        {
            "start": 1165843250,
            "stop": 1165843256
        },
        {
            "start": 1165843257,
            "stop": 1165843259
        },
        {
            "start": 1165843260,
            "stop": 1165843271
        },
        {
            "start": 1165843273,
            "stop": 1165843275
        },
        {
            "start": 1165843276,
            "stop": 1165843281
        },
        {
            "start": 1165843282,
            "stop": 1165843287
        },
        {
            "start": 1165843289,
            "stop": 1165843316
        }
    ]
}