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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=447",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=445",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 446,
    "results": [
        {
            "start": 821775810,
            "stop": 821775811
        },
        {
            "start": 821775814,
            "stop": 821775816
        },
        {
            "start": 821775819,
            "stop": 821775828
        },
        {
            "start": 821775831,
            "stop": 821775832
        },
        {
            "start": 821775835,
            "stop": 821775843
        },
        {
            "start": 821775846,
            "stop": 821775859
        },
        {
            "start": 821775862,
            "stop": 821775866
        },
        {
            "start": 821775872,
            "stop": 821775874
        },
        {
            "start": 821775877,
            "stop": 821775879
        },
        {
            "start": 821775882,
            "stop": 821775891
        },
        {
            "start": 821775896,
            "stop": 821775901
        },
        {
            "start": 821775904,
            "stop": 821775908
        },
        {
            "start": 821775911,
            "stop": 821775915
        },
        {
            "start": 821775918,
            "stop": 821775920
        },
        {
            "start": 821775930,
            "stop": 821775936
        },
        {
            "start": 821775939,
            "stop": 821775948
        },
        {
            "start": 821775951,
            "stop": 821775956
        },
        {
            "start": 821775962,
            "stop": 821775963
        },
        {
            "start": 821775972,
            "stop": 821775977
        },
        {
            "start": 821775984,
            "stop": 821775985
        }
    ]
}