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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=98",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=96",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 97,
    "results": [
        {
            "start": 1126570253,
            "stop": 1126570469
        },
        {
            "start": 1126570471,
            "stop": 1126570528
        },
        {
            "start": 1126570538,
            "stop": 1126570545
        },
        {
            "start": 1126570546,
            "stop": 1126570647
        },
        {
            "start": 1126570648,
            "stop": 1126570677
        },
        {
            "start": 1126570679,
            "stop": 1126570681
        },
        {
            "start": 1126570683,
            "stop": 1126570890
        },
        {
            "start": 1126570893,
            "stop": 1126570920
        },
        {
            "start": 1126570921,
            "stop": 1126571002
        },
        {
            "start": 1126571004,
            "stop": 1126571089
        },
        {
            "start": 1126571090,
            "stop": 1126571128
        },
        {
            "start": 1126571130,
            "stop": 1126571134
        },
        {
            "start": 1126571135,
            "stop": 1126571161
        },
        {
            "start": 1126571162,
            "stop": 1126571165
        },
        {
            "start": 1126571166,
            "stop": 1126571170
        },
        {
            "start": 1126571172,
            "stop": 1126571177
        },
        {
            "start": 1126571178,
            "stop": 1126571230
        },
        {
            "start": 1126571231,
            "stop": 1126571236
        },
        {
            "start": 1126571238,
            "stop": 1126571249
        },
        {
            "start": 1126571250,
            "stop": 1126571276
        }
    ]
}