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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5740",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5738",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5739,
    "results": [
        {
            "start": 874614472,
            "stop": 874614481
        },
        {
            "start": 874614484,
            "stop": 874614485
        },
        {
            "start": 874614488,
            "stop": 874614493
        },
        {
            "start": 874614496,
            "stop": 874614498
        },
        {
            "start": 874614501,
            "stop": 874614521
        },
        {
            "start": 874614524,
            "stop": 874614533
        },
        {
            "start": 874614536,
            "stop": 874614538
        },
        {
            "start": 874614547,
            "stop": 874614549
        },
        {
            "start": 874614557,
            "stop": 874614563
        },
        {
            "start": 874614566,
            "stop": 874614605
        },
        {
            "start": 874614608,
            "stop": 874614619
        },
        {
            "start": 874614627,
            "stop": 874614634
        },
        {
            "start": 874614637,
            "stop": 874614656
        },
        {
            "start": 874614659,
            "stop": 874614666
        },
        {
            "start": 874614674,
            "stop": 874614677
        },
        {
            "start": 874614681,
            "stop": 874614692
        },
        {
            "start": 874614699,
            "stop": 874614702
        },
        {
            "start": 874614714,
            "stop": 874614728
        },
        {
            "start": 874614734,
            "stop": 874614737
        },
        {
            "start": 874614740,
            "stop": 874614741
        }
    ]
}