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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=307",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 308,
    "results": [
        {
            "start": 821735524,
            "stop": 821736494
        },
        {
            "start": 821736497,
            "stop": 821736609
        },
        {
            "start": 821736612,
            "stop": 821736630
        },
        {
            "start": 821736633,
            "stop": 821738139
        },
        {
            "start": 821738142,
            "stop": 821738161
        },
        {
            "start": 821739279,
            "stop": 821739464
        },
        {
            "start": 821739467,
            "stop": 821739745
        },
        {
            "start": 821739748,
            "stop": 821739763
        },
        {
            "start": 821739766,
            "stop": 821740242
        },
        {
            "start": 821740245,
            "stop": 821740298
        },
        {
            "start": 821740301,
            "stop": 821740466
        },
        {
            "start": 821740469,
            "stop": 821740555
        },
        {
            "start": 821740558,
            "stop": 821740594
        },
        {
            "start": 821740597,
            "stop": 821740658
        },
        {
            "start": 821740661,
            "stop": 821740810
        },
        {
            "start": 821740813,
            "stop": 821740892
        },
        {
            "start": 821740895,
            "stop": 821741265
        },
        {
            "start": 821741268,
            "stop": 821741292
        },
        {
            "start": 821741295,
            "stop": 821741423
        },
        {
            "start": 821741426,
            "stop": 821741443
        }
    ]
}