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=7036
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=7037",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7035",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7036,
    "results": [
        {
            "start": 873847138,
            "stop": 873847771
        },
        {
            "start": 873847772,
            "stop": 873847945
        },
        {
            "start": 873847946,
            "stop": 873847951
        },
        {
            "start": 873847952,
            "stop": 873848113
        },
        {
            "start": 873848114,
            "stop": 873848168
        },
        {
            "start": 873848170,
            "stop": 873848282
        },
        {
            "start": 873848283,
            "stop": 873848287
        },
        {
            "start": 873848288,
            "stop": 873848465
        },
        {
            "start": 873848466,
            "stop": 873848636
        },
        {
            "start": 873848637,
            "stop": 873848897
        },
        {
            "start": 873848898,
            "stop": 873848984
        },
        {
            "start": 873848985,
            "stop": 873849243
        },
        {
            "start": 873849244,
            "stop": 873849550
        },
        {
            "start": 873849551,
            "stop": 873849881
        },
        {
            "start": 873849882,
            "stop": 873850046
        },
        {
            "start": 873850047,
            "stop": 873850192
        },
        {
            "start": 873850193,
            "stop": 873850598
        },
        {
            "start": 873850599,
            "stop": 873851056
        },
        {
            "start": 873851058,
            "stop": 873851106
        },
        {
            "start": 873851108,
            "stop": 873851160
        }
    ]
}