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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=173",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=171",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 172,
    "results": [
        {
            "start": 931137466,
            "stop": 931137471
        },
        {
            "start": 931137474,
            "stop": 931137483
        },
        {
            "start": 931137488,
            "stop": 931137491
        },
        {
            "start": 931137493,
            "stop": 931137494
        },
        {
            "start": 931137502,
            "stop": 931137505
        },
        {
            "start": 931137507,
            "stop": 931137509
        },
        {
            "start": 931137510,
            "stop": 931137511
        },
        {
            "start": 931137512,
            "stop": 931137513
        },
        {
            "start": 931137514,
            "stop": 931137518
        },
        {
            "start": 931137521,
            "stop": 931137524
        },
        {
            "start": 931137526,
            "stop": 931137529
        },
        {
            "start": 931137530,
            "stop": 931137532
        },
        {
            "start": 931137533,
            "stop": 931137536
        },
        {
            "start": 931137539,
            "stop": 931137540
        },
        {
            "start": 931137543,
            "stop": 931137550
        },
        {
            "start": 931137552,
            "stop": 931137553
        },
        {
            "start": 931137560,
            "stop": 931137564
        },
        {
            "start": 931137565,
            "stop": 931137566
        },
        {
            "start": 931137570,
            "stop": 931137582
        },
        {
            "start": 931137584,
            "stop": 931137589
        }
    ]
}