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=133
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=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=132",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 133,
    "results": [
        {
            "start": 831142841,
            "stop": 831142862
        },
        {
            "start": 831142972,
            "stop": 831143148
        },
        {
            "start": 831143448,
            "stop": 831144455
        },
        {
            "start": 831144459,
            "stop": 831144489
        },
        {
            "start": 831144801,
            "stop": 831145026
        },
        {
            "start": 831145250,
            "stop": 831145924
        },
        {
            "start": 831146082,
            "stop": 831146776
        },
        {
            "start": 831148670,
            "stop": 831149989
        },
        {
            "start": 831149992,
            "stop": 831151120
        },
        {
            "start": 831151420,
            "stop": 831153012
        },
        {
            "start": 831153666,
            "stop": 831155580
        },
        {
            "start": 831155677,
            "stop": 831155699
        },
        {
            "start": 831155955,
            "stop": 831155975
        },
        {
            "start": 831156250,
            "stop": 831156673
        },
        {
            "start": 831156704,
            "stop": 831156706
        },
        {
            "start": 831156828,
            "stop": 831156869
        },
        {
            "start": 831157044,
            "stop": 831157391
        },
        {
            "start": 831159558,
            "stop": 831162107
        },
        {
            "start": 831162407,
            "stop": 831163053
        },
        {
            "start": 831163056,
            "stop": 831163470
        }
    ]
}