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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=271",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 272,
    "results": [
        {
            "start": 934238376,
            "stop": 934238386
        },
        {
            "start": 934238389,
            "stop": 934238654
        },
        {
            "start": 934238659,
            "stop": 934238717
        },
        {
            "start": 934238719,
            "stop": 934239061
        },
        {
            "start": 934239064,
            "stop": 934239615
        },
        {
            "start": 934239855,
            "stop": 934240709
        },
        {
            "start": 934240829,
            "stop": 934241132
        },
        {
            "start": 934241134,
            "stop": 934242728
        },
        {
            "start": 934242730,
            "stop": 934243169
        },
        {
            "start": 934243455,
            "stop": 934243863
        },
        {
            "start": 934243865,
            "stop": 934243990
        },
        {
            "start": 934248569,
            "stop": 934248596
        },
        {
            "start": 934248602,
            "stop": 934248639
        },
        {
            "start": 934248646,
            "stop": 934248929
        },
        {
            "start": 934248989,
            "stop": 934249109
        },
        {
            "start": 934249169,
            "stop": 934249289
        },
        {
            "start": 934249349,
            "stop": 934249469
        },
        {
            "start": 934249709,
            "stop": 934249850
        },
        {
            "start": 934249856,
            "stop": 934249949
        },
        {
            "start": 934250069,
            "stop": 934250112
        }
    ]
}