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=88
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=89",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=87",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 88,
    "results": [
        {
            "start": 817833008,
            "stop": 817833039
        },
        {
            "start": 817833159,
            "stop": 817833536
        },
        {
            "start": 817833568,
            "stop": 817834063
        },
        {
            "start": 817834244,
            "stop": 817834440
        },
        {
            "start": 817834500,
            "stop": 817834504
        },
        {
            "start": 817834696,
            "stop": 817834723
        },
        {
            "start": 817834980,
            "stop": 817835040
        },
        {
            "start": 817835160,
            "stop": 817835280
        },
        {
            "start": 817835340,
            "stop": 817835792
        },
        {
            "start": 817835912,
            "stop": 817836408
        },
        {
            "start": 817836425,
            "stop": 817837140
        },
        {
            "start": 817837260,
            "stop": 817837582
        },
        {
            "start": 817837585,
            "stop": 817838252
        },
        {
            "start": 817838256,
            "stop": 817838880
        },
        {
            "start": 817838940,
            "stop": 817839180
        },
        {
            "start": 817839240,
            "stop": 817839241
        },
        {
            "start": 817841097,
            "stop": 817841630
        },
        {
            "start": 817841820,
            "stop": 817842000
        },
        {
            "start": 817842245,
            "stop": 817842511
        },
        {
            "start": 817842514,
            "stop": 817842840
        }
    ]
}