Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=583
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=584",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=582",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 583,
    "results": [
        {
            "start": 1262912751,
            "stop": 1262913216
        },
        {
            "start": 1262913219,
            "stop": 1262913300
        },
        {
            "start": 1262913303,
            "stop": 1262913419
        },
        {
            "start": 1262913422,
            "stop": 1262913443
        },
        {
            "start": 1262913446,
            "stop": 1262913645
        },
        {
            "start": 1262913648,
            "stop": 1262913658
        },
        {
            "start": 1262913661,
            "stop": 1262913701
        },
        {
            "start": 1262913704,
            "stop": 1262913770
        },
        {
            "start": 1262913773,
            "stop": 1262913778
        },
        {
            "start": 1262913781,
            "stop": 1262913798
        },
        {
            "start": 1262913803,
            "stop": 1262913931
        },
        {
            "start": 1262913934,
            "stop": 1262913947
        },
        {
            "start": 1262913950,
            "stop": 1262914094
        },
        {
            "start": 1262914097,
            "stop": 1262914528
        },
        {
            "start": 1262914531,
            "stop": 1262914566
        },
        {
            "start": 1262914569,
            "stop": 1262914577
        },
        {
            "start": 1262914580,
            "stop": 1262914601
        },
        {
            "start": 1262914604,
            "stop": 1262914610
        },
        {
            "start": 1262914613,
            "stop": 1262914661
        },
        {
            "start": 1262914664,
            "stop": 1262914759
        }
    ]
}