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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=190",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=188",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 189,
    "results": [
        {
            "start": 846264499,
            "stop": 846265113
        },
        {
            "start": 846265114,
            "stop": 846265257
        },
        {
            "start": 846265265,
            "stop": 846267840
        },
        {
            "start": 846267914,
            "stop": 846268855
        },
        {
            "start": 846269030,
            "stop": 846269433
        },
        {
            "start": 846269534,
            "stop": 846270362
        },
        {
            "start": 846270363,
            "stop": 846270502
        },
        {
            "start": 846270510,
            "stop": 846270516
        },
        {
            "start": 846270530,
            "stop": 846271432
        },
        {
            "start": 846271473,
            "stop": 846271840
        },
        {
            "start": 846271848,
            "stop": 846272475
        },
        {
            "start": 846272667,
            "stop": 846275987
        },
        {
            "start": 846275995,
            "stop": 846276010
        },
        {
            "start": 846276103,
            "stop": 846277142
        },
        {
            "start": 846277150,
            "stop": 846277225
        },
        {
            "start": 846277234,
            "stop": 846278006
        },
        {
            "start": 846278027,
            "stop": 846278036
        },
        {
            "start": 846278049,
            "stop": 846279941
        },
        {
            "start": 846279949,
            "stop": 846281273
        },
        {
            "start": 846281282,
            "stop": 846281297
        }
    ]
}