Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5939
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5938",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5939,
    "results": [
        {
            "start": 875210715,
            "stop": 875210753
        },
        {
            "start": 875210758,
            "stop": 875210805
        },
        {
            "start": 875210808,
            "stop": 875210809
        },
        {
            "start": 875210813,
            "stop": 875210955
        },
        {
            "start": 875210958,
            "stop": 875210978
        },
        {
            "start": 875210981,
            "stop": 875210986
        },
        {
            "start": 875210989,
            "stop": 875211064
        },
        {
            "start": 875211067,
            "stop": 875211071
        },
        {
            "start": 875211074,
            "stop": 875211118
        },
        {
            "start": 875211121,
            "stop": 875211168
        },
        {
            "start": 875211172,
            "stop": 875211180
        },
        {
            "start": 875211185,
            "stop": 875211198
        },
        {
            "start": 875211201,
            "stop": 875211203
        },
        {
            "start": 875211207,
            "stop": 875211209
        },
        {
            "start": 875211212,
            "stop": 875211238
        },
        {
            "start": 875211242,
            "stop": 875211287
        },
        {
            "start": 875211291,
            "stop": 875211306
        },
        {
            "start": 875211309,
            "stop": 875211400
        },
        {
            "start": 875211403,
            "stop": 875211412
        },
        {
            "start": 875211416,
            "stop": 875211497
        }
    ]
}