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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7493",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7491",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7492,
    "results": [
        {
            "start": 970249600,
            "stop": 970249607
        },
        {
            "start": 970249611,
            "stop": 970249775
        },
        {
            "start": 970249779,
            "stop": 970249816
        },
        {
            "start": 970249939,
            "stop": 970249952
        },
        {
            "start": 970249955,
            "stop": 970250055
        },
        {
            "start": 970250058,
            "stop": 970250116
        },
        {
            "start": 970250236,
            "stop": 970250247
        },
        {
            "start": 970250258,
            "stop": 970250272
        },
        {
            "start": 970250275,
            "stop": 970250327
        },
        {
            "start": 970250330,
            "stop": 970250334
        },
        {
            "start": 970250337,
            "stop": 970250478
        },
        {
            "start": 970250489,
            "stop": 970250518
        },
        {
            "start": 970250521,
            "stop": 970250536
        },
        {
            "start": 970250659,
            "stop": 970250958
        },
        {
            "start": 970250964,
            "stop": 970250984
        },
        {
            "start": 970250990,
            "stop": 970251048
        },
        {
            "start": 970251051,
            "stop": 970251088
        },
        {
            "start": 970251091,
            "stop": 970251248
        },
        {
            "start": 970251281,
            "stop": 970251398
        },
        {
            "start": 970251401,
            "stop": 970251436
        }
    ]
}