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_CAT4/segments?format=api&page=11
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=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=10",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 11,
    "results": [
        {
            "start": 815814257,
            "stop": 815817633
        },
        {
            "start": 815817640,
            "stop": 815817718
        },
        {
            "start": 815817719,
            "stop": 815818366
        },
        {
            "start": 815818373,
            "stop": 815818443
        },
        {
            "start": 815818450,
            "stop": 815818734
        },
        {
            "start": 815818749,
            "stop": 815818915
        },
        {
            "start": 815818922,
            "stop": 815818939
        },
        {
            "start": 815818947,
            "stop": 815820061
        },
        {
            "start": 815820069,
            "stop": 815820099
        },
        {
            "start": 815820106,
            "stop": 815820237
        },
        {
            "start": 815821081,
            "stop": 815821120
        },
        {
            "start": 815821127,
            "stop": 815822879
        },
        {
            "start": 815822887,
            "stop": 815822935
        },
        {
            "start": 815822942,
            "stop": 815823578
        },
        {
            "start": 815823585,
            "stop": 815826060
        },
        {
            "start": 815826180,
            "stop": 815826882
        },
        {
            "start": 815826895,
            "stop": 815827506
        },
        {
            "start": 815827514,
            "stop": 815827695
        },
        {
            "start": 815827708,
            "stop": 815827806
        },
        {
            "start": 815827813,
            "stop": 815831365
        }
    ]
}