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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=209",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=207",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 208,
    "results": [
        {
            "start": 933561231,
            "stop": 933562560
        },
        {
            "start": 933562800,
            "stop": 933562815
        },
        {
            "start": 933563175,
            "stop": 933564180
        },
        {
            "start": 933567000,
            "stop": 933567365
        },
        {
            "start": 933567367,
            "stop": 933570015
        },
        {
            "start": 933570375,
            "stop": 933570615
        },
        {
            "start": 933570915,
            "stop": 933571875
        },
        {
            "start": 933572175,
            "stop": 933573615
        },
        {
            "start": 933573855,
            "stop": 933576157
        },
        {
            "start": 933576159,
            "stop": 933576422
        },
        {
            "start": 933576425,
            "stop": 933577215
        },
        {
            "start": 933577455,
            "stop": 933578535
        },
        {
            "start": 933582555,
            "stop": 933584415
        },
        {
            "start": 933584655,
            "stop": 933585763
        },
        {
            "start": 933585768,
            "stop": 933588015
        },
        {
            "start": 933588255,
            "stop": 933588294
        },
        {
            "start": 933588297,
            "stop": 933591615
        },
        {
            "start": 933591855,
            "stop": 933595215
        },
        {
            "start": 933595455,
            "stop": 933598815
        },
        {
            "start": 933599055,
            "stop": 933599097
        }
    ]
}