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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT3/segments?format=api&page=25",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 26,
    "results": [
        {
            "start": 1170747161,
            "stop": 1170747242
        },
        {
            "start": 1170747246,
            "stop": 1170747291
        },
        {
            "start": 1170747297,
            "stop": 1170747461
        },
        {
            "start": 1170747468,
            "stop": 1170747515
        },
        {
            "start": 1170747521,
            "stop": 1170747568
        },
        {
            "start": 1170747576,
            "stop": 1170747744
        },
        {
            "start": 1170747764,
            "stop": 1170747787
        },
        {
            "start": 1170747792,
            "stop": 1170747816
        },
        {
            "start": 1170758965,
            "stop": 1170769363
        },
        {
            "start": 1170769365,
            "stop": 1170770926
        },
        {
            "start": 1170770928,
            "stop": 1170772165
        },
        {
            "start": 1170772172,
            "stop": 1170772207
        },
        {
            "start": 1170772232,
            "stop": 1170772333
        },
        {
            "start": 1170772356,
            "stop": 1170772440
        },
        {
            "start": 1170772449,
            "stop": 1170772525
        },
        {
            "start": 1170772569,
            "stop": 1170772574
        },
        {
            "start": 1170772579,
            "stop": 1170772602
        },
        {
            "start": 1170772627,
            "stop": 1170772671
        },
        {
            "start": 1170772777,
            "stop": 1170772867
        },
        {
            "start": 1170772879,
            "stop": 1170772945
        }
    ]
}