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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=297",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 298,
    "results": [
        {
            "start": 932995963,
            "stop": 932995981
        },
        {
            "start": 932995983,
            "stop": 932996073
        },
        {
            "start": 932997233,
            "stop": 932997803
        },
        {
            "start": 933010476,
            "stop": 933012257
        },
        {
            "start": 933012293,
            "stop": 933012400
        },
        {
            "start": 933014598,
            "stop": 933014694
        },
        {
            "start": 933014695,
            "stop": 933014885
        },
        {
            "start": 933014887,
            "stop": 933014901
        },
        {
            "start": 933014903,
            "stop": 933014906
        },
        {
            "start": 933014911,
            "stop": 933014918
        },
        {
            "start": 933015825,
            "stop": 933016955
        },
        {
            "start": 933016958,
            "stop": 933018580
        },
        {
            "start": 933048184,
            "stop": 933050219
        },
        {
            "start": 933050221,
            "stop": 933050723
        },
        {
            "start": 933061327,
            "stop": 933061813
        },
        {
            "start": 933061815,
            "stop": 933061840
        },
        {
            "start": 933061851,
            "stop": 933061859
        },
        {
            "start": 933061861,
            "stop": 933061879
        },
        {
            "start": 933061883,
            "stop": 933061888
        },
        {
            "start": 933063485,
            "stop": 933067884
        }
    ]
}