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=274
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=275",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=273",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 274,
    "results": [
        {
            "start": 934678649,
            "stop": 934678815
        },
        {
            "start": 934679055,
            "stop": 934679837
        },
        {
            "start": 934679843,
            "stop": 934681058
        },
        {
            "start": 934681063,
            "stop": 934681190
        },
        {
            "start": 934681195,
            "stop": 934681372
        },
        {
            "start": 934681377,
            "stop": 934681550
        },
        {
            "start": 934681555,
            "stop": 934681619
        },
        {
            "start": 934683337,
            "stop": 934683550
        },
        {
            "start": 934683555,
            "stop": 934685257
        },
        {
            "start": 934685262,
            "stop": 934685502
        },
        {
            "start": 934685507,
            "stop": 934685876
        },
        {
            "start": 934685881,
            "stop": 934686015
        },
        {
            "start": 934686255,
            "stop": 934687180
        },
        {
            "start": 934688697,
            "stop": 934688970
        },
        {
            "start": 934688975,
            "stop": 934689615
        },
        {
            "start": 934689855,
            "stop": 934692218
        },
        {
            "start": 934692223,
            "stop": 934693215
        },
        {
            "start": 934693455,
            "stop": 934696815
        },
        {
            "start": 934697055,
            "stop": 934698468
        },
        {
            "start": 934700165,
            "stop": 934700415
        }
    ]
}