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=144
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=145",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=143",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 144,
    "results": [
        {
            "start": 1135052520,
            "stop": 1135052529
        },
        {
            "start": 1135052534,
            "stop": 1135052561
        },
        {
            "start": 1135052564,
            "stop": 1135052571
        },
        {
            "start": 1135052574,
            "stop": 1135052586
        },
        {
            "start": 1135052589,
            "stop": 1135052595
        },
        {
            "start": 1135052598,
            "stop": 1135052600
        },
        {
            "start": 1135052603,
            "stop": 1135052604
        },
        {
            "start": 1135052607,
            "stop": 1135052610
        },
        {
            "start": 1135052613,
            "stop": 1135052616
        },
        {
            "start": 1135052619,
            "stop": 1135052623
        },
        {
            "start": 1135052627,
            "stop": 1135052637
        },
        {
            "start": 1135052640,
            "stop": 1135052646
        },
        {
            "start": 1135052649,
            "stop": 1135052661
        },
        {
            "start": 1135052664,
            "stop": 1135052676
        },
        {
            "start": 1135052679,
            "stop": 1135052697
        },
        {
            "start": 1135052700,
            "stop": 1135052705
        },
        {
            "start": 1135052708,
            "stop": 1135052715
        },
        {
            "start": 1135052718,
            "stop": 1135052723
        },
        {
            "start": 1135052726,
            "stop": 1135052733
        },
        {
            "start": 1135052736,
            "stop": 1135052742
        }
    ]
}