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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=182",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 183,
    "results": [
        {
            "start": 820410448,
            "stop": 820410515
        },
        {
            "start": 820410532,
            "stop": 820410671
        },
        {
            "start": 820410674,
            "stop": 820410682
        },
        {
            "start": 820410685,
            "stop": 820410708
        },
        {
            "start": 820410725,
            "stop": 820411232
        },
        {
            "start": 820411235,
            "stop": 820411246
        },
        {
            "start": 820411250,
            "stop": 820411302
        },
        {
            "start": 820411305,
            "stop": 820411640
        },
        {
            "start": 820411643,
            "stop": 820411959
        },
        {
            "start": 820411962,
            "stop": 820412111
        },
        {
            "start": 820412115,
            "stop": 820412268
        },
        {
            "start": 820412271,
            "stop": 820412276
        },
        {
            "start": 820412280,
            "stop": 820412914
        },
        {
            "start": 820412917,
            "stop": 820412962
        },
        {
            "start": 820412966,
            "stop": 820413101
        },
        {
            "start": 820413104,
            "stop": 820413118
        },
        {
            "start": 820413121,
            "stop": 820413296
        },
        {
            "start": 820413299,
            "stop": 820413373
        },
        {
            "start": 820413376,
            "stop": 820413714
        },
        {
            "start": 820413717,
            "stop": 820413943
        }
    ]
}