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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=57",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=55",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 56,
    "results": [
        {
            "start": 932072552,
            "stop": 932072556
        },
        {
            "start": 932072557,
            "stop": 932072558
        },
        {
            "start": 932072559,
            "stop": 932072572
        },
        {
            "start": 932072573,
            "stop": 932072575
        },
        {
            "start": 932072580,
            "stop": 932072588
        },
        {
            "start": 932072589,
            "stop": 932072601
        },
        {
            "start": 932072603,
            "stop": 932072610
        },
        {
            "start": 932072611,
            "stop": 932072619
        },
        {
            "start": 932072621,
            "stop": 932072624
        },
        {
            "start": 932072625,
            "stop": 932072627
        },
        {
            "start": 932072631,
            "stop": 932072636
        },
        {
            "start": 932072637,
            "stop": 932072638
        },
        {
            "start": 932072641,
            "stop": 932072650
        },
        {
            "start": 932072651,
            "stop": 932072652
        },
        {
            "start": 932072653,
            "stop": 932072656
        },
        {
            "start": 932072658,
            "stop": 932072672
        },
        {
            "start": 932072673,
            "stop": 932072677
        },
        {
            "start": 932072678,
            "stop": 932072680
        },
        {
            "start": 932072681,
            "stop": 932072685
        },
        {
            "start": 932072689,
            "stop": 932072690
        }
    ]
}