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=10188
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=10189",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10187",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10188,
    "results": [
        {
            "start": 873844651,
            "stop": 873844920
        },
        {
            "start": 873844980,
            "stop": 873845038
        },
        {
            "start": 873845046,
            "stop": 873845342
        },
        {
            "start": 873845349,
            "stop": 873845443
        },
        {
            "start": 873845450,
            "stop": 873845460
        },
        {
            "start": 873845520,
            "stop": 873845582
        },
        {
            "start": 873845702,
            "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
        },
        {
            "start": 873848229,
            "stop": 873848236
        },
        {
            "start": 873848244,
            "stop": 873848280
        },
        {
            "start": 873848340,
            "stop": 873848714
        },
        {
            "start": 873848731,
            "stop": 873849093
        },
        {
            "start": 873849101,
            "stop": 873849512
        }
    ]
}