Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=992
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=993",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=991",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 992,
    "results": [
        {
            "start": 1134923074,
            "stop": 1134923082
        },
        {
            "start": 1134923087,
            "stop": 1134923098
        },
        {
            "start": 1134923101,
            "stop": 1134923225
        },
        {
            "start": 1134923229,
            "stop": 1134923342
        },
        {
            "start": 1134923344,
            "stop": 1134926756
        },
        {
            "start": 1134926761,
            "stop": 1134926806
        },
        {
            "start": 1134926809,
            "stop": 1134927405
        },
        {
            "start": 1134927413,
            "stop": 1134927415
        },
        {
            "start": 1134927421,
            "stop": 1134927436
        },
        {
            "start": 1134927439,
            "stop": 1134927441
        },
        {
            "start": 1134927444,
            "stop": 1134927445
        },
        {
            "start": 1134927453,
            "stop": 1134927465
        },
        {
            "start": 1134927568,
            "stop": 1134927569
        },
        {
            "start": 1134927577,
            "stop": 1134927578
        },
        {
            "start": 1134927656,
            "stop": 1134927659
        },
        {
            "start": 1134927990,
            "stop": 1134927993
        },
        {
            "start": 1134927997,
            "stop": 1134928034
        },
        {
            "start": 1134928162,
            "stop": 1134928895
        },
        {
            "start": 1134928903,
            "stop": 1134928907
        },
        {
            "start": 1134928912,
            "stop": 1134928917
        }
    ]
}