Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=70
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=71",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=69",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 70,
    "results": [
        {
            "start": 831325277,
            "stop": 831331599
        },
        {
            "start": 831331993,
            "stop": 831344057
        },
        {
            "start": 831346305,
            "stop": 831355215
        },
        {
            "start": 831359269,
            "stop": 831412661
        },
        {
            "start": 831414401,
            "stop": 831419091
        },
        {
            "start": 831420044,
            "stop": 831421002
        },
        {
            "start": 831421857,
            "stop": 831439089
        },
        {
            "start": 831439352,
            "stop": 831454734
        },
        {
            "start": 831455608,
            "stop": 831465603
        },
        {
            "start": 831466808,
            "stop": 831475535
        },
        {
            "start": 831476751,
            "stop": 831484042
        },
        {
            "start": 831484314,
            "stop": 831495687
        },
        {
            "start": 831497293,
            "stop": 831498840
        },
        {
            "start": 831508799,
            "stop": 831508894
        },
        {
            "start": 831509198,
            "stop": 831510555
        },
        {
            "start": 831514361,
            "stop": 831567626
        },
        {
            "start": 831568044,
            "stop": 831569557
        },
        {
            "start": 831570004,
            "stop": 831582612
        },
        {
            "start": 831585823,
            "stop": 831591487
        },
        {
            "start": 831599572,
            "stop": 831609915
        }
    ]
}