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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=171",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 172,
    "results": [
        {
            "start": 818867258,
            "stop": 818875387
        },
        {
            "start": 818875394,
            "stop": 818888438
        },
        {
            "start": 818888445,
            "stop": 818897299
        },
        {
            "start": 818897306,
            "stop": 818907142
        },
        {
            "start": 818907149,
            "stop": 818913070
        },
        {
            "start": 818913077,
            "stop": 818920234
        },
        {
            "start": 818923632,
            "stop": 818931419
        },
        {
            "start": 818931438,
            "stop": 818931583
        },
        {
            "start": 818931590,
            "stop": 818931742
        },
        {
            "start": 818932790,
            "stop": 818936006
        },
        {
            "start": 818936723,
            "stop": 818955685
        },
        {
            "start": 818955747,
            "stop": 818957899
        },
        {
            "start": 818957906,
            "stop": 818957983
        },
        {
            "start": 818958932,
            "stop": 818963157
        },
        {
            "start": 818963212,
            "stop": 818984420
        },
        {
            "start": 818984432,
            "stop": 818984433
        },
        {
            "start": 818984634,
            "stop": 818986860
        },
        {
            "start": 818987272,
            "stop": 818992486
        },
        {
            "start": 818999340,
            "stop": 818999580
        },
        {
            "start": 819000124,
            "stop": 819000166
        }
    ]
}