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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=244",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 245,
    "results": [
        {
            "start": 860444670,
            "stop": 860445301
        },
        {
            "start": 860445437,
            "stop": 860446408
        },
        {
            "start": 860446609,
            "stop": 860448021
        },
        {
            "start": 860449642,
            "stop": 860453592
        },
        {
            "start": 860453628,
            "stop": 860453631
        },
        {
            "start": 860453637,
            "stop": 860454024
        },
        {
            "start": 860454603,
            "stop": 860473272
        },
        {
            "start": 860475337,
            "stop": 860478381
        },
        {
            "start": 860482482,
            "stop": 860485925
        },
        {
            "start": 860487391,
            "stop": 860489273
        },
        {
            "start": 860491977,
            "stop": 860497176
        },
        {
            "start": 860497574,
            "stop": 860499098
        },
        {
            "start": 860499530,
            "stop": 860507605
        },
        {
            "start": 860507793,
            "stop": 860507906
        },
        {
            "start": 860509477,
            "stop": 860511323
        },
        {
            "start": 860514353,
            "stop": 860526277
        },
        {
            "start": 860533675,
            "stop": 860535399
        },
        {
            "start": 860535837,
            "stop": 860539145
        },
        {
            "start": 860540886,
            "stop": 860570468
        },
        {
            "start": 860571531,
            "stop": 860572405
        }
    ]
}