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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7974",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7972",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7973,
    "results": [
        {
            "start": 970236708,
            "stop": 970236736
        },
        {
            "start": 970236749,
            "stop": 970236750
        },
        {
            "start": 970236761,
            "stop": 970236767
        },
        {
            "start": 970236774,
            "stop": 970236787
        },
        {
            "start": 970236798,
            "stop": 970236897
        },
        {
            "start": 970236900,
            "stop": 970236904
        },
        {
            "start": 970236907,
            "stop": 970236976
        },
        {
            "start": 970237036,
            "stop": 970237055
        },
        {
            "start": 970237065,
            "stop": 970237069
        },
        {
            "start": 970237081,
            "stop": 970237096
        },
        {
            "start": 970237276,
            "stop": 970237336
        },
        {
            "start": 970237696,
            "stop": 970237706
        },
        {
            "start": 970237709,
            "stop": 970237724
        },
        {
            "start": 970237730,
            "stop": 970237756
        },
        {
            "start": 970237936,
            "stop": 970237965
        },
        {
            "start": 970237991,
            "stop": 970237994
        },
        {
            "start": 970238056,
            "stop": 970238064
        },
        {
            "start": 970238067,
            "stop": 970238068
        },
        {
            "start": 970238079,
            "stop": 970238080
        },
        {
            "start": 970238108,
            "stop": 970238193
        }
    ]
}