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=8797
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=8798",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8796",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8797,
    "results": [
        {
            "start": 873757860,
            "stop": 873758340
        },
        {
            "start": 873758400,
            "stop": 873759300
        },
        {
            "start": 873760474,
            "stop": 873762848
        },
        {
            "start": 873762928,
            "stop": 873764254
        },
        {
            "start": 873764520,
            "stop": 873764635
        },
        {
            "start": 873764652,
            "stop": 873765164
        },
        {
            "start": 873765284,
            "stop": 873769100
        },
        {
            "start": 873769400,
            "stop": 873772086
        },
        {
            "start": 873772206,
            "stop": 873773386
        },
        {
            "start": 873773403,
            "stop": 873775862
        },
        {
            "start": 873775900,
            "stop": 873776928
        },
        {
            "start": 873777048,
            "stop": 873778919
        },
        {
            "start": 873778936,
            "stop": 873783480
        },
        {
            "start": 873783540,
            "stop": 873783985
        },
        {
            "start": 873784105,
            "stop": 873784348
        },
        {
            "start": 873784364,
            "stop": 873784757
        },
        {
            "start": 873784765,
            "stop": 873785812
        },
        {
            "start": 873786171,
            "stop": 873786180
        },
        {
            "start": 873788280,
            "stop": 873788400
        },
        {
            "start": 873791340,
            "stop": 873791400
        }
    ]
}