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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=121",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 122,
    "results": [
        {
            "start": 1134923101,
            "stop": 1134923225
        },
        {
            "start": 1134923229,
            "stop": 1134923339
        },
        {
            "start": 1134923347,
            "stop": 1134926757
        },
        {
            "start": 1134926760,
            "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
        },
        {
            "start": 1134928920,
            "stop": 1134928939
        },
        {
            "start": 1134928942,
            "stop": 1134928952
        }
    ]
}