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=40825
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=40826",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40824",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40825,
    "results": [
        {
            "start": 875037750,
            "stop": 875037757
        },
        {
            "start": 875037758,
            "stop": 875037761
        },
        {
            "start": 875037763,
            "stop": 875037828
        },
        {
            "start": 875037829,
            "stop": 875037833
        },
        {
            "start": 875037835,
            "stop": 875037854
        },
        {
            "start": 875037856,
            "stop": 875037875
        },
        {
            "start": 875037877,
            "stop": 875037887
        },
        {
            "start": 875037888,
            "stop": 875037891
        },
        {
            "start": 875037893,
            "stop": 875037897
        },
        {
            "start": 875037898,
            "stop": 875037918
        },
        {
            "start": 875037920,
            "stop": 875037939
        },
        {
            "start": 875037941,
            "stop": 875037950
        },
        {
            "start": 875037951,
            "stop": 875037975
        },
        {
            "start": 875037976,
            "stop": 875037982
        },
        {
            "start": 875037983,
            "stop": 875038004
        },
        {
            "start": 875038006,
            "stop": 875038046
        },
        {
            "start": 875038048,
            "stop": 875038067
        },
        {
            "start": 875038071,
            "stop": 875038083
        },
        {
            "start": 875038084,
            "stop": 875038092
        },
        {
            "start": 875038093,
            "stop": 875038102
        }
    ]
}