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=2262
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=2263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2261",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2262,
    "results": [
        {
            "start": 873421909,
            "stop": 873421936
        },
        {
            "start": 873421955,
            "stop": 873422004
        },
        {
            "start": 873422021,
            "stop": 873424423
        },
        {
            "start": 873424442,
            "stop": 873424541
        },
        {
            "start": 873439229,
            "stop": 873439233
        },
        {
            "start": 873439250,
            "stop": 873439253
        },
        {
            "start": 873439281,
            "stop": 873439795
        },
        {
            "start": 873439814,
            "stop": 873439954
        },
        {
            "start": 873439974,
            "stop": 873440210
        },
        {
            "start": 873440228,
            "stop": 873440561
        },
        {
            "start": 873440580,
            "stop": 873440588
        },
        {
            "start": 873440608,
            "stop": 873440750
        },
        {
            "start": 873440769,
            "stop": 873440799
        },
        {
            "start": 873440823,
            "stop": 873441202
        },
        {
            "start": 873441221,
            "stop": 873442007
        },
        {
            "start": 873442043,
            "stop": 873442272
        },
        {
            "start": 873442291,
            "stop": 873444282
        },
        {
            "start": 873444301,
            "stop": 873444729
        },
        {
            "start": 873444748,
            "stop": 873444830
        },
        {
            "start": 873444849,
            "stop": 873444855
        }
    ]
}