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/O2/timelines/H1_BURST_CAT2/segments?format=api&page=572
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=573",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=571",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 572,
    "results": [
        {
            "start": 1187028940,
            "stop": 1187033303
        },
        {
            "start": 1187033307,
            "stop": 1187039713
        },
        {
            "start": 1187040967,
            "stop": 1187041879
        },
        {
            "start": 1187041882,
            "stop": 1187048559
        },
        {
            "start": 1187048563,
            "stop": 1187054051
        },
        {
            "start": 1187054054,
            "stop": 1187062372
        },
        {
            "start": 1187062373,
            "stop": 1187062379
        },
        {
            "start": 1187062385,
            "stop": 1187062390
        },
        {
            "start": 1187062394,
            "stop": 1187062950
        },
        {
            "start": 1187062951,
            "stop": 1187063180
        },
        {
            "start": 1187063185,
            "stop": 1187063189
        },
        {
            "start": 1187063195,
            "stop": 1187063214
        },
        {
            "start": 1187063215,
            "stop": 1187063280
        },
        {
            "start": 1187083265,
            "stop": 1187084953
        },
        {
            "start": 1187084957,
            "stop": 1187085559
        },
        {
            "start": 1187085562,
            "stop": 1187092484
        },
        {
            "start": 1187092488,
            "stop": 1187094329
        },
        {
            "start": 1187094332,
            "stop": 1187101990
        },
        {
            "start": 1187101993,
            "stop": 1187105816
        },
        {
            "start": 1187105819,
            "stop": 1187107474
        }
    ]
}