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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=578",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=576",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 577,
    "results": [
        {
            "start": 834191527,
            "stop": 834193584
        },
        {
            "start": 834193904,
            "stop": 834196189
        },
        {
            "start": 834196589,
            "stop": 834196794
        },
        {
            "start": 834196797,
            "stop": 834197292
        },
        {
            "start": 834197294,
            "stop": 834199251
        },
        {
            "start": 834199253,
            "stop": 834206167
        },
        {
            "start": 834206487,
            "stop": 834206498
        },
        {
            "start": 834207231,
            "stop": 834218894
        },
        {
            "start": 834219214,
            "stop": 834219645
        },
        {
            "start": 834220045,
            "stop": 834230648
        },
        {
            "start": 834230649,
            "stop": 834243808
        },
        {
            "start": 834243810,
            "stop": 834246060
        },
        {
            "start": 834268309,
            "stop": 834270155
        },
        {
            "start": 834272138,
            "stop": 834276342
        },
        {
            "start": 834276551,
            "stop": 834281665
        },
        {
            "start": 834283046,
            "stop": 834283334
        },
        {
            "start": 834284039,
            "stop": 834294018
        },
        {
            "start": 834298181,
            "stop": 834298199
        },
        {
            "start": 834298599,
            "stop": 834300756
        },
        {
            "start": 834302721,
            "stop": 834305446
        }
    ]
}