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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6566",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6564",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6565,
    "results": [
        {
            "start": 874481448,
            "stop": 874481565
        },
        {
            "start": 874481566,
            "stop": 874482135
        },
        {
            "start": 874482136,
            "stop": 874482163
        },
        {
            "start": 874482164,
            "stop": 874482299
        },
        {
            "start": 874482300,
            "stop": 874482319
        },
        {
            "start": 874482320,
            "stop": 874482447
        },
        {
            "start": 874482448,
            "stop": 874482451
        },
        {
            "start": 874482452,
            "stop": 874482581
        },
        {
            "start": 874482582,
            "stop": 874482585
        },
        {
            "start": 874482586,
            "stop": 874482843
        },
        {
            "start": 874482844,
            "stop": 874482968
        },
        {
            "start": 874482969,
            "stop": 874483049
        },
        {
            "start": 874483051,
            "stop": 874483155
        },
        {
            "start": 874483156,
            "stop": 874483189
        },
        {
            "start": 874483190,
            "stop": 874484037
        },
        {
            "start": 874484039,
            "stop": 874484130
        },
        {
            "start": 874484132,
            "stop": 874484568
        },
        {
            "start": 874484569,
            "stop": 874484756
        },
        {
            "start": 874484758,
            "stop": 874485698
        },
        {
            "start": 874485699,
            "stop": 874486185
        }
    ]
}