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=239
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=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=238",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 239,
    "results": [
        {
            "start": 820507386,
            "stop": 820507536
        },
        {
            "start": 820507540,
            "stop": 820507964
        },
        {
            "start": 820508612,
            "stop": 820508944
        },
        {
            "start": 820508948,
            "stop": 820509047
        },
        {
            "start": 820509050,
            "stop": 820510492
        },
        {
            "start": 820510495,
            "stop": 820510581
        },
        {
            "start": 820510585,
            "stop": 820510586
        },
        {
            "start": 820510591,
            "stop": 820510659
        },
        {
            "start": 820510979,
            "stop": 820510980
        },
        {
            "start": 820510983,
            "stop": 820511503
        },
        {
            "start": 820511903,
            "stop": 820511931
        },
        {
            "start": 820511934,
            "stop": 820512015
        },
        {
            "start": 820512019,
            "stop": 820512089
        },
        {
            "start": 820512093,
            "stop": 820512179
        },
        {
            "start": 820512183,
            "stop": 820512772
        },
        {
            "start": 820512776,
            "stop": 820513031
        },
        {
            "start": 820513034,
            "stop": 820513187
        },
        {
            "start": 820513191,
            "stop": 820513194
        },
        {
            "start": 820513198,
            "stop": 820513259
        },
        {
            "start": 820513262,
            "stop": 820513278
        }
    ]
}