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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=200",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=198",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 199,
    "results": [
        {
            "start": 820397106,
            "stop": 820399030
        },
        {
            "start": 820409872,
            "stop": 820410169
        },
        {
            "start": 820410176,
            "stop": 820410443
        },
        {
            "start": 820410450,
            "stop": 820410669
        },
        {
            "start": 820410676,
            "stop": 820410680
        },
        {
            "start": 820410687,
            "stop": 820411230
        },
        {
            "start": 820411237,
            "stop": 820411244
        },
        {
            "start": 820411252,
            "stop": 820411300
        },
        {
            "start": 820411307,
            "stop": 820411638
        },
        {
            "start": 820411645,
            "stop": 820411957
        },
        {
            "start": 820411964,
            "stop": 820411980
        },
        {
            "start": 820412040,
            "stop": 820412109
        },
        {
            "start": 820412117,
            "stop": 820412266
        },
        {
            "start": 820412273,
            "stop": 820412274
        },
        {
            "start": 820412282,
            "stop": 820412820
        },
        {
            "start": 820412940,
            "stop": 820412960
        },
        {
            "start": 820412968,
            "stop": 820413099
        },
        {
            "start": 820413106,
            "stop": 820413116
        },
        {
            "start": 820413123,
            "stop": 820413294
        },
        {
            "start": 820413301,
            "stop": 820413371
        }
    ]
}