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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8251",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8249",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8250,
    "results": [
        {
            "start": 873806746,
            "stop": 873806796
        },
        {
            "start": 873806824,
            "stop": 873806860
        },
        {
            "start": 873806880,
            "stop": 873806883
        },
        {
            "start": 873806902,
            "stop": 873807009
        },
        {
            "start": 873807044,
            "stop": 873807102
        },
        {
            "start": 873807200,
            "stop": 873807415
        },
        {
            "start": 873807432,
            "stop": 873807505
        },
        {
            "start": 873807548,
            "stop": 873807552
        },
        {
            "start": 873807583,
            "stop": 873807624
        },
        {
            "start": 873807643,
            "stop": 873807659
        },
        {
            "start": 873807685,
            "stop": 873808019
        },
        {
            "start": 873808044,
            "stop": 873808119
        },
        {
            "start": 873808140,
            "stop": 873808141
        },
        {
            "start": 873808158,
            "stop": 873808202
        },
        {
            "start": 873808239,
            "stop": 873808289
        },
        {
            "start": 873808307,
            "stop": 873808324
        },
        {
            "start": 873808344,
            "stop": 873808497
        },
        {
            "start": 873808517,
            "stop": 873808620
        },
        {
            "start": 873808637,
            "stop": 873808740
        },
        {
            "start": 873808860,
            "stop": 873809035
        }
    ]
}