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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=135",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 136,
    "results": [
        {
            "start": 820117444,
            "stop": 820117852
        },
        {
            "start": 820117855,
            "stop": 820122768
        },
        {
            "start": 820122771,
            "stop": 820123850
        },
        {
            "start": 820123892,
            "stop": 820124247
        },
        {
            "start": 820124264,
            "stop": 820128737
        },
        {
            "start": 820128740,
            "stop": 820128893
        },
        {
            "start": 820128896,
            "stop": 820129661
        },
        {
            "start": 820129664,
            "stop": 820130070
        },
        {
            "start": 820130073,
            "stop": 820133041
        },
        {
            "start": 820133044,
            "stop": 820133066
        },
        {
            "start": 820133069,
            "stop": 820135572
        },
        {
            "start": 820135575,
            "stop": 820135957
        },
        {
            "start": 820135961,
            "stop": 820136012
        },
        {
            "start": 820136029,
            "stop": 820137065
        },
        {
            "start": 820137068,
            "stop": 820138380
        },
        {
            "start": 820138440,
            "stop": 820138860
        },
        {
            "start": 820138920,
            "stop": 820139340
        },
        {
            "start": 820139343,
            "stop": 820139413
        },
        {
            "start": 820139822,
            "stop": 820141285
        },
        {
            "start": 820141288,
            "stop": 820141561
        }
    ]
}