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=3550
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=3551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3549",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3550,
    "results": [
        {
            "start": 871632391,
            "stop": 871632648
        },
        {
            "start": 871632665,
            "stop": 871632874
        },
        {
            "start": 871632891,
            "stop": 871634516
        },
        {
            "start": 871634533,
            "stop": 871634613
        },
        {
            "start": 871634630,
            "stop": 871635143
        },
        {
            "start": 871635160,
            "stop": 871635441
        },
        {
            "start": 871635458,
            "stop": 871636024
        },
        {
            "start": 871636041,
            "stop": 871636238
        },
        {
            "start": 871636255,
            "stop": 871636432
        },
        {
            "start": 871636449,
            "stop": 871636551
        },
        {
            "start": 871636568,
            "stop": 871638735
        },
        {
            "start": 871638752,
            "stop": 871638906
        },
        {
            "start": 871638923,
            "stop": 871639401
        },
        {
            "start": 871639418,
            "stop": 871639710
        },
        {
            "start": 871639727,
            "stop": 871639919
        },
        {
            "start": 871639934,
            "stop": 871639943
        },
        {
            "start": 871639960,
            "stop": 871640225
        },
        {
            "start": 871640246,
            "stop": 871640577
        },
        {
            "start": 871640594,
            "stop": 871641600
        },
        {
            "start": 871641720,
            "stop": 871642074
        }
    ]
}