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=269
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=270",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=268",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 269,
    "results": [
        {
            "start": 1240323799,
            "stop": 1240323800
        },
        {
            "start": 1240323801,
            "stop": 1240323826
        },
        {
            "start": 1240323827,
            "stop": 1240323852
        },
        {
            "start": 1240323853,
            "stop": 1240323854
        },
        {
            "start": 1240323855,
            "stop": 1240323880
        },
        {
            "start": 1240323881,
            "stop": 1240323893
        },
        {
            "start": 1240323896,
            "stop": 1240323897
        },
        {
            "start": 1240323898,
            "stop": 1240323902
        },
        {
            "start": 1240323903,
            "stop": 1240323976
        },
        {
            "start": 1240323979,
            "stop": 1240323980
        },
        {
            "start": 1240323981,
            "stop": 1240324029
        },
        {
            "start": 1240324032,
            "stop": 1240324077
        },
        {
            "start": 1240324078,
            "stop": 1240324079
        },
        {
            "start": 1240324080,
            "stop": 1240324095
        },
        {
            "start": 1240324096,
            "stop": 1240324099
        },
        {
            "start": 1240324100,
            "stop": 1240324147
        },
        {
            "start": 1240324150,
            "stop": 1240324200
        },
        {
            "start": 1240324201,
            "stop": 1240324204
        },
        {
            "start": 1240324205,
            "stop": 1240324229
        },
        {
            "start": 1240324230,
            "stop": 1240324298
        }
    ]
}