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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8717",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8715",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8716,
    "results": [
        {
            "start": 872460070,
            "stop": 872461190
        },
        {
            "start": 872461837,
            "stop": 872462055
        },
        {
            "start": 872462061,
            "stop": 872462084
        },
        {
            "start": 872462230,
            "stop": 872462280
        },
        {
            "start": 872462340,
            "stop": 872462400
        },
        {
            "start": 872462830,
            "stop": 872463174
        },
        {
            "start": 872463329,
            "stop": 872464235
        },
        {
            "start": 872464490,
            "stop": 872464777
        },
        {
            "start": 872464897,
            "stop": 872465444
        },
        {
            "start": 872465625,
            "stop": 872466644
        },
        {
            "start": 872466885,
            "stop": 872467814
        },
        {
            "start": 872467934,
            "stop": 872468071
        },
        {
            "start": 872468191,
            "stop": 872468565
        },
        {
            "start": 872468708,
            "stop": 872469281
        },
        {
            "start": 872469401,
            "stop": 872470045
        },
        {
            "start": 872470165,
            "stop": 872472884
        },
        {
            "start": 872473004,
            "stop": 872473161
        },
        {
            "start": 872473281,
            "stop": 872473650
        },
        {
            "start": 872473667,
            "stop": 872473972
        },
        {
            "start": 872473989,
            "stop": 872474223
        }
    ]
}