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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=558",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=556",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 557,
    "results": [
        {
            "start": 872450705,
            "stop": 872450722
        },
        {
            "start": 872450733,
            "stop": 872450740
        },
        {
            "start": 872450745,
            "stop": 872450760
        },
        {
            "start": 872450765,
            "stop": 872450904
        },
        {
            "start": 872450906,
            "stop": 872450907
        },
        {
            "start": 872450915,
            "stop": 872450950
        },
        {
            "start": 872450955,
            "stop": 872451720
        },
        {
            "start": 872451780,
            "stop": 872451789
        },
        {
            "start": 872451792,
            "stop": 872451940
        },
        {
            "start": 872451943,
            "stop": 872451961
        },
        {
            "start": 872451964,
            "stop": 872458487
        },
        {
            "start": 872458495,
            "stop": 872458940
        },
        {
            "start": 872458945,
            "stop": 872458946
        },
        {
            "start": 872458951,
            "stop": 872458957
        },
        {
            "start": 872458960,
            "stop": 872458963
        },
        {
            "start": 872458968,
            "stop": 872458969
        },
        {
            "start": 872458972,
            "stop": 872458980
        },
        {
            "start": 872459040,
            "stop": 872461197
        },
        {
            "start": 872461307,
            "stop": 872461416
        },
        {
            "start": 872461837,
            "stop": 872462055
        }
    ]
}