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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=329",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 330,
    "results": [
        {
            "start": 823073594,
            "stop": 823073710
        },
        {
            "start": 823073717,
            "stop": 823073725
        },
        {
            "start": 823073738,
            "stop": 823074068
        },
        {
            "start": 823074076,
            "stop": 823074090
        },
        {
            "start": 823074109,
            "stop": 823074206
        },
        {
            "start": 823074221,
            "stop": 823074254
        },
        {
            "start": 823074267,
            "stop": 823074292
        },
        {
            "start": 823074312,
            "stop": 823074365
        },
        {
            "start": 823074374,
            "stop": 823074472
        },
        {
            "start": 823074480,
            "stop": 823074540
        },
        {
            "start": 823074547,
            "stop": 823074669
        },
        {
            "start": 823074697,
            "stop": 823074757
        },
        {
            "start": 823074771,
            "stop": 823074777
        },
        {
            "start": 823074805,
            "stop": 823074849
        },
        {
            "start": 823074856,
            "stop": 823075033
        },
        {
            "start": 823075040,
            "stop": 823075044
        },
        {
            "start": 823075063,
            "stop": 823075137
        },
        {
            "start": 823075151,
            "stop": 823075184
        },
        {
            "start": 823075365,
            "stop": 823075378
        },
        {
            "start": 823075385,
            "stop": 823075402
        }
    ]
}