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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=107",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=105",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 106,
    "results": [
        {
            "start": 1134864354,
            "stop": 1134864355
        },
        {
            "start": 1134864368,
            "stop": 1134866482
        },
        {
            "start": 1134866489,
            "stop": 1134866491
        },
        {
            "start": 1134866511,
            "stop": 1134866516
        },
        {
            "start": 1134866523,
            "stop": 1134866525
        },
        {
            "start": 1134866533,
            "stop": 1134866535
        },
        {
            "start": 1134866538,
            "stop": 1134866541
        },
        {
            "start": 1134866550,
            "stop": 1134866551
        },
        {
            "start": 1134866560,
            "stop": 1134866564
        },
        {
            "start": 1134866567,
            "stop": 1134866571
        },
        {
            "start": 1134866574,
            "stop": 1134866576
        },
        {
            "start": 1134866580,
            "stop": 1134866582
        },
        {
            "start": 1134866585,
            "stop": 1134866591
        },
        {
            "start": 1134866597,
            "stop": 1134866598
        },
        {
            "start": 1134866604,
            "stop": 1134866605
        },
        {
            "start": 1134866623,
            "stop": 1134866636
        },
        {
            "start": 1134866654,
            "stop": 1134866666
        },
        {
            "start": 1134866692,
            "stop": 1134866723
        },
        {
            "start": 1134866730,
            "stop": 1134866741
        },
        {
            "start": 1134866744,
            "stop": 1134866746
        }
    ]
}