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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2108",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2109,
    "results": [
        {
            "start": 871964657,
            "stop": 871971830
        },
        {
            "start": 871971850,
            "stop": 871973121
        },
        {
            "start": 871973914,
            "stop": 871974931
        },
        {
            "start": 871974951,
            "stop": 871975002
        },
        {
            "start": 871975019,
            "stop": 871975095
        },
        {
            "start": 871975130,
            "stop": 871975424
        },
        {
            "start": 871975441,
            "stop": 871975444
        },
        {
            "start": 871976385,
            "stop": 871980123
        },
        {
            "start": 871980142,
            "stop": 871980145
        },
        {
            "start": 871980165,
            "stop": 871980266
        },
        {
            "start": 871980288,
            "stop": 871980927
        },
        {
            "start": 871980946,
            "stop": 871981022
        },
        {
            "start": 871981043,
            "stop": 871982101
        },
        {
            "start": 871982126,
            "stop": 871982219
        },
        {
            "start": 871982238,
            "stop": 871984626
        },
        {
            "start": 871984657,
            "stop": 871993776
        },
        {
            "start": 871993795,
            "stop": 871995368
        },
        {
            "start": 871995385,
            "stop": 871995839
        },
        {
            "start": 871995856,
            "stop": 871996070
        },
        {
            "start": 871996087,
            "stop": 871996095
        }
    ]
}