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=507
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=508",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=506",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 507,
    "results": [
        {
            "start": 826945752,
            "stop": 826945845
        },
        {
            "start": 826945878,
            "stop": 826945903
        },
        {
            "start": 826945929,
            "stop": 826946305
        },
        {
            "start": 826946327,
            "stop": 826946335
        },
        {
            "start": 826946370,
            "stop": 826946492
        },
        {
            "start": 826946519,
            "stop": 826946696
        },
        {
            "start": 826946715,
            "stop": 826946863
        },
        {
            "start": 826946916,
            "stop": 826946945
        },
        {
            "start": 826946965,
            "stop": 826947103
        },
        {
            "start": 826947120,
            "stop": 826947233
        },
        {
            "start": 826947261,
            "stop": 826948734
        },
        {
            "start": 826948753,
            "stop": 826951064
        },
        {
            "start": 826951083,
            "stop": 826951166
        },
        {
            "start": 826951185,
            "stop": 826951495
        },
        {
            "start": 826951514,
            "stop": 826951649
        },
        {
            "start": 826951693,
            "stop": 826951701
        },
        {
            "start": 826951724,
            "stop": 826951737
        },
        {
            "start": 826951779,
            "stop": 826951782
        },
        {
            "start": 826951801,
            "stop": 826951805
        },
        {
            "start": 826951824,
            "stop": 826951845
        }
    ]
}