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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 118,
    "results": [
        {
            "start": 1414639572,
            "stop": 1414639698
        },
        {
            "start": 1414644326,
            "stop": 1414646919
        },
        {
            "start": 1414646924,
            "stop": 1414647818
        },
        {
            "start": 1414840533,
            "stop": 1414842628
        },
        {
            "start": 1414842633,
            "stop": 1414843031
        },
        {
            "start": 1414843036,
            "stop": 1414843674
        },
        {
            "start": 1414843679,
            "stop": 1414844698
        },
        {
            "start": 1414851817,
            "stop": 1414852268
        },
        {
            "start": 1414852273,
            "stop": 1414853488
        },
        {
            "start": 1414856935,
            "stop": 1414857300
        },
        {
            "start": 1414857313,
            "stop": 1414857622
        },
        {
            "start": 1414889423,
            "stop": 1414889747
        },
        {
            "start": 1414889752,
            "stop": 1414889893
        },
        {
            "start": 1414899981,
            "stop": 1414900680
        },
        {
            "start": 1414901334,
            "stop": 1414902537
        },
        {
            "start": 1414917875,
            "stop": 1414922678
        },
        {
            "start": 1414922683,
            "stop": 1414922691
        },
        {
            "start": 1414922696,
            "stop": 1414922699
        },
        {
            "start": 1414922704,
            "stop": 1414929195
        },
        {
            "start": 1414929200,
            "stop": 1414929218
        }
    ]
}