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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8691",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8689",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8690,
    "results": [
        {
            "start": 872105820,
            "stop": 872106183
        },
        {
            "start": 872106303,
            "stop": 872106720
        },
        {
            "start": 872106840,
            "stop": 872106900
        },
        {
            "start": 872107060,
            "stop": 872107380
        },
        {
            "start": 872107440,
            "stop": 872107860
        },
        {
            "start": 872107920,
            "stop": 872108040
        },
        {
            "start": 872108220,
            "stop": 872108580
        },
        {
            "start": 872108640,
            "stop": 872108760
        },
        {
            "start": 872108820,
            "stop": 872109360
        },
        {
            "start": 872109420,
            "stop": 872109816
        },
        {
            "start": 872109968,
            "stop": 872110070
        },
        {
            "start": 872110150,
            "stop": 872110550
        },
        {
            "start": 872110630,
            "stop": 872112923
        },
        {
            "start": 872112940,
            "stop": 872113600
        },
        {
            "start": 872113720,
            "stop": 872113787
        },
        {
            "start": 872113825,
            "stop": 872113980
        },
        {
            "start": 872114040,
            "stop": 872114400
        },
        {
            "start": 872114520,
            "stop": 872114640
        },
        {
            "start": 872114770,
            "stop": 872114820
        },
        {
            "start": 872114880,
            "stop": 872115240
        }
    ]
}