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=358
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=359",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=357",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 358,
    "results": [
        {
            "start": 821757659,
            "stop": 821757666
        },
        {
            "start": 821757669,
            "stop": 821757673
        },
        {
            "start": 821757678,
            "stop": 821757679
        },
        {
            "start": 821757682,
            "stop": 821757712
        },
        {
            "start": 821757715,
            "stop": 821757718
        },
        {
            "start": 821757723,
            "stop": 821757724
        },
        {
            "start": 821757727,
            "stop": 821757728
        },
        {
            "start": 821757737,
            "stop": 821757738
        },
        {
            "start": 821757750,
            "stop": 821757751
        },
        {
            "start": 821757754,
            "stop": 821757757
        },
        {
            "start": 821757760,
            "stop": 821757764
        },
        {
            "start": 821757767,
            "stop": 821757785
        },
        {
            "start": 821757793,
            "stop": 821757803
        },
        {
            "start": 821757806,
            "stop": 821757815
        },
        {
            "start": 821757819,
            "stop": 821757821
        },
        {
            "start": 821757824,
            "stop": 821757825
        },
        {
            "start": 821757828,
            "stop": 821757847
        },
        {
            "start": 821757850,
            "stop": 821757856
        },
        {
            "start": 821757859,
            "stop": 821757862
        },
        {
            "start": 821757865,
            "stop": 821757872
        }
    ]
}