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_CW_CAT1/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/H1_CW_CAT1/segments?format=api&page=240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=238",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 239,
    "results": [
        {
            "start": 846743610,
            "stop": 846745330
        },
        {
            "start": 846745334,
            "stop": 846746560
        },
        {
            "start": 846746564,
            "stop": 846746574
        },
        {
            "start": 846746587,
            "stop": 846746603
        },
        {
            "start": 846746616,
            "stop": 846746664
        },
        {
            "start": 846746668,
            "stop": 846748362
        },
        {
            "start": 846748386,
            "stop": 846748974
        },
        {
            "start": 846748978,
            "stop": 846748989
        },
        {
            "start": 846748992,
            "stop": 846749012
        },
        {
            "start": 846749016,
            "stop": 846749067
        },
        {
            "start": 846749076,
            "stop": 846749117
        },
        {
            "start": 846749121,
            "stop": 846749823
        },
        {
            "start": 846749837,
            "stop": 846749843
        },
        {
            "start": 846749856,
            "stop": 846749862
        },
        {
            "start": 846749866,
            "stop": 846749871
        },
        {
            "start": 846749875,
            "stop": 846749915
        },
        {
            "start": 846749919,
            "stop": 846749992
        },
        {
            "start": 846749996,
            "stop": 846750002
        },
        {
            "start": 846750005,
            "stop": 846750016
        },
        {
            "start": 846750026,
            "stop": 846750031
        }
    ]
}