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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=429",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=427",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 428,
    "results": [
        {
            "start": 847804272,
            "stop": 847804318
        },
        {
            "start": 847804319,
            "stop": 847804496
        },
        {
            "start": 847804497,
            "stop": 847804498
        },
        {
            "start": 847804499,
            "stop": 847804525
        },
        {
            "start": 847804527,
            "stop": 847804528
        },
        {
            "start": 847804531,
            "stop": 847804563
        },
        {
            "start": 847804565,
            "stop": 847804566
        },
        {
            "start": 847804567,
            "stop": 847804584
        },
        {
            "start": 847804586,
            "stop": 847804605
        },
        {
            "start": 847804606,
            "stop": 847804607
        },
        {
            "start": 847804609,
            "stop": 847804623
        },
        {
            "start": 847804624,
            "stop": 847804626
        },
        {
            "start": 847804627,
            "stop": 847804701
        },
        {
            "start": 847804702,
            "stop": 847804734
        },
        {
            "start": 847804736,
            "stop": 847804753
        },
        {
            "start": 847804755,
            "stop": 847804784
        },
        {
            "start": 847804787,
            "stop": 847804796
        },
        {
            "start": 847804797,
            "stop": 847804818
        },
        {
            "start": 847804819,
            "stop": 847804839
        },
        {
            "start": 847804840,
            "stop": 847804862
        }
    ]
}