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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=285",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 286,
    "results": [
        {
            "start": 934642706,
            "stop": 934642707
        },
        {
            "start": 934642710,
            "stop": 934642718
        },
        {
            "start": 934642720,
            "stop": 934642792
        },
        {
            "start": 934642795,
            "stop": 934642808
        },
        {
            "start": 934642810,
            "stop": 934642815
        },
        {
            "start": 934643055,
            "stop": 934643278
        },
        {
            "start": 934643282,
            "stop": 934643285
        },
        {
            "start": 934643300,
            "stop": 934643303
        },
        {
            "start": 934643310,
            "stop": 934643311
        },
        {
            "start": 934643315,
            "stop": 934643320
        },
        {
            "start": 934643323,
            "stop": 934643328
        },
        {
            "start": 934643331,
            "stop": 934643441
        },
        {
            "start": 934678632,
            "stop": 934678644
        },
        {
            "start": 934678649,
            "stop": 934678815
        },
        {
            "start": 934679055,
            "stop": 934679079
        },
        {
            "start": 934679199,
            "stop": 934679525
        },
        {
            "start": 934679645,
            "stop": 934679837
        },
        {
            "start": 934679843,
            "stop": 934681058
        },
        {
            "start": 934681063,
            "stop": 934681190
        },
        {
            "start": 934681195,
            "stop": 934681372
        }
    ]
}