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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1987",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1985",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1986,
    "results": [
        {
            "start": 1253599420,
            "stop": 1253600404
        },
        {
            "start": 1253600412,
            "stop": 1253600536
        },
        {
            "start": 1253600539,
            "stop": 1253602410
        },
        {
            "start": 1253602413,
            "stop": 1253604570
        },
        {
            "start": 1253604573,
            "stop": 1253605011
        },
        {
            "start": 1253605014,
            "stop": 1253611069
        },
        {
            "start": 1253611072,
            "stop": 1253614769
        },
        {
            "start": 1253614772,
            "stop": 1253615345
        },
        {
            "start": 1253615353,
            "stop": 1253616462
        },
        {
            "start": 1253616464,
            "stop": 1253620731
        },
        {
            "start": 1253620739,
            "stop": 1253621936
        },
        {
            "start": 1253621939,
            "stop": 1253622923
        },
        {
            "start": 1253622926,
            "stop": 1253623766
        },
        {
            "start": 1253623769,
            "stop": 1253623792
        },
        {
            "start": 1253623795,
            "stop": 1253624644
        },
        {
            "start": 1253624647,
            "stop": 1253624876
        },
        {
            "start": 1253624879,
            "stop": 1253625045
        },
        {
            "start": 1253625048,
            "stop": 1253625377
        },
        {
            "start": 1253625380,
            "stop": 1253625381
        },
        {
            "start": 1253625382,
            "stop": 1253625385
        }
    ]
}