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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=52",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 53,
    "results": [
        {
            "start": 820381034,
            "stop": 820392817
        },
        {
            "start": 820392818,
            "stop": 820394437
        },
        {
            "start": 820394440,
            "stop": 820398639
        },
        {
            "start": 820407777,
            "stop": 820424123
        },
        {
            "start": 820424697,
            "stop": 820429624
        },
        {
            "start": 820430919,
            "stop": 820432950
        },
        {
            "start": 820433010,
            "stop": 820433742
        },
        {
            "start": 820434062,
            "stop": 820435006
        },
        {
            "start": 820435406,
            "stop": 820443244
        },
        {
            "start": 820443744,
            "stop": 820443746
        },
        {
            "start": 820444236,
            "stop": 820450601
        },
        {
            "start": 820451574,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820453943
        },
        {
            "start": 820453944,
            "stop": 820464110
        },
        {
            "start": 820464111,
            "stop": 820476462
        },
        {
            "start": 820476465,
            "stop": 820476519
        },
        {
            "start": 820476522,
            "stop": 820476965
        },
        {
            "start": 820476968,
            "stop": 820477030
        },
        {
            "start": 820477033,
            "stop": 820477542
        },
        {
            "start": 820477545,
            "stop": 820477665
        }
    ]
}