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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5184",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5185,
    "results": [
        {
            "start": 873832460,
            "stop": 873832506
        },
        {
            "start": 873832521,
            "stop": 873832800
        },
        {
            "start": 873832808,
            "stop": 873832906
        },
        {
            "start": 873832914,
            "stop": 873833058
        },
        {
            "start": 873833075,
            "stop": 873833198
        },
        {
            "start": 873833205,
            "stop": 873833257
        },
        {
            "start": 873833264,
            "stop": 873833271
        },
        {
            "start": 873833279,
            "stop": 873833374
        },
        {
            "start": 873833381,
            "stop": 873833388
        },
        {
            "start": 873833396,
            "stop": 873833557
        },
        {
            "start": 873833564,
            "stop": 873833643
        },
        {
            "start": 873833651,
            "stop": 873833657
        },
        {
            "start": 873833664,
            "stop": 873833782
        },
        {
            "start": 873833797,
            "stop": 873833812
        },
        {
            "start": 873833820,
            "stop": 873833881
        },
        {
            "start": 873833889,
            "stop": 873833974
        },
        {
            "start": 873833982,
            "stop": 873833995
        },
        {
            "start": 873834003,
            "stop": 873834053
        },
        {
            "start": 873834068,
            "stop": 873834104
        },
        {
            "start": 873834118,
            "stop": 873834133
        }
    ]
}