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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=169",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 170,
    "results": [
        {
            "start": 826910072,
            "stop": 826910074
        },
        {
            "start": 826910078,
            "stop": 826911398
        },
        {
            "start": 826911401,
            "stop": 826913970
        },
        {
            "start": 826914030,
            "stop": 826915620
        },
        {
            "start": 826915630,
            "stop": 826920366
        },
        {
            "start": 826929638,
            "stop": 826929639
        },
        {
            "start": 826929648,
            "stop": 826929649
        },
        {
            "start": 826929652,
            "stop": 826929654
        },
        {
            "start": 826929658,
            "stop": 826929659
        },
        {
            "start": 826929666,
            "stop": 826929667
        },
        {
            "start": 826929669,
            "stop": 826929673
        },
        {
            "start": 826929681,
            "stop": 826929686
        },
        {
            "start": 826929690,
            "stop": 826929691
        },
        {
            "start": 826929698,
            "stop": 826929699
        },
        {
            "start": 826929702,
            "stop": 826929703
        },
        {
            "start": 826929708,
            "stop": 826929710
        },
        {
            "start": 826929713,
            "stop": 826929749
        },
        {
            "start": 826929752,
            "stop": 826929754
        },
        {
            "start": 826929759,
            "stop": 826929760
        },
        {
            "start": 826929762,
            "stop": 826929764
        }
    ]
}