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=140
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=141",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=139",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 140,
    "results": [
        {
            "start": 1135051378,
            "stop": 1135051388
        },
        {
            "start": 1135051391,
            "stop": 1135051441
        },
        {
            "start": 1135051445,
            "stop": 1135051562
        },
        {
            "start": 1135051565,
            "stop": 1135051669
        },
        {
            "start": 1135051674,
            "stop": 1135051681
        },
        {
            "start": 1135051684,
            "stop": 1135051690
        },
        {
            "start": 1135051693,
            "stop": 1135051705
        },
        {
            "start": 1135051708,
            "stop": 1135051761
        },
        {
            "start": 1135051764,
            "stop": 1135051776
        },
        {
            "start": 1135051779,
            "stop": 1135051788
        },
        {
            "start": 1135051791,
            "stop": 1135051800
        },
        {
            "start": 1135051806,
            "stop": 1135051814
        },
        {
            "start": 1135051817,
            "stop": 1135051825
        },
        {
            "start": 1135051828,
            "stop": 1135051837
        },
        {
            "start": 1135051840,
            "stop": 1135051847
        },
        {
            "start": 1135051850,
            "stop": 1135051861
        },
        {
            "start": 1135051864,
            "stop": 1135051870
        },
        {
            "start": 1135051873,
            "stop": 1135051885
        },
        {
            "start": 1135051888,
            "stop": 1135051900
        },
        {
            "start": 1135051903,
            "stop": 1135051911
        }
    ]
}