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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=36",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=34",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 35,
    "results": [
        {
            "start": 1126302617,
            "stop": 1126302624
        },
        {
            "start": 1126302626,
            "stop": 1126302660
        },
        {
            "start": 1126302662,
            "stop": 1126302840
        },
        {
            "start": 1126302842,
            "stop": 1126302932
        },
        {
            "start": 1126302934,
            "stop": 1126302946
        },
        {
            "start": 1126302948,
            "stop": 1126302955
        },
        {
            "start": 1126302957,
            "stop": 1126302979
        },
        {
            "start": 1126302980,
            "stop": 1126302994
        },
        {
            "start": 1126302995,
            "stop": 1126303009
        },
        {
            "start": 1126303011,
            "stop": 1126303047
        },
        {
            "start": 1126303049,
            "stop": 1126303057
        },
        {
            "start": 1126303058,
            "stop": 1126303086
        },
        {
            "start": 1126303088,
            "stop": 1126303143
        },
        {
            "start": 1126303145,
            "stop": 1126303147
        },
        {
            "start": 1126303148,
            "stop": 1126303153
        },
        {
            "start": 1126303155,
            "stop": 1126303156
        },
        {
            "start": 1126303158,
            "stop": 1126303159
        },
        {
            "start": 1126303161,
            "stop": 1126303162
        },
        {
            "start": 1126303163,
            "stop": 1126303256
        },
        {
            "start": 1126303258,
            "stop": 1126303354
        }
    ]
}