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=334
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=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=333",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 334,
    "results": [
        {
            "start": 823079673,
            "stop": 823079717
        },
        {
            "start": 823079841,
            "stop": 823079883
        },
        {
            "start": 823079890,
            "stop": 823079899
        },
        {
            "start": 823079906,
            "stop": 823079920
        },
        {
            "start": 823079934,
            "stop": 823079952
        },
        {
            "start": 823079959,
            "stop": 823079979
        },
        {
            "start": 823079987,
            "stop": 823080017
        },
        {
            "start": 823080030,
            "stop": 823080044
        },
        {
            "start": 823080052,
            "stop": 823080057
        },
        {
            "start": 823080064,
            "stop": 823080172
        },
        {
            "start": 823080184,
            "stop": 823080186
        },
        {
            "start": 823080193,
            "stop": 823080206
        },
        {
            "start": 823080214,
            "stop": 823080234
        },
        {
            "start": 823080241,
            "stop": 823080275
        },
        {
            "start": 823080283,
            "stop": 823080287
        },
        {
            "start": 823080294,
            "stop": 823080309
        },
        {
            "start": 823080328,
            "stop": 823080339
        },
        {
            "start": 823080353,
            "stop": 823080363
        },
        {
            "start": 823080370,
            "stop": 823080373
        },
        {
            "start": 823187827,
            "stop": 823187869
        }
    ]
}