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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4918",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4916",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4917,
    "results": [
        {
            "start": 874291437,
            "stop": 874291443
        },
        {
            "start": 874291483,
            "stop": 874291514
        },
        {
            "start": 874291533,
            "stop": 874291566
        },
        {
            "start": 874291585,
            "stop": 874291610
        },
        {
            "start": 874291629,
            "stop": 874291639
        },
        {
            "start": 874291674,
            "stop": 874291699
        },
        {
            "start": 874291718,
            "stop": 874291736
        },
        {
            "start": 874291776,
            "stop": 874291806
        },
        {
            "start": 874291827,
            "stop": 874291838
        },
        {
            "start": 874291863,
            "stop": 874291904
        },
        {
            "start": 874291940,
            "stop": 874291974
        },
        {
            "start": 874292015,
            "stop": 874292045
        },
        {
            "start": 874292067,
            "stop": 874292075
        },
        {
            "start": 874292112,
            "stop": 874292154
        },
        {
            "start": 874292174,
            "stop": 874292190
        },
        {
            "start": 874292209,
            "stop": 874292256
        },
        {
            "start": 874292290,
            "stop": 874292327
        },
        {
            "start": 874292358,
            "stop": 874292373
        },
        {
            "start": 874292411,
            "stop": 874292442
        },
        {
            "start": 874292461,
            "stop": 874292530
        }
    ]
}