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=8600
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=8601",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8599",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8600,
    "results": [
        {
            "start": 870731710,
            "stop": 870732060
        },
        {
            "start": 870732120,
            "stop": 870732900
        },
        {
            "start": 870732960,
            "stop": 870733560
        },
        {
            "start": 870733620,
            "stop": 870734030
        },
        {
            "start": 870734115,
            "stop": 870734570
        },
        {
            "start": 870734650,
            "stop": 870734690
        },
        {
            "start": 870734770,
            "stop": 870734880
        },
        {
            "start": 870734940,
            "stop": 870735720
        },
        {
            "start": 870735840,
            "stop": 870736140
        },
        {
            "start": 870736200,
            "stop": 870736680
        },
        {
            "start": 870736740,
            "stop": 870736920
        },
        {
            "start": 870736980,
            "stop": 870737220
        },
        {
            "start": 870737280,
            "stop": 870738120
        },
        {
            "start": 870738240,
            "stop": 870738780
        },
        {
            "start": 870738840,
            "stop": 870738980
        },
        {
            "start": 870738988,
            "stop": 870739200
        },
        {
            "start": 870739260,
            "stop": 870739736
        },
        {
            "start": 870739743,
            "stop": 870740040
        },
        {
            "start": 870740100,
            "stop": 870740160
        },
        {
            "start": 870740177,
            "stop": 870740665
        }
    ]
}