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=7104
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=7105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7103",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7104,
    "results": [
        {
            "start": 874200085,
            "stop": 874200423
        },
        {
            "start": 874200424,
            "stop": 874200587
        },
        {
            "start": 874200588,
            "stop": 874200610
        },
        {
            "start": 874200611,
            "stop": 874200847
        },
        {
            "start": 874200848,
            "stop": 874201033
        },
        {
            "start": 874201034,
            "stop": 874201037
        },
        {
            "start": 874201038,
            "stop": 874201096
        },
        {
            "start": 874201097,
            "stop": 874201405
        },
        {
            "start": 874201406,
            "stop": 874201515
        },
        {
            "start": 874201516,
            "stop": 874201815
        },
        {
            "start": 874201817,
            "stop": 874201924
        },
        {
            "start": 874201925,
            "stop": 874201973
        },
        {
            "start": 874201974,
            "stop": 874202498
        },
        {
            "start": 874202499,
            "stop": 874202671
        },
        {
            "start": 874202672,
            "stop": 874202700
        },
        {
            "start": 874202701,
            "stop": 874202746
        },
        {
            "start": 874202747,
            "stop": 874202885
        },
        {
            "start": 874202886,
            "stop": 874202904
        },
        {
            "start": 874202905,
            "stop": 874202950
        },
        {
            "start": 874202951,
            "stop": 874203045
        }
    ]
}