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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=258",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 259,
    "results": [
        {
            "start": 846270526,
            "stop": 846271393
        },
        {
            "start": 846271432,
            "stop": 846271433
        },
        {
            "start": 846271473,
            "stop": 846271841
        },
        {
            "start": 846271844,
            "stop": 846272473
        },
        {
            "start": 846272475,
            "stop": 846272476
        },
        {
            "start": 846272667,
            "stop": 846275988
        },
        {
            "start": 846275991,
            "stop": 846276011
        },
        {
            "start": 846276016,
            "stop": 846276018
        },
        {
            "start": 846276029,
            "stop": 846276031
        },
        {
            "start": 846276103,
            "stop": 846277143
        },
        {
            "start": 846277146,
            "stop": 846277226
        },
        {
            "start": 846277230,
            "stop": 846278007
        },
        {
            "start": 846278010,
            "stop": 846278011
        },
        {
            "start": 846278023,
            "stop": 846278037
        },
        {
            "start": 846278045,
            "stop": 846279942
        },
        {
            "start": 846279945,
            "stop": 846281274
        },
        {
            "start": 846281278,
            "stop": 846281298
        },
        {
            "start": 846281301,
            "stop": 846282134
        },
        {
            "start": 846282137,
            "stop": 846282810
        },
        {
            "start": 846291108,
            "stop": 846293627
        }
    ]
}