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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=508",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=506",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 507,
    "results": [
        {
            "start": 824669431,
            "stop": 824669560
        },
        {
            "start": 824670686,
            "stop": 824671432
        },
        {
            "start": 824673478,
            "stop": 824674167
        },
        {
            "start": 824675684,
            "stop": 824676237
        },
        {
            "start": 824680902,
            "stop": 824682973
        },
        {
            "start": 824684705,
            "stop": 824686077
        },
        {
            "start": 824690769,
            "stop": 824693661
        },
        {
            "start": 824694061,
            "stop": 824694228
        },
        {
            "start": 824695911,
            "stop": 824720639
        },
        {
            "start": 824778001,
            "stop": 824778032
        },
        {
            "start": 824779123,
            "stop": 824792067
        },
        {
            "start": 824792923,
            "stop": 824807147
        },
        {
            "start": 824820405,
            "stop": 824825526
        },
        {
            "start": 824828013,
            "stop": 824831042
        },
        {
            "start": 824831442,
            "stop": 824833078
        },
        {
            "start": 824834302,
            "stop": 824837875
        },
        {
            "start": 824839158,
            "stop": 824842031
        },
        {
            "start": 824843064,
            "stop": 824844782
        },
        {
            "start": 824845199,
            "stop": 824846413
        },
        {
            "start": 824848513,
            "stop": 824855318
        }
    ]
}