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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=423",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 424,
    "results": [
        {
            "start": 941403878,
            "stop": 941411389
        },
        {
            "start": 941412764,
            "stop": 941422231
        },
        {
            "start": 941425135,
            "stop": 941428437
        },
        {
            "start": 941428438,
            "stop": 941434492
        },
        {
            "start": 941434493,
            "stop": 941439049
        },
        {
            "start": 941446323,
            "stop": 941447771
        },
        {
            "start": 941447772,
            "stop": 941452013
        },
        {
            "start": 941452015,
            "stop": 941452992
        },
        {
            "start": 941455988,
            "stop": 941461341
        },
        {
            "start": 941472234,
            "stop": 941473251
        },
        {
            "start": 941474811,
            "stop": 941475792
        },
        {
            "start": 941475797,
            "stop": 941476146
        },
        {
            "start": 941477258,
            "stop": 941477436
        },
        {
            "start": 941479159,
            "stop": 941479379
        },
        {
            "start": 941479383,
            "stop": 941479956
        },
        {
            "start": 941485265,
            "stop": 941489989
        },
        {
            "start": 941492955,
            "stop": 941493568
        },
        {
            "start": 941494705,
            "stop": 941497127
        },
        {
            "start": 941497129,
            "stop": 941497607
        },
        {
            "start": 941497609,
            "stop": 941497810
        }
    ]
}