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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=349",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 350,
    "results": [
        {
            "start": 1181616567,
            "stop": 1181617548
        },
        {
            "start": 1181617549,
            "stop": 1181618858
        },
        {
            "start": 1181618859,
            "stop": 1181619167
        },
        {
            "start": 1181619171,
            "stop": 1181619176
        },
        {
            "start": 1181619177,
            "stop": 1181619944
        },
        {
            "start": 1181619945,
            "stop": 1181620451
        },
        {
            "start": 1181620452,
            "stop": 1181620456
        },
        {
            "start": 1181620457,
            "stop": 1181620960
        },
        {
            "start": 1181620961,
            "stop": 1181622050
        },
        {
            "start": 1181622051,
            "stop": 1181622124
        },
        {
            "start": 1181622126,
            "stop": 1181622129
        },
        {
            "start": 1181622130,
            "stop": 1181622131
        },
        {
            "start": 1181622133,
            "stop": 1181622134
        },
        {
            "start": 1181622135,
            "stop": 1181622136
        },
        {
            "start": 1181622138,
            "stop": 1181622141
        },
        {
            "start": 1181622142,
            "stop": 1181622143
        },
        {
            "start": 1181622144,
            "stop": 1181622145
        },
        {
            "start": 1181622146,
            "stop": 1181622148
        },
        {
            "start": 1181622149,
            "stop": 1181622151
        },
        {
            "start": 1181622153,
            "stop": 1181622154
        }
    ]
}