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/O1/timelines/L1_CBC_CAT3/segments?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_CBC_CAT3/segments?format=api&page=19",
    "results_count": 792,
    "results_per_page": 20,
    "num_pages": 40,
    "page_number": 20,
    "results": [
        {
            "start": 1131343244,
            "stop": 1131343260
        },
        {
            "start": 1131343262,
            "stop": 1131343291
        },
        {
            "start": 1131343293,
            "stop": 1131343296
        },
        {
            "start": 1131343298,
            "stop": 1131343301
        },
        {
            "start": 1131343303,
            "stop": 1131343305
        },
        {
            "start": 1131343308,
            "stop": 1131343312
        },
        {
            "start": 1131343313,
            "stop": 1131343316
        },
        {
            "start": 1131343319,
            "stop": 1131343334
        },
        {
            "start": 1131343336,
            "stop": 1131343339
        },
        {
            "start": 1131343341,
            "stop": 1131343345
        },
        {
            "start": 1131343346,
            "stop": 1131343350
        },
        {
            "start": 1131343351,
            "stop": 1131343355
        },
        {
            "start": 1131343356,
            "stop": 1131343359
        },
        {
            "start": 1131343361,
            "stop": 1131343363
        },
        {
            "start": 1131343366,
            "stop": 1131343369
        },
        {
            "start": 1131343371,
            "stop": 1131343375
        },
        {
            "start": 1131343376,
            "stop": 1131343379
        },
        {
            "start": 1131343381,
            "stop": 1131343385
        },
        {
            "start": 1131343387,
            "stop": 1131343390
        },
        {
            "start": 1131343392,
            "stop": 1131343396
        }
    ]
}