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=40934
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=40935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40933",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40934,
    "results": [
        {
            "start": 875108504,
            "stop": 875108561
        },
        {
            "start": 875108562,
            "stop": 875108579
        },
        {
            "start": 875108580,
            "stop": 875108593
        },
        {
            "start": 875108595,
            "stop": 875108600
        },
        {
            "start": 875108604,
            "stop": 875108639
        },
        {
            "start": 875108640,
            "stop": 875108662
        },
        {
            "start": 875108663,
            "stop": 875108688
        },
        {
            "start": 875108690,
            "stop": 875108723
        },
        {
            "start": 875108724,
            "stop": 875108733
        },
        {
            "start": 875108734,
            "stop": 875108751
        },
        {
            "start": 875108752,
            "stop": 875108772
        },
        {
            "start": 875108774,
            "stop": 875108795
        },
        {
            "start": 875108797,
            "stop": 875108895
        },
        {
            "start": 875108898,
            "stop": 875108923
        },
        {
            "start": 875108925,
            "stop": 875108941
        },
        {
            "start": 875108942,
            "stop": 875108999
        },
        {
            "start": 875109000,
            "stop": 875109033
        },
        {
            "start": 875109034,
            "stop": 875109043
        },
        {
            "start": 875109044,
            "stop": 875109065
        },
        {
            "start": 875109066,
            "stop": 875109078
        }
    ]
}