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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=209",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 210,
    "results": [
        {
            "start": 931499417,
            "stop": 931499423
        },
        {
            "start": 931499430,
            "stop": 931499433
        },
        {
            "start": 931499438,
            "stop": 931499439
        },
        {
            "start": 931499442,
            "stop": 931499449
        },
        {
            "start": 931499452,
            "stop": 931499459
        },
        {
            "start": 931499464,
            "stop": 931499466
        },
        {
            "start": 931499471,
            "stop": 931499480
        },
        {
            "start": 931499483,
            "stop": 931499491
        },
        {
            "start": 931499494,
            "stop": 931499507
        },
        {
            "start": 931499509,
            "stop": 931499513
        },
        {
            "start": 931499516,
            "stop": 931499526
        },
        {
            "start": 931499536,
            "stop": 931499541
        },
        {
            "start": 931499545,
            "stop": 931499554
        },
        {
            "start": 931499558,
            "stop": 931499559
        },
        {
            "start": 931499564,
            "stop": 931499566
        },
        {
            "start": 931499573,
            "stop": 931499576
        },
        {
            "start": 931499582,
            "stop": 931499583
        },
        {
            "start": 931499587,
            "stop": 931499594
        },
        {
            "start": 931499600,
            "stop": 931499620
        },
        {
            "start": 931499623,
            "stop": 931499626
        }
    ]
}