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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=231",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 232,
    "results": [
        {
            "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": 933594257
        },
        {
            "start": 933594259,
            "stop": 933595215
        },
        {
            "start": 933595455,
            "stop": 933597149
        },
        {
            "start": 933597151,
            "stop": 933598609
        },
        {
            "start": 933598611,
            "stop": 933598617
        },
        {
            "start": 933598619,
            "stop": 933598620
        },
        {
            "start": 933598622,
            "stop": 933598815
        },
        {
            "start": 933599055,
            "stop": 933599097
        },
        {
            "start": 933599101,
            "stop": 933600217
        },
        {
            "start": 933600219,
            "stop": 933602415
        }
    ]
}