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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8702",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8703,
    "results": [
        {
            "start": 872246865,
            "stop": 872248096
        },
        {
            "start": 872248113,
            "stop": 872248139
        },
        {
            "start": 872248156,
            "stop": 872250360
        },
        {
            "start": 872250420,
            "stop": 872251610
        },
        {
            "start": 872251690,
            "stop": 872255040
        },
        {
            "start": 872255100,
            "stop": 872255372
        },
        {
            "start": 872255530,
            "stop": 872255662
        },
        {
            "start": 872255698,
            "stop": 872256110
        },
        {
            "start": 872256370,
            "stop": 872258416
        },
        {
            "start": 872258536,
            "stop": 872259340
        },
        {
            "start": 872259525,
            "stop": 872260687
        },
        {
            "start": 872260723,
            "stop": 872260742
        },
        {
            "start": 872260759,
            "stop": 872260910
        },
        {
            "start": 872260990,
            "stop": 872261313
        },
        {
            "start": 872261470,
            "stop": 872261947
        },
        {
            "start": 872261964,
            "stop": 872262019
        },
        {
            "start": 872262234,
            "stop": 872262530
        },
        {
            "start": 872262610,
            "stop": 872262759
        },
        {
            "start": 872262776,
            "stop": 872262871
        },
        {
            "start": 872262991,
            "stop": 872263019
        }
    ]
}