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=181
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=182",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=180",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 181,
    "results": [
        {
            "start": 837190460,
            "stop": 837193213
        },
        {
            "start": 837193322,
            "stop": 837193494
        },
        {
            "start": 837195230,
            "stop": 837195709
        },
        {
            "start": 837195711,
            "stop": 837196120
        },
        {
            "start": 837196123,
            "stop": 837196351
        },
        {
            "start": 837196353,
            "stop": 837202153
        },
        {
            "start": 837203448,
            "stop": 837204673
        },
        {
            "start": 837206770,
            "stop": 837212489
        },
        {
            "start": 837212492,
            "stop": 837218608
        },
        {
            "start": 837218610,
            "stop": 837219398
        },
        {
            "start": 837219399,
            "stop": 837219433
        },
        {
            "start": 837219436,
            "stop": 837219437
        },
        {
            "start": 837219597,
            "stop": 837220038
        },
        {
            "start": 837220040,
            "stop": 837221488
        },
        {
            "start": 837221490,
            "stop": 837222253
        },
        {
            "start": 837223387,
            "stop": 837223393
        },
        {
            "start": 837226406,
            "stop": 837226479
        },
        {
            "start": 837226482,
            "stop": 837227386
        },
        {
            "start": 837227783,
            "stop": 837242345
        },
        {
            "start": 837242347,
            "stop": 837266365
        }
    ]
}