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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=169",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 170,
    "results": [
        {
            "start": 819819080,
            "stop": 819819300
        },
        {
            "start": 819819420,
            "stop": 819819782
        },
        {
            "start": 819819785,
            "stop": 819820411
        },
        {
            "start": 819820415,
            "stop": 819820511
        },
        {
            "start": 819820631,
            "stop": 819820855
        },
        {
            "start": 819820872,
            "stop": 819821134
        },
        {
            "start": 819821137,
            "stop": 819821340
        },
        {
            "start": 819821520,
            "stop": 819821953
        },
        {
            "start": 819821956,
            "stop": 819822060
        },
        {
            "start": 819822120,
            "stop": 819822534
        },
        {
            "start": 819822538,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819823217
        },
        {
            "start": 819823220,
            "stop": 819824079
        },
        {
            "start": 819824082,
            "stop": 819824530
        },
        {
            "start": 819824534,
            "stop": 819824760
        },
        {
            "start": 819824820,
            "stop": 819825060
        },
        {
            "start": 819825120,
            "stop": 819825265
        },
        {
            "start": 819825268,
            "stop": 819825287
        },
        {
            "start": 819827551,
            "stop": 819827653
        },
        {
            "start": 819827656,
            "stop": 819827734
        }
    ]
}