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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=266",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 267,
    "results": [
        {
            "start": 821688323,
            "stop": 821688335
        },
        {
            "start": 821688338,
            "stop": 821688364
        },
        {
            "start": 821688367,
            "stop": 821688370
        },
        {
            "start": 821688375,
            "stop": 821688398
        },
        {
            "start": 821688401,
            "stop": 821688402
        },
        {
            "start": 821688405,
            "stop": 821688426
        },
        {
            "start": 821688429,
            "stop": 821688436
        },
        {
            "start": 821688439,
            "stop": 821688440
        },
        {
            "start": 821688443,
            "stop": 821688445
        },
        {
            "start": 821688451,
            "stop": 821688457
        },
        {
            "start": 821688460,
            "stop": 821688473
        },
        {
            "start": 821688481,
            "stop": 821688510
        },
        {
            "start": 821688513,
            "stop": 821688516
        },
        {
            "start": 821688519,
            "stop": 821688526
        },
        {
            "start": 821688529,
            "stop": 821688543
        },
        {
            "start": 821688547,
            "stop": 821688555
        },
        {
            "start": 821688558,
            "stop": 821688561
        },
        {
            "start": 821688566,
            "stop": 821688589
        },
        {
            "start": 821688592,
            "stop": 821688610
        },
        {
            "start": 821688615,
            "stop": 821688619
        }
    ]
}