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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=10",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 11,
    "results": [
        {
            "start": 931160486,
            "stop": 931160489
        },
        {
            "start": 931160493,
            "stop": 931160494
        },
        {
            "start": 931160496,
            "stop": 931160497
        },
        {
            "start": 931160502,
            "stop": 931160508
        },
        {
            "start": 931160511,
            "stop": 931160512
        },
        {
            "start": 931160525,
            "stop": 931160537
        },
        {
            "start": 931160543,
            "stop": 931160544
        },
        {
            "start": 931160560,
            "stop": 931160563
        },
        {
            "start": 931160567,
            "stop": 931160571
        },
        {
            "start": 931160573,
            "stop": 931160575
        },
        {
            "start": 931160578,
            "stop": 931160579
        },
        {
            "start": 931160593,
            "stop": 931160595
        },
        {
            "start": 931160601,
            "stop": 931160603
        },
        {
            "start": 931160610,
            "stop": 931160615
        },
        {
            "start": 931160624,
            "stop": 931160626
        },
        {
            "start": 931160630,
            "stop": 931160631
        },
        {
            "start": 931160634,
            "stop": 931160637
        },
        {
            "start": 931160664,
            "stop": 931160670
        },
        {
            "start": 931160673,
            "stop": 931160677
        },
        {
            "start": 931160679,
            "stop": 931160680
        }
    ]
}