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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=180",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 181,
    "results": [
        {
            "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": 932685991
        },
        {
            "start": 932685993,
            "stop": 932687209
        },
        {
            "start": 932687212,
            "stop": 932687956
        },
        {
            "start": 932687959,
            "stop": 932688015
        },
        {
            "start": 932688375,
            "stop": 932688889
        },
        {
            "start": 932688892,
            "stop": 932689157
        },
        {
            "start": 932689160,
            "stop": 932689667
        },
        {
            "start": 932689669,
            "stop": 932691227
        },
        {
            "start": 932691229,
            "stop": 932691615
        }
    ]
}