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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10182",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10183,
    "results": [
        {
            "start": 873832076,
            "stop": 873832162
        },
        {
            "start": 873832169,
            "stop": 873832249
        },
        {
            "start": 873832266,
            "stop": 873832369
        },
        {
            "start": 873832376,
            "stop": 873832380
        },
        {
            "start": 873832440,
            "stop": 873832452
        },
        {
            "start": 873832460,
            "stop": 873832506
        },
        {
            "start": 873832521,
            "stop": 873832620
        },
        {
            "start": 873832680,
            "stop": 873832800
        },
        {
            "start": 873832808,
            "stop": 873832906
        },
        {
            "start": 873832914,
            "stop": 873833058
        },
        {
            "start": 873833075,
            "stop": 873833160
        },
        {
            "start": 873833220,
            "stop": 873833257
        },
        {
            "start": 873833264,
            "stop": 873833271
        },
        {
            "start": 873833279,
            "stop": 873833340
        },
        {
            "start": 873833400,
            "stop": 873833557
        },
        {
            "start": 873833564,
            "stop": 873833643
        },
        {
            "start": 873833651,
            "stop": 873833657
        },
        {
            "start": 873833664,
            "stop": 873833782
        },
        {
            "start": 873833797,
            "stop": 873833812
        },
        {
            "start": 873833880,
            "stop": 873833881
        }
    ]
}