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=234
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=235",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=233",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 234,
    "results": [
        {
            "start": 843496374,
            "stop": 843496382
        },
        {
            "start": 843496385,
            "stop": 843501073
        },
        {
            "start": 843501087,
            "stop": 843501088
        },
        {
            "start": 843501174,
            "stop": 843501890
        },
        {
            "start": 843520940,
            "stop": 843546784
        },
        {
            "start": 843546786,
            "stop": 843561327
        },
        {
            "start": 843561328,
            "stop": 843570827
        },
        {
            "start": 843574028,
            "stop": 843577788
        },
        {
            "start": 843577789,
            "stop": 843580434
        },
        {
            "start": 843580437,
            "stop": 843582133
        },
        {
            "start": 843582554,
            "stop": 843589753
        },
        {
            "start": 843595060,
            "stop": 843600490
        },
        {
            "start": 843600491,
            "stop": 843604873
        },
        {
            "start": 843607800,
            "stop": 843611984
        },
        {
            "start": 843612342,
            "stop": 843635624
        },
        {
            "start": 843635734,
            "stop": 843637166
        },
        {
            "start": 843637466,
            "stop": 843637880
        },
        {
            "start": 843638282,
            "stop": 843638628
        },
        {
            "start": 843638738,
            "stop": 843640365
        },
        {
            "start": 843640665,
            "stop": 843640947
        }
    ]
}