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=122
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=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=121",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 122,
    "results": [
        {
            "start": 825752548,
            "stop": 825752550
        },
        {
            "start": 825752552,
            "stop": 825752557
        },
        {
            "start": 825752561,
            "stop": 825752564
        },
        {
            "start": 825752571,
            "stop": 825752572
        },
        {
            "start": 825752576,
            "stop": 825752578
        },
        {
            "start": 825752583,
            "stop": 825752584
        },
        {
            "start": 825752589,
            "stop": 825752598
        },
        {
            "start": 825752600,
            "stop": 825752602
        },
        {
            "start": 825752606,
            "stop": 825752609
        },
        {
            "start": 825752620,
            "stop": 825752621
        },
        {
            "start": 825752626,
            "stop": 825752628
        },
        {
            "start": 825752630,
            "stop": 825752636
        },
        {
            "start": 825752638,
            "stop": 825752641
        },
        {
            "start": 825752644,
            "stop": 825752645
        },
        {
            "start": 825752648,
            "stop": 825752652
        },
        {
            "start": 825752654,
            "stop": 825752657
        },
        {
            "start": 825752659,
            "stop": 825752660
        },
        {
            "start": 825752663,
            "stop": 825752666
        },
        {
            "start": 825752668,
            "stop": 825752671
        },
        {
            "start": 825752674,
            "stop": 825752676
        }
    ]
}