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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW/segments?format=api&page=5",
    "results_count": 280,
    "results_per_page": 20,
    "num_pages": 14,
    "page_number": 6,
    "results": [
        {
            "start": 835467719,
            "stop": 835578198
        },
        {
            "start": 835578721,
            "stop": 835655599
        },
        {
            "start": 835689978,
            "stop": 835746364
        },
        {
            "start": 837303270,
            "stop": 837333844
        },
        {
            "start": 837362519,
            "stop": 837387964
        },
        {
            "start": 837445319,
            "stop": 837453664
        },
        {
            "start": 837456764,
            "stop": 837536704
        },
        {
            "start": 837537121,
            "stop": 837538024
        },
        {
            "start": 837538304,
            "stop": 837550864
        },
        {
            "start": 837553904,
            "stop": 837575524
        },
        {
            "start": 837629519,
            "stop": 837640864
        },
        {
            "start": 837642944,
            "stop": 837672244
        },
        {
            "start": 837725519,
            "stop": 837869884
        },
        {
            "start": 837904919,
            "stop": 837919504
        },
        {
            "start": 837925319,
            "stop": 837931144
        },
        {
            "start": 837961319,
            "stop": 837964993
        },
        {
            "start": 837966118,
            "stop": 837973744
        },
        {
            "start": 837975719,
            "stop": 837982504
        },
        {
            "start": 837982919,
            "stop": 838027264
        },
        {
            "start": 838042319,
            "stop": 838069530
        }
    ]
}