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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=309",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 310,
    "results": [
        {
            "start": 1240198506,
            "stop": 1240198625
        },
        {
            "start": 1240198626,
            "stop": 1240198745
        },
        {
            "start": 1240198746,
            "stop": 1240198865
        },
        {
            "start": 1240198866,
            "stop": 1240198985
        },
        {
            "start": 1240198986,
            "stop": 1240199105
        },
        {
            "start": 1240199106,
            "stop": 1240199225
        },
        {
            "start": 1240199226,
            "stop": 1240199345
        },
        {
            "start": 1240199346,
            "stop": 1240199465
        },
        {
            "start": 1240199466,
            "stop": 1240199585
        },
        {
            "start": 1240199586,
            "stop": 1240199705
        },
        {
            "start": 1240199706,
            "stop": 1240199825
        },
        {
            "start": 1240199826,
            "stop": 1240199945
        },
        {
            "start": 1240199946,
            "stop": 1240200065
        },
        {
            "start": 1240200066,
            "stop": 1240200185
        },
        {
            "start": 1240200186,
            "stop": 1240200305
        },
        {
            "start": 1240200306,
            "stop": 1240200425
        },
        {
            "start": 1240200426,
            "stop": 1240200463
        },
        {
            "start": 1240200467,
            "stop": 1240200545
        },
        {
            "start": 1240200546,
            "stop": 1240200665
        },
        {
            "start": 1240200666,
            "stop": 1240200785
        }
    ]
}