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=552
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=553",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=551",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 552,
    "results": [
        {
            "start": 1185264476,
            "stop": 1185266008
        },
        {
            "start": 1185266010,
            "stop": 1185270482
        },
        {
            "start": 1185270484,
            "stop": 1185271680
        },
        {
            "start": 1185271684,
            "stop": 1185277111
        },
        {
            "start": 1185277113,
            "stop": 1185282309
        },
        {
            "start": 1185282311,
            "stop": 1185282696
        },
        {
            "start": 1185282698,
            "stop": 1185282781
        },
        {
            "start": 1185282784,
            "stop": 1185282994
        },
        {
            "start": 1185282998,
            "stop": 1185286537
        },
        {
            "start": 1185286541,
            "stop": 1185286663
        },
        {
            "start": 1185286667,
            "stop": 1185286668
        },
        {
            "start": 1185286670,
            "stop": 1185288113
        },
        {
            "start": 1185288115,
            "stop": 1185288448
        },
        {
            "start": 1185288451,
            "stop": 1185288462
        },
        {
            "start": 1185288477,
            "stop": 1185288479
        },
        {
            "start": 1185288483,
            "stop": 1185288484
        },
        {
            "start": 1185288486,
            "stop": 1185288508
        },
        {
            "start": 1185288511,
            "stop": 1185289128
        },
        {
            "start": 1185289130,
            "stop": 1185289355
        },
        {
            "start": 1185289357,
            "stop": 1185289376
        }
    ]
}