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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=731",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=729",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 730,
    "results": [
        {
            "start": 853674386,
            "stop": 853686620
        },
        {
            "start": 853686917,
            "stop": 853688626
        },
        {
            "start": 853746598,
            "stop": 853747061
        },
        {
            "start": 853747500,
            "stop": 853758774
        },
        {
            "start": 853760307,
            "stop": 853767480
        },
        {
            "start": 853767481,
            "stop": 853781100
        },
        {
            "start": 853832364,
            "stop": 853838307
        },
        {
            "start": 853843331,
            "stop": 853865016
        },
        {
            "start": 853931656,
            "stop": 853933061
        },
        {
            "start": 853933470,
            "stop": 853949434
        },
        {
            "start": 853951446,
            "stop": 853952599
        },
        {
            "start": 853952607,
            "stop": 853952608
        },
        {
            "start": 853952611,
            "stop": 853952614
        },
        {
            "start": 853952617,
            "stop": 853955039
        },
        {
            "start": 853955041,
            "stop": 853955043
        },
        {
            "start": 853956065,
            "stop": 853966095
        },
        {
            "start": 854006768,
            "stop": 854041710
        },
        {
            "start": 854089181,
            "stop": 854115809
        },
        {
            "start": 854115811,
            "stop": 854122746
        },
        {
            "start": 854124997,
            "stop": 854145579
        }
    ]
}