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=3614
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=3615",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3613",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3614,
    "results": [
        {
            "start": 872141134,
            "stop": 872141761
        },
        {
            "start": 872141778,
            "stop": 872141868
        },
        {
            "start": 872141885,
            "stop": 872142129
        },
        {
            "start": 872143042,
            "stop": 872146947
        },
        {
            "start": 872146964,
            "stop": 872147168
        },
        {
            "start": 872147185,
            "stop": 872148087
        },
        {
            "start": 872148104,
            "stop": 872148786
        },
        {
            "start": 872148803,
            "stop": 872148905
        },
        {
            "start": 872148922,
            "stop": 872149082
        },
        {
            "start": 872149099,
            "stop": 872149667
        },
        {
            "start": 872149684,
            "stop": 872150720
        },
        {
            "start": 872150737,
            "stop": 872150846
        },
        {
            "start": 872150863,
            "stop": 872151123
        },
        {
            "start": 872151140,
            "stop": 872151533
        },
        {
            "start": 872151550,
            "stop": 872151673
        },
        {
            "start": 872151705,
            "stop": 872151715
        },
        {
            "start": 872151732,
            "stop": 872151782
        },
        {
            "start": 872151799,
            "stop": 872151870
        },
        {
            "start": 872151897,
            "stop": 872151923
        },
        {
            "start": 872151940,
            "stop": 872152002
        }
    ]
}