Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=67",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 68,
    "results": [
        {
            "start": 932074276,
            "stop": 932074277
        },
        {
            "start": 932074278,
            "stop": 932074280
        },
        {
            "start": 932074283,
            "stop": 932074287
        },
        {
            "start": 932074289,
            "stop": 932074301
        },
        {
            "start": 932074303,
            "stop": 932074318
        },
        {
            "start": 932074319,
            "stop": 932074339
        },
        {
            "start": 932074340,
            "stop": 932074353
        },
        {
            "start": 932074358,
            "stop": 932074366
        },
        {
            "start": 932074371,
            "stop": 932074374
        },
        {
            "start": 932074376,
            "stop": 932074377
        },
        {
            "start": 932074379,
            "stop": 932074381
        },
        {
            "start": 932074382,
            "stop": 932074383
        },
        {
            "start": 932074385,
            "stop": 932074388
        },
        {
            "start": 932074389,
            "stop": 932074397
        },
        {
            "start": 932074398,
            "stop": 932074404
        },
        {
            "start": 932074407,
            "stop": 932074411
        },
        {
            "start": 932074412,
            "stop": 932074413
        },
        {
            "start": 932074416,
            "stop": 932074423
        },
        {
            "start": 932074425,
            "stop": 932074434
        },
        {
            "start": 932074436,
            "stop": 932074441
        }
    ]
}