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=322
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=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=321",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 322,
    "results": [
        {
            "start": 822467182,
            "stop": 822467824
        },
        {
            "start": 822467832,
            "stop": 822468001
        },
        {
            "start": 822468008,
            "stop": 822468394
        },
        {
            "start": 822468401,
            "stop": 822469004
        },
        {
            "start": 822469185,
            "stop": 822469703
        },
        {
            "start": 822469710,
            "stop": 822469936
        },
        {
            "start": 822469943,
            "stop": 822470323
        },
        {
            "start": 822470330,
            "stop": 822470952
        },
        {
            "start": 822470959,
            "stop": 822471226
        },
        {
            "start": 822471233,
            "stop": 822471259
        },
        {
            "start": 822471272,
            "stop": 822471524
        },
        {
            "start": 822471705,
            "stop": 822471737
        },
        {
            "start": 822471745,
            "stop": 822471858
        },
        {
            "start": 822471866,
            "stop": 822471979
        },
        {
            "start": 822471986,
            "stop": 822472093
        },
        {
            "start": 822472252,
            "stop": 822472596
        },
        {
            "start": 822472603,
            "stop": 822472759
        },
        {
            "start": 822472766,
            "stop": 822472887
        },
        {
            "start": 822472894,
            "stop": 822474185
        },
        {
            "start": 822474192,
            "stop": 822474363
        }
    ]
}