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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=704",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=702",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 703,
    "results": [
        {
            "start": 830177010,
            "stop": 830177275
        },
        {
            "start": 830177279,
            "stop": 830177355
        },
        {
            "start": 830177358,
            "stop": 830177385
        },
        {
            "start": 830177388,
            "stop": 830177473
        },
        {
            "start": 830177476,
            "stop": 830177514
        },
        {
            "start": 830177536,
            "stop": 830177609
        },
        {
            "start": 830177612,
            "stop": 830177625
        },
        {
            "start": 830177628,
            "stop": 830177630
        },
        {
            "start": 830177633,
            "stop": 830177852
        },
        {
            "start": 830177869,
            "stop": 830177895
        },
        {
            "start": 830177912,
            "stop": 830178384
        },
        {
            "start": 830178401,
            "stop": 830178463
        },
        {
            "start": 830178480,
            "stop": 830178553
        },
        {
            "start": 830178570,
            "stop": 830178774
        },
        {
            "start": 830178791,
            "stop": 830178875
        },
        {
            "start": 830178892,
            "stop": 830179167
        },
        {
            "start": 830179184,
            "stop": 830179314
        },
        {
            "start": 830179342,
            "stop": 830179743
        },
        {
            "start": 830179760,
            "stop": 830180070
        },
        {
            "start": 830180087,
            "stop": 830180205
        }
    ]
}