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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2295",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2293",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2294,
    "results": [
        {
            "start": 873909140,
            "stop": 873909275
        },
        {
            "start": 873909294,
            "stop": 873909414
        },
        {
            "start": 873909447,
            "stop": 873909571
        },
        {
            "start": 873909596,
            "stop": 873909663
        },
        {
            "start": 873909682,
            "stop": 873909692
        },
        {
            "start": 873909711,
            "stop": 873909717
        },
        {
            "start": 873909736,
            "stop": 873909818
        },
        {
            "start": 873909868,
            "stop": 873909879
        },
        {
            "start": 873909898,
            "stop": 873910027
        },
        {
            "start": 873910060,
            "stop": 873910124
        },
        {
            "start": 873910145,
            "stop": 873910161
        },
        {
            "start": 873910189,
            "stop": 873910341
        },
        {
            "start": 873910360,
            "stop": 873910462
        },
        {
            "start": 873910481,
            "stop": 873910883
        },
        {
            "start": 873910962,
            "stop": 873911051
        },
        {
            "start": 873911070,
            "stop": 873911078
        },
        {
            "start": 873911165,
            "stop": 873911181
        },
        {
            "start": 873911221,
            "stop": 873911222
        },
        {
            "start": 873911300,
            "stop": 873911310
        },
        {
            "start": 873911329,
            "stop": 873911385
        }
    ]
}