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=262
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=263",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=261",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 262,
    "results": [
        {
            "start": 827855598,
            "stop": 827855602
        },
        {
            "start": 827855606,
            "stop": 827855607
        },
        {
            "start": 827855608,
            "stop": 827855609
        },
        {
            "start": 827855670,
            "stop": 827855674
        },
        {
            "start": 827855676,
            "stop": 827855677
        },
        {
            "start": 827855683,
            "stop": 827855685
        },
        {
            "start": 827855689,
            "stop": 827855690
        },
        {
            "start": 827855692,
            "stop": 827855698
        },
        {
            "start": 827855704,
            "stop": 827855724
        },
        {
            "start": 827855727,
            "stop": 827855740
        },
        {
            "start": 827855744,
            "stop": 827855875
        },
        {
            "start": 827855877,
            "stop": 827855897
        },
        {
            "start": 827855903,
            "stop": 827856053
        },
        {
            "start": 827856055,
            "stop": 827856145
        },
        {
            "start": 827856147,
            "stop": 827856253
        },
        {
            "start": 827856255,
            "stop": 827856266
        },
        {
            "start": 827856268,
            "stop": 827856276
        },
        {
            "start": 827856278,
            "stop": 827856801
        },
        {
            "start": 827856803,
            "stop": 827857287
        },
        {
            "start": 827857289,
            "stop": 827857795
        }
    ]
}