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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=123",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 124,
    "results": [
        {
            "start": 1131159176,
            "stop": 1131159187
        },
        {
            "start": 1131159188,
            "stop": 1131159197
        },
        {
            "start": 1131159198,
            "stop": 1131159202
        },
        {
            "start": 1131159203,
            "stop": 1131159218
        },
        {
            "start": 1131159219,
            "stop": 1131159224
        },
        {
            "start": 1131159225,
            "stop": 1131159241
        },
        {
            "start": 1131159242,
            "stop": 1131159244
        },
        {
            "start": 1131159245,
            "stop": 1131159247
        },
        {
            "start": 1131159248,
            "stop": 1131159249
        },
        {
            "start": 1131159251,
            "stop": 1131159274
        },
        {
            "start": 1131159275,
            "stop": 1131159297
        },
        {
            "start": 1131159298,
            "stop": 1131159301
        },
        {
            "start": 1131159302,
            "stop": 1131159317
        },
        {
            "start": 1131159319,
            "stop": 1131159349
        },
        {
            "start": 1131159350,
            "stop": 1131159400
        },
        {
            "start": 1131159402,
            "stop": 1131159406
        },
        {
            "start": 1131159407,
            "stop": 1131159428
        },
        {
            "start": 1131159429,
            "stop": 1131159437
        },
        {
            "start": 1131159438,
            "stop": 1131159459
        },
        {
            "start": 1131159461,
            "stop": 1131159472
        }
    ]
}