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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10198",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10196",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10197,
    "results": [
        {
            "start": 873944405,
            "stop": 873944887
        },
        {
            "start": 873944894,
            "stop": 873945158
        },
        {
            "start": 873945194,
            "stop": 873945312
        },
        {
            "start": 873945365,
            "stop": 873945733
        },
        {
            "start": 873945750,
            "stop": 873946391
        },
        {
            "start": 873946398,
            "stop": 873946673
        },
        {
            "start": 873946711,
            "stop": 873946916
        },
        {
            "start": 873947056,
            "stop": 873947092
        },
        {
            "start": 873947128,
            "stop": 873947472
        },
        {
            "start": 873947533,
            "stop": 873948355
        },
        {
            "start": 873948391,
            "stop": 873949235
        },
        {
            "start": 873949272,
            "stop": 873949607
        },
        {
            "start": 873949699,
            "stop": 873949867
        },
        {
            "start": 873949903,
            "stop": 873950270
        },
        {
            "start": 873950306,
            "stop": 873950524
        },
        {
            "start": 873950531,
            "stop": 873950952
        },
        {
            "start": 873950959,
            "stop": 873950998
        },
        {
            "start": 873951034,
            "stop": 873951192
        },
        {
            "start": 873951199,
            "stop": 873951725
        },
        {
            "start": 873951761,
            "stop": 873952093
        }
    ]
}