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=531
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=532",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=530",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 531,
    "results": [
        {
            "start": 828056102,
            "stop": 828112266
        },
        {
            "start": 828112267,
            "stop": 828112497
        },
        {
            "start": 828116725,
            "stop": 828117685
        },
        {
            "start": 828121642,
            "stop": 828122373
        },
        {
            "start": 828122773,
            "stop": 828123381
        },
        {
            "start": 828124193,
            "stop": 828126046
        },
        {
            "start": 828126330,
            "stop": 828126428
        },
        {
            "start": 828126592,
            "stop": 828126952
        },
        {
            "start": 828127014,
            "stop": 828127754
        },
        {
            "start": 828134180,
            "stop": 828138354
        },
        {
            "start": 828138944,
            "stop": 828153066
        },
        {
            "start": 828154671,
            "stop": 828156313
        },
        {
            "start": 828157452,
            "stop": 828157475
        },
        {
            "start": 828157967,
            "stop": 828158155
        },
        {
            "start": 828165138,
            "stop": 828167413
        },
        {
            "start": 828170357,
            "stop": 828170874
        },
        {
            "start": 828176226,
            "stop": 828178573
        },
        {
            "start": 828181661,
            "stop": 828182088
        },
        {
            "start": 828182779,
            "stop": 828185893
        },
        {
            "start": 828186704,
            "stop": 828186793
        }
    ]
}