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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=156",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 157,
    "results": [
        {
            "start": 821537767,
            "stop": 821537770
        },
        {
            "start": 821537774,
            "stop": 821537775
        },
        {
            "start": 821537780,
            "stop": 821537791
        },
        {
            "start": 821537794,
            "stop": 821537819
        },
        {
            "start": 821537822,
            "stop": 821537828
        },
        {
            "start": 821537831,
            "stop": 821537839
        },
        {
            "start": 821537842,
            "stop": 821537847
        },
        {
            "start": 821537850,
            "stop": 821537961
        },
        {
            "start": 821537964,
            "stop": 821537995
        },
        {
            "start": 821537998,
            "stop": 821538005
        },
        {
            "start": 821538008,
            "stop": 821538026
        },
        {
            "start": 821538029,
            "stop": 821538031
        },
        {
            "start": 821538034,
            "stop": 821538054
        },
        {
            "start": 821538057,
            "stop": 821538104
        },
        {
            "start": 821538107,
            "stop": 821538118
        },
        {
            "start": 821538127,
            "stop": 821538141
        },
        {
            "start": 821538144,
            "stop": 821538175
        },
        {
            "start": 821538178,
            "stop": 821538201
        },
        {
            "start": 821538207,
            "stop": 821538217
        },
        {
            "start": 821538220,
            "stop": 821538222
        }
    ]
}