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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40806",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40807,
    "results": [
        {
            "start": 875019088,
            "stop": 875019092
        },
        {
            "start": 875019094,
            "stop": 875019104
        },
        {
            "start": 875019105,
            "stop": 875019109
        },
        {
            "start": 875019110,
            "stop": 875019117
        },
        {
            "start": 875019118,
            "stop": 875019153
        },
        {
            "start": 875019156,
            "stop": 875019216
        },
        {
            "start": 875019217,
            "stop": 875019279
        },
        {
            "start": 875019281,
            "stop": 875019293
        },
        {
            "start": 875019296,
            "stop": 875019300
        },
        {
            "start": 875019360,
            "stop": 875019390
        },
        {
            "start": 875019392,
            "stop": 875019441
        },
        {
            "start": 875019442,
            "stop": 875019512
        },
        {
            "start": 875019514,
            "stop": 875019576
        },
        {
            "start": 875019579,
            "stop": 875019599
        },
        {
            "start": 875019600,
            "stop": 875019777
        },
        {
            "start": 875019778,
            "stop": 875019791
        },
        {
            "start": 875019792,
            "stop": 875019855
        },
        {
            "start": 875019858,
            "stop": 875019865
        },
        {
            "start": 875019870,
            "stop": 875019879
        },
        {
            "start": 875019880,
            "stop": 875019882
        }
    ]
}