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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=167",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 168,
    "results": [
        {
            "start": 1131183396,
            "stop": 1131183422
        },
        {
            "start": 1131183423,
            "stop": 1131183445
        },
        {
            "start": 1131183446,
            "stop": 1131183455
        },
        {
            "start": 1131183456,
            "stop": 1131183483
        },
        {
            "start": 1131183484,
            "stop": 1131183528
        },
        {
            "start": 1131183529,
            "stop": 1131183568
        },
        {
            "start": 1131183569,
            "stop": 1131183577
        },
        {
            "start": 1131183578,
            "stop": 1131183583
        },
        {
            "start": 1131183584,
            "stop": 1131183646
        },
        {
            "start": 1131183647,
            "stop": 1131183659
        },
        {
            "start": 1131183660,
            "stop": 1131183671
        },
        {
            "start": 1131183672,
            "stop": 1131183675
        },
        {
            "start": 1131183676,
            "stop": 1131183696
        },
        {
            "start": 1131183697,
            "stop": 1131183728
        },
        {
            "start": 1131183729,
            "stop": 1131183785
        },
        {
            "start": 1131183786,
            "stop": 1131183832
        },
        {
            "start": 1131183833,
            "stop": 1131183849
        },
        {
            "start": 1131183850,
            "stop": 1131183900
        },
        {
            "start": 1131183901,
            "stop": 1131183908
        },
        {
            "start": 1131183909,
            "stop": 1131183952
        }
    ]
}