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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7544",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7542",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7543,
    "results": [
        {
            "start": 970424590,
            "stop": 970424591
        },
        {
            "start": 970424597,
            "stop": 970424611
        },
        {
            "start": 970424614,
            "stop": 970424706
        },
        {
            "start": 970424709,
            "stop": 970424729
        },
        {
            "start": 970424732,
            "stop": 970424741
        },
        {
            "start": 970424744,
            "stop": 970424787
        },
        {
            "start": 970424790,
            "stop": 970424829
        },
        {
            "start": 970424832,
            "stop": 970424872
        },
        {
            "start": 970424875,
            "stop": 970424886
        },
        {
            "start": 970424889,
            "stop": 970424903
        },
        {
            "start": 970424907,
            "stop": 970424944
        },
        {
            "start": 970424947,
            "stop": 970424971
        },
        {
            "start": 970424974,
            "stop": 970424998
        },
        {
            "start": 970425001,
            "stop": 970425024
        },
        {
            "start": 970425027,
            "stop": 970425130
        },
        {
            "start": 970425134,
            "stop": 970425178
        },
        {
            "start": 970425190,
            "stop": 970425198
        },
        {
            "start": 970425203,
            "stop": 970425222
        },
        {
            "start": 970425225,
            "stop": 970425228
        },
        {
            "start": 970425231,
            "stop": 970425256
        }
    ]
}