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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=130",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 131,
    "results": [
        {
            "start": 825942746,
            "stop": 825942750
        },
        {
            "start": 825942755,
            "stop": 825942758
        },
        {
            "start": 825942761,
            "stop": 825942764
        },
        {
            "start": 825942768,
            "stop": 825942777
        },
        {
            "start": 825942778,
            "stop": 825942783
        },
        {
            "start": 825942785,
            "stop": 825942786
        },
        {
            "start": 825942788,
            "stop": 825942797
        },
        {
            "start": 825942799,
            "stop": 825942807
        },
        {
            "start": 825942809,
            "stop": 825942810
        },
        {
            "start": 825942811,
            "stop": 825942821
        },
        {
            "start": 825942823,
            "stop": 825942832
        },
        {
            "start": 825942835,
            "stop": 825942838
        },
        {
            "start": 825942840,
            "stop": 825942849
        },
        {
            "start": 825942851,
            "stop": 825942853
        },
        {
            "start": 825942856,
            "stop": 825942861
        },
        {
            "start": 825942863,
            "stop": 825942865
        },
        {
            "start": 825942874,
            "stop": 825942875
        },
        {
            "start": 825942877,
            "stop": 825942878
        },
        {
            "start": 825942881,
            "stop": 825942882
        },
        {
            "start": 825942884,
            "stop": 825942892
        }
    ]
}