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=9953
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=9954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9952",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9953,
    "results": [
        {
            "start": 871522712,
            "stop": 871522717
        },
        {
            "start": 871522725,
            "stop": 871522740
        },
        {
            "start": 871526040,
            "stop": 871526220
        },
        {
            "start": 871526280,
            "stop": 871526400
        },
        {
            "start": 871526460,
            "stop": 871527180
        },
        {
            "start": 871527240,
            "stop": 871529341
        },
        {
            "start": 871529360,
            "stop": 871540968
        },
        {
            "start": 871540985,
            "stop": 871545030
        },
        {
            "start": 871546710,
            "stop": 871561292
        },
        {
            "start": 871561335,
            "stop": 871561443
        },
        {
            "start": 871561479,
            "stop": 871561752
        },
        {
            "start": 871561788,
            "stop": 871562046
        },
        {
            "start": 871562138,
            "stop": 871563132
        },
        {
            "start": 871563169,
            "stop": 871564301
        },
        {
            "start": 871565121,
            "stop": 871566390
        },
        {
            "start": 871567750,
            "stop": 871568095
        },
        {
            "start": 871568131,
            "stop": 871568553
        },
        {
            "start": 871568570,
            "stop": 871568847
        },
        {
            "start": 871568864,
            "stop": 871569086
        },
        {
            "start": 871569103,
            "stop": 871569540
        }
    ]
}