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=40579
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=40580",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40578",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40579,
    "results": [
        {
            "start": 874853755,
            "stop": 874853791
        },
        {
            "start": 874853792,
            "stop": 874853795
        },
        {
            "start": 874853796,
            "stop": 874853820
        },
        {
            "start": 874853940,
            "stop": 874853944
        },
        {
            "start": 874853946,
            "stop": 874853988
        },
        {
            "start": 874853989,
            "stop": 874854001
        },
        {
            "start": 874854002,
            "stop": 874854012
        },
        {
            "start": 874854013,
            "stop": 874854020
        },
        {
            "start": 874854021,
            "stop": 874854053
        },
        {
            "start": 874854054,
            "stop": 874854060
        },
        {
            "start": 874854120,
            "stop": 874854129
        },
        {
            "start": 874854131,
            "stop": 874854134
        },
        {
            "start": 874854138,
            "stop": 874854139
        },
        {
            "start": 874854140,
            "stop": 874854144
        },
        {
            "start": 874854146,
            "stop": 874854165
        },
        {
            "start": 874854166,
            "stop": 874854198
        },
        {
            "start": 874854199,
            "stop": 874854225
        },
        {
            "start": 874854226,
            "stop": 874854237
        },
        {
            "start": 874854239,
            "stop": 874854240
        },
        {
            "start": 874854300,
            "stop": 874854323
        }
    ]
}