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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=411",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=409",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 410,
    "results": [
        {
            "start": 932684403,
            "stop": 932684415
        },
        {
            "start": 932684775,
            "stop": 932684828
        },
        {
            "start": 932684832,
            "stop": 932684842
        },
        {
            "start": 932684843,
            "stop": 932684973
        },
        {
            "start": 932684974,
            "stop": 932685136
        },
        {
            "start": 932685138,
            "stop": 932685151
        },
        {
            "start": 932685153,
            "stop": 932685165
        },
        {
            "start": 932685168,
            "stop": 932685180
        },
        {
            "start": 932685183,
            "stop": 932685210
        },
        {
            "start": 932685214,
            "stop": 932685406
        },
        {
            "start": 932685408,
            "stop": 932685421
        },
        {
            "start": 932685423,
            "stop": 932685436
        },
        {
            "start": 932685438,
            "stop": 932685450
        },
        {
            "start": 932685454,
            "stop": 932685465
        },
        {
            "start": 932685468,
            "stop": 932685555
        },
        {
            "start": 932685558,
            "stop": 932685571
        },
        {
            "start": 932685573,
            "stop": 932685585
        },
        {
            "start": 932685588,
            "stop": 932685615
        },
        {
            "start": 932685618,
            "stop": 932685795
        },
        {
            "start": 932685796,
            "stop": 932685991
        }
    ]
}