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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2094",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2092",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2093,
    "results": [
        {
            "start": 864155370,
            "stop": 864155377
        },
        {
            "start": 864155383,
            "stop": 864156747
        },
        {
            "start": 864156753,
            "stop": 864158570
        },
        {
            "start": 864158919,
            "stop": 864168506
        },
        {
            "start": 864168806,
            "stop": 864172382
        },
        {
            "start": 864172388,
            "stop": 864179702
        },
        {
            "start": 864179708,
            "stop": 864193841
        },
        {
            "start": 864193951,
            "stop": 864194487
        },
        {
            "start": 864194787,
            "stop": 864253148
        },
        {
            "start": 864254897,
            "stop": 864257753
        },
        {
            "start": 864258927,
            "stop": 864267200
        },
        {
            "start": 864267310,
            "stop": 864267719
        },
        {
            "start": 864268019,
            "stop": 864272182
        },
        {
            "start": 864272292,
            "stop": 864273013
        },
        {
            "start": 864273489,
            "stop": 864274509
        },
        {
            "start": 864274619,
            "stop": 864274761
        },
        {
            "start": 864275061,
            "stop": 864280527
        },
        {
            "start": 864280637,
            "stop": 864280879
        },
        {
            "start": 864281179,
            "stop": 864305568
        },
        {
            "start": 864305868,
            "stop": 864314452
        }
    ]
}