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=5189
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=5190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5188",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5189,
    "results": [
        {
            "start": 873842919,
            "stop": 873842986
        },
        {
            "start": 873842994,
            "stop": 873843058
        },
        {
            "start": 873843065,
            "stop": 873843523
        },
        {
            "start": 873843538,
            "stop": 873843758
        },
        {
            "start": 873843766,
            "stop": 873843840
        },
        {
            "start": 873843847,
            "stop": 873844110
        },
        {
            "start": 873844118,
            "stop": 873844555
        },
        {
            "start": 873844651,
            "stop": 873845038
        },
        {
            "start": 873845046,
            "stop": 873845342
        },
        {
            "start": 873845349,
            "stop": 873845443
        },
        {
            "start": 873845450,
            "stop": 873845652
        },
        {
            "start": 873845660,
            "stop": 873845744
        },
        {
            "start": 873845834,
            "stop": 873845848
        },
        {
            "start": 873845886,
            "stop": 873846166
        },
        {
            "start": 873846174,
            "stop": 873846402
        },
        {
            "start": 873846574,
            "stop": 873846728
        },
        {
            "start": 873846735,
            "stop": 873847040
        },
        {
            "start": 873847324,
            "stop": 873847787
        },
        {
            "start": 873847795,
            "stop": 873848117
        },
        {
            "start": 873848124,
            "stop": 873848222
        }
    ]
}