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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=160",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=158",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 159,
    "results": [
        {
            "start": 821565560,
            "stop": 821565569
        },
        {
            "start": 821565575,
            "stop": 821565630
        },
        {
            "start": 821565633,
            "stop": 821565960
        },
        {
            "start": 821565963,
            "stop": 821566020
        },
        {
            "start": 821566023,
            "stop": 821566820
        },
        {
            "start": 821566827,
            "stop": 821568212
        },
        {
            "start": 821568219,
            "stop": 821571365
        },
        {
            "start": 821571368,
            "stop": 821572427
        },
        {
            "start": 821572430,
            "stop": 821572653
        },
        {
            "start": 821572656,
            "stop": 821572861
        },
        {
            "start": 821572864,
            "stop": 821573286
        },
        {
            "start": 821573289,
            "stop": 821573514
        },
        {
            "start": 821573517,
            "stop": 821576234
        },
        {
            "start": 821576237,
            "stop": 821576906
        },
        {
            "start": 821576909,
            "stop": 821577099
        },
        {
            "start": 821577102,
            "stop": 821577134
        },
        {
            "start": 821577137,
            "stop": 821577735
        },
        {
            "start": 821577738,
            "stop": 821577814
        },
        {
            "start": 821577817,
            "stop": 821578142
        },
        {
            "start": 821578145,
            "stop": 821580292
        }
    ]
}