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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=237",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 238,
    "results": [
        {
            "start": 821680750,
            "stop": 821680751
        },
        {
            "start": 821680756,
            "stop": 821680757
        },
        {
            "start": 821680765,
            "stop": 821680767
        },
        {
            "start": 821680770,
            "stop": 821680780
        },
        {
            "start": 821680783,
            "stop": 821680790
        },
        {
            "start": 821680793,
            "stop": 821680796
        },
        {
            "start": 821680799,
            "stop": 821680801
        },
        {
            "start": 821680804,
            "stop": 821680805
        },
        {
            "start": 821680811,
            "stop": 821680817
        },
        {
            "start": 821680821,
            "stop": 821680843
        },
        {
            "start": 821680846,
            "stop": 821680848
        },
        {
            "start": 821680851,
            "stop": 821680855
        },
        {
            "start": 821680858,
            "stop": 821680860
        },
        {
            "start": 821680863,
            "stop": 821680871
        },
        {
            "start": 821680874,
            "stop": 821680880
        },
        {
            "start": 821680884,
            "stop": 821680885
        },
        {
            "start": 821680889,
            "stop": 821680891
        },
        {
            "start": 821680897,
            "stop": 821680901
        },
        {
            "start": 821680904,
            "stop": 821680911
        },
        {
            "start": 821680914,
            "stop": 821680927
        }
    ]
}