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=8743
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=8744",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8742",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8743,
    "results": [
        {
            "start": 872990450,
            "stop": 872990880
        },
        {
            "start": 872990940,
            "stop": 872991480
        },
        {
            "start": 872991540,
            "stop": 872991725
        },
        {
            "start": 872991991,
            "stop": 872992111
        },
        {
            "start": 872992128,
            "stop": 872993298
        },
        {
            "start": 872993315,
            "stop": 872993404
        },
        {
            "start": 872993421,
            "stop": 872993435
        },
        {
            "start": 872993452,
            "stop": 872993494
        },
        {
            "start": 872993511,
            "stop": 872994498
        },
        {
            "start": 872994515,
            "stop": 872995884
        },
        {
            "start": 872995901,
            "stop": 872995981
        },
        {
            "start": 872995998,
            "stop": 872996110
        },
        {
            "start": 872996129,
            "stop": 872996277
        },
        {
            "start": 872996294,
            "stop": 872996341
        },
        {
            "start": 872996371,
            "stop": 872996440
        },
        {
            "start": 872996457,
            "stop": 872996465
        },
        {
            "start": 872996495,
            "stop": 872996672
        },
        {
            "start": 872996689,
            "stop": 872996734
        },
        {
            "start": 872996751,
            "stop": 872997004
        },
        {
            "start": 872997021,
            "stop": 872997150
        }
    ]
}