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=8589
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=8590",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8588",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8589,
    "results": [
        {
            "start": 870552103,
            "stop": 870552120
        },
        {
            "start": 870552240,
            "stop": 870552553
        },
        {
            "start": 870552570,
            "stop": 870552673
        },
        {
            "start": 870552690,
            "stop": 870552737
        },
        {
            "start": 870552754,
            "stop": 870552780
        },
        {
            "start": 870552861,
            "stop": 870552960
        },
        {
            "start": 870553200,
            "stop": 870553250
        },
        {
            "start": 870553330,
            "stop": 870553368
        },
        {
            "start": 870556710,
            "stop": 870556837
        },
        {
            "start": 870557040,
            "stop": 870557104
        },
        {
            "start": 870557188,
            "stop": 870557460
        },
        {
            "start": 870557520,
            "stop": 870557580
        },
        {
            "start": 870557700,
            "stop": 870557880
        },
        {
            "start": 870558000,
            "stop": 870558120
        },
        {
            "start": 870558360,
            "stop": 870558365
        },
        {
            "start": 870558401,
            "stop": 870558480
        },
        {
            "start": 870558720,
            "stop": 870558770
        },
        {
            "start": 870559020,
            "stop": 870559080
        },
        {
            "start": 870559200,
            "stop": 870559244
        },
        {
            "start": 870559425,
            "stop": 870559571
        }
    ]
}