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/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=309
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=310",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=308",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 309,
    "results": [
        {
            "start": 1240562626,
            "stop": 1240562855
        },
        {
            "start": 1240562856,
            "stop": 1240563152
        },
        {
            "start": 1240563154,
            "stop": 1240563155
        },
        {
            "start": 1240563163,
            "stop": 1240564701
        },
        {
            "start": 1240564702,
            "stop": 1240564804
        },
        {
            "start": 1240564805,
            "stop": 1240565771
        },
        {
            "start": 1240565774,
            "stop": 1240568520
        },
        {
            "start": 1240568521,
            "stop": 1240569364
        },
        {
            "start": 1240569372,
            "stop": 1240569846
        },
        {
            "start": 1240569847,
            "stop": 1240570182
        },
        {
            "start": 1240570185,
            "stop": 1240570672
        },
        {
            "start": 1240570673,
            "stop": 1240571100
        },
        {
            "start": 1240571102,
            "stop": 1240571321
        },
        {
            "start": 1240571322,
            "stop": 1240571706
        },
        {
            "start": 1240571707,
            "stop": 1240572478
        },
        {
            "start": 1240572479,
            "stop": 1240572995
        },
        {
            "start": 1240572998,
            "stop": 1240573145
        },
        {
            "start": 1240573148,
            "stop": 1240574666
        },
        {
            "start": 1240574667,
            "stop": 1240575655
        },
        {
            "start": 1240575656,
            "stop": 1240575763
        }
    ]
}