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=291
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=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=290",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 291,
    "results": [
        {
            "start": 822659711,
            "stop": 822659859
        },
        {
            "start": 822659862,
            "stop": 822660514
        },
        {
            "start": 822660517,
            "stop": 822661009
        },
        {
            "start": 822661012,
            "stop": 822661014
        },
        {
            "start": 822661018,
            "stop": 822661063
        },
        {
            "start": 822661067,
            "stop": 822661082
        },
        {
            "start": 822661085,
            "stop": 822661297
        },
        {
            "start": 822661300,
            "stop": 822661901
        },
        {
            "start": 822661904,
            "stop": 822662371
        },
        {
            "start": 822662374,
            "stop": 822662928
        },
        {
            "start": 822662931,
            "stop": 822663114
        },
        {
            "start": 822663117,
            "stop": 822663576
        },
        {
            "start": 822663579,
            "stop": 822663588
        },
        {
            "start": 822663591,
            "stop": 822663904
        },
        {
            "start": 822663907,
            "stop": 822664140
        },
        {
            "start": 822664200,
            "stop": 822664729
        },
        {
            "start": 822665221,
            "stop": 822665404
        },
        {
            "start": 822665407,
            "stop": 822665877
        },
        {
            "start": 822665992,
            "stop": 822666010
        },
        {
            "start": 822666044,
            "stop": 822666061
        }
    ]
}