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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=317",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=315",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 316,
    "results": [
        {
            "start": 860151604,
            "stop": 860160214
        },
        {
            "start": 860160514,
            "stop": 860160520
        },
        {
            "start": 860160867,
            "stop": 860161463
        },
        {
            "start": 860161502,
            "stop": 860161890
        },
        {
            "start": 860161950,
            "stop": 860162310
        },
        {
            "start": 860162370,
            "stop": 860162444
        },
        {
            "start": 860162464,
            "stop": 860162473
        },
        {
            "start": 860162490,
            "stop": 860162550
        },
        {
            "start": 860162610,
            "stop": 860162615
        },
        {
            "start": 860162725,
            "stop": 860162989
        },
        {
            "start": 860163011,
            "stop": 860163066
        },
        {
            "start": 860163083,
            "stop": 860163253
        },
        {
            "start": 860163447,
            "stop": 860164381
        },
        {
            "start": 860164681,
            "stop": 860164711
        },
        {
            "start": 860164729,
            "stop": 860165325
        },
        {
            "start": 860165343,
            "stop": 860165429
        },
        {
            "start": 860165474,
            "stop": 860165493
        },
        {
            "start": 860165513,
            "stop": 860165723
        },
        {
            "start": 860165747,
            "stop": 860165757
        },
        {
            "start": 860165799,
            "stop": 860166275
        }
    ]
}