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=8580
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=8581",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8579",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8580,
    "results": [
        {
            "start": 870376260,
            "stop": 870378540
        },
        {
            "start": 870378720,
            "stop": 870378840
        },
        {
            "start": 870378900,
            "stop": 870379140
        },
        {
            "start": 870379320,
            "stop": 870379591
        },
        {
            "start": 870379608,
            "stop": 870379800
        },
        {
            "start": 870379920,
            "stop": 870380043
        },
        {
            "start": 870380047,
            "stop": 870380160
        },
        {
            "start": 870380220,
            "stop": 870381716
        },
        {
            "start": 870381836,
            "stop": 870382618
        },
        {
            "start": 870382738,
            "stop": 870383867
        },
        {
            "start": 870384050,
            "stop": 870384169
        },
        {
            "start": 870384186,
            "stop": 870384488
        },
        {
            "start": 870384505,
            "stop": 870384547
        },
        {
            "start": 870384564,
            "stop": 870386882
        },
        {
            "start": 870386899,
            "stop": 870387343
        },
        {
            "start": 870387360,
            "stop": 870387420
        },
        {
            "start": 870387540,
            "stop": 870389475
        },
        {
            "start": 870389595,
            "stop": 870391343
        },
        {
            "start": 870391597,
            "stop": 870391734
        },
        {
            "start": 870391770,
            "stop": 870392222
        }
    ]
}