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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40929",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40927",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40928,
    "results": [
        {
            "start": 875105568,
            "stop": 875105572
        },
        {
            "start": 875105574,
            "stop": 875105578
        },
        {
            "start": 875105579,
            "stop": 875105583
        },
        {
            "start": 875105584,
            "stop": 875105589
        },
        {
            "start": 875105590,
            "stop": 875105594
        },
        {
            "start": 875105595,
            "stop": 875105597
        },
        {
            "start": 875105598,
            "stop": 875105599
        },
        {
            "start": 875105600,
            "stop": 875105605
        },
        {
            "start": 875105608,
            "stop": 875105610
        },
        {
            "start": 875105611,
            "stop": 875105615
        },
        {
            "start": 875105617,
            "stop": 875105621
        },
        {
            "start": 875105622,
            "stop": 875105626
        },
        {
            "start": 875105627,
            "stop": 875105631
        },
        {
            "start": 875105633,
            "stop": 875105637
        },
        {
            "start": 875105638,
            "stop": 875105642
        },
        {
            "start": 875105643,
            "stop": 875105647
        },
        {
            "start": 875105649,
            "stop": 875105653
        },
        {
            "start": 875105656,
            "stop": 875105658
        },
        {
            "start": 875105659,
            "stop": 875105663
        },
        {
            "start": 875105667,
            "stop": 875105669
        }
    ]
}