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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=144",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 145,
    "results": [
        {
            "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
        },
        {
            "start": 821538228,
            "stop": 821538236
        },
        {
            "start": 821538242,
            "stop": 821538247
        },
        {
            "start": 821538250,
            "stop": 821538263
        },
        {
            "start": 821538266,
            "stop": 821538327
        },
        {
            "start": 821538330,
            "stop": 821538332
        }
    ]
}