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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=128",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 129,
    "results": [
        {
            "start": 819732607,
            "stop": 819732792
        },
        {
            "start": 819732799,
            "stop": 819732840
        },
        {
            "start": 819732900,
            "stop": 819733223
        },
        {
            "start": 819733235,
            "stop": 819733303
        },
        {
            "start": 819733311,
            "stop": 819733510
        },
        {
            "start": 819733517,
            "stop": 819733560
        },
        {
            "start": 819733620,
            "stop": 819733710
        },
        {
            "start": 819733717,
            "stop": 819733866
        },
        {
            "start": 819733873,
            "stop": 819733919
        },
        {
            "start": 819733927,
            "stop": 819734321
        },
        {
            "start": 819734328,
            "stop": 819734395
        },
        {
            "start": 819734402,
            "stop": 819734448
        },
        {
            "start": 819734455,
            "stop": 819734460
        },
        {
            "start": 819734700,
            "stop": 819734712
        },
        {
            "start": 819755886,
            "stop": 819755925
        },
        {
            "start": 819755932,
            "stop": 819756041
        },
        {
            "start": 819756048,
            "stop": 819756104
        },
        {
            "start": 819756111,
            "stop": 819756180
        },
        {
            "start": 819756240,
            "stop": 819756306
        },
        {
            "start": 819757726,
            "stop": 819757730
        }
    ]
}