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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=244",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 245,
    "results": [
        {
            "start": 1136439463,
            "stop": 1136439476
        },
        {
            "start": 1136439479,
            "stop": 1136439483
        },
        {
            "start": 1136439487,
            "stop": 1136439516
        },
        {
            "start": 1136439520,
            "stop": 1136439524
        },
        {
            "start": 1136439527,
            "stop": 1136439536
        },
        {
            "start": 1136439539,
            "stop": 1136439562
        },
        {
            "start": 1136439568,
            "stop": 1136439574
        },
        {
            "start": 1136439577,
            "stop": 1136439597
        },
        {
            "start": 1136439600,
            "stop": 1136439676
        },
        {
            "start": 1136439680,
            "stop": 1136439683
        },
        {
            "start": 1136439686,
            "stop": 1136439697
        },
        {
            "start": 1136439700,
            "stop": 1136439706
        },
        {
            "start": 1136439709,
            "stop": 1136439720
        },
        {
            "start": 1136439723,
            "stop": 1136439732
        },
        {
            "start": 1136439735,
            "stop": 1136439772
        },
        {
            "start": 1136439776,
            "stop": 1136439780
        },
        {
            "start": 1136439783,
            "stop": 1136439789
        },
        {
            "start": 1136439793,
            "stop": 1136439811
        },
        {
            "start": 1136439814,
            "stop": 1136439822
        },
        {
            "start": 1136439825,
            "stop": 1136439846
        }
    ]
}