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=40828
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=40829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40827",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40828,
    "results": [
        {
            "start": 875038824,
            "stop": 875038827
        },
        {
            "start": 875038828,
            "stop": 875038834
        },
        {
            "start": 875038836,
            "stop": 875038838
        },
        {
            "start": 875038839,
            "stop": 875038845
        },
        {
            "start": 875038848,
            "stop": 875038862
        },
        {
            "start": 875038863,
            "stop": 875038875
        },
        {
            "start": 875038877,
            "stop": 875038881
        },
        {
            "start": 875038882,
            "stop": 875038885
        },
        {
            "start": 875038886,
            "stop": 875038897
        },
        {
            "start": 875038899,
            "stop": 875038909
        },
        {
            "start": 875038911,
            "stop": 875038962
        },
        {
            "start": 875038963,
            "stop": 875038974
        },
        {
            "start": 875038976,
            "stop": 875039005
        },
        {
            "start": 875039006,
            "stop": 875039013
        },
        {
            "start": 875039014,
            "stop": 875039041
        },
        {
            "start": 875039042,
            "stop": 875039047
        },
        {
            "start": 875039049,
            "stop": 875039069
        },
        {
            "start": 875039070,
            "stop": 875039133
        },
        {
            "start": 875039134,
            "stop": 875039150
        },
        {
            "start": 875039152,
            "stop": 875039155
        }
    ]
}