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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=184",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 185,
    "results": [
        {
            "start": 840563418,
            "stop": 840563419
        },
        {
            "start": 840563473,
            "stop": 840565273
        },
        {
            "start": 840565297,
            "stop": 840565299
        },
        {
            "start": 840565470,
            "stop": 840565513
        },
        {
            "start": 840565535,
            "stop": 840565536
        },
        {
            "start": 840565658,
            "stop": 840577427
        },
        {
            "start": 840605096,
            "stop": 840610145
        },
        {
            "start": 840612536,
            "stop": 840613436
        },
        {
            "start": 840618157,
            "stop": 840623168
        },
        {
            "start": 840624759,
            "stop": 840625693
        },
        {
            "start": 840625715,
            "stop": 840625716
        },
        {
            "start": 840625873,
            "stop": 840626413
        },
        {
            "start": 840626425,
            "stop": 840626426
        },
        {
            "start": 840626560,
            "stop": 840627313
        },
        {
            "start": 840630693,
            "stop": 840635294
        },
        {
            "start": 840635703,
            "stop": 840635773
        },
        {
            "start": 840635813,
            "stop": 840635814
        },
        {
            "start": 840637077,
            "stop": 840638893
        },
        {
            "start": 840643187,
            "stop": 840645241
        },
        {
            "start": 840647570,
            "stop": 840652509
        }
    ]
}