Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=82
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=81",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 82,
    "results": [
        {
            "start": 827160259,
            "stop": 827161380
        },
        {
            "start": 827162009,
            "stop": 827162163
        },
        {
            "start": 827162240,
            "stop": 827167093
        },
        {
            "start": 827168150,
            "stop": 827172073
        },
        {
            "start": 827172091,
            "stop": 827172094
        },
        {
            "start": 827172237,
            "stop": 827172542
        },
        {
            "start": 827173933,
            "stop": 827174053
        },
        {
            "start": 827174068,
            "stop": 827174071
        },
        {
            "start": 827174994,
            "stop": 827175733
        },
        {
            "start": 827175738,
            "stop": 827175741
        },
        {
            "start": 827175809,
            "stop": 827176693
        },
        {
            "start": 827176721,
            "stop": 827176724
        },
        {
            "start": 827176775,
            "stop": 827178592
        },
        {
            "start": 827182017,
            "stop": 827182323
        },
        {
            "start": 827185193,
            "stop": 827185573
        },
        {
            "start": 827185589,
            "stop": 827185592
        },
        {
            "start": 827185660,
            "stop": 827187013
        },
        {
            "start": 827187028,
            "stop": 827187031
        },
        {
            "start": 827187099,
            "stop": 827190178
        },
        {
            "start": 827192970,
            "stop": 827193313
        }
    ]
}