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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9840",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9838",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9839,
    "results": [
        {
            "start": 874001521,
            "stop": 874001785
        },
        {
            "start": 874001789,
            "stop": 874002328
        },
        {
            "start": 874002345,
            "stop": 874002443
        },
        {
            "start": 874002460,
            "stop": 874002496
        },
        {
            "start": 874002616,
            "stop": 874003592
        },
        {
            "start": 874003609,
            "stop": 874003717
        },
        {
            "start": 874003734,
            "stop": 874003984
        },
        {
            "start": 874004001,
            "stop": 874004580
        },
        {
            "start": 874004700,
            "stop": 874004740
        },
        {
            "start": 874004757,
            "stop": 874006957
        },
        {
            "start": 874006974,
            "stop": 874007104
        },
        {
            "start": 874007121,
            "stop": 874007485
        },
        {
            "start": 874007502,
            "stop": 874007543
        },
        {
            "start": 874007748,
            "stop": 874008664
        },
        {
            "start": 874008681,
            "stop": 874008787
        },
        {
            "start": 874009028,
            "stop": 874009213
        },
        {
            "start": 874009333,
            "stop": 874009434
        },
        {
            "start": 874009451,
            "stop": 874010040
        },
        {
            "start": 874010100,
            "stop": 874010314
        },
        {
            "start": 874010331,
            "stop": 874010448
        }
    ]
}