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=143
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=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=142",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 143,
    "results": [
        {
            "start": 840612536,
            "stop": 840613466
        },
        {
            "start": 840618157,
            "stop": 840623168
        },
        {
            "start": 840624759,
            "stop": 840625716
        },
        {
            "start": 840625868,
            "stop": 840626426
        },
        {
            "start": 840626560,
            "stop": 840627348
        },
        {
            "start": 840630693,
            "stop": 840635294
        },
        {
            "start": 840635703,
            "stop": 840635814
        },
        {
            "start": 840637077,
            "stop": 840638941
        },
        {
            "start": 840643187,
            "stop": 840645271
        },
        {
            "start": 840646718,
            "stop": 840646745
        },
        {
            "start": 840647570,
            "stop": 840652509
        },
        {
            "start": 840652833,
            "stop": 840667142
        },
        {
            "start": 840668579,
            "stop": 840673160
        },
        {
            "start": 840677421,
            "stop": 840694472
        },
        {
            "start": 840697447,
            "stop": 840698279
        },
        {
            "start": 840699451,
            "stop": 840710561
        },
        {
            "start": 840711851,
            "stop": 840725289
        },
        {
            "start": 840728054,
            "stop": 840735227
        },
        {
            "start": 840735330,
            "stop": 840743139
        },
        {
            "start": 840746118,
            "stop": 840749830
        }
    ]
}