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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=125",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 126,
    "results": [
        {
            "start": 819054000,
            "stop": 819054300
        },
        {
            "start": 819054360,
            "stop": 819054480
        },
        {
            "start": 819054540,
            "stop": 819054780
        },
        {
            "start": 819054840,
            "stop": 819054900
        },
        {
            "start": 819055020,
            "stop": 819055142
        },
        {
            "start": 819055146,
            "stop": 819055213
        },
        {
            "start": 819055400,
            "stop": 819056480
        },
        {
            "start": 819056512,
            "stop": 819056704
        },
        {
            "start": 819056736,
            "stop": 819057649
        },
        {
            "start": 819059272,
            "stop": 819059340
        },
        {
            "start": 819059400,
            "stop": 819059616
        },
        {
            "start": 819059648,
            "stop": 819060102
        },
        {
            "start": 819061326,
            "stop": 819061440
        },
        {
            "start": 819061560,
            "stop": 819061680
        },
        {
            "start": 819061740,
            "stop": 819061800
        },
        {
            "start": 819062005,
            "stop": 819062100
        },
        {
            "start": 819062220,
            "stop": 819062700
        },
        {
            "start": 819062939,
            "stop": 819063000
        },
        {
            "start": 819063060,
            "stop": 819063735
        },
        {
            "start": 819063738,
            "stop": 819064000
        }
    ]
}