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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4881",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4882,
    "results": [
        {
            "start": 874226616,
            "stop": 874226700
        },
        {
            "start": 874226794,
            "stop": 874226810
        },
        {
            "start": 874226845,
            "stop": 874226880
        },
        {
            "start": 874226953,
            "stop": 874226967
        },
        {
            "start": 874226986,
            "stop": 874226996
        },
        {
            "start": 874227120,
            "stop": 874227180
        },
        {
            "start": 874227240,
            "stop": 874227265
        },
        {
            "start": 874227285,
            "stop": 874227344
        },
        {
            "start": 874227387,
            "stop": 874227650
        },
        {
            "start": 874227669,
            "stop": 874227671
        },
        {
            "start": 874227690,
            "stop": 874227801
        },
        {
            "start": 874227835,
            "stop": 874227842
        },
        {
            "start": 874227878,
            "stop": 874227972
        },
        {
            "start": 874227992,
            "stop": 874227999
        },
        {
            "start": 874228018,
            "stop": 874228055
        },
        {
            "start": 874228074,
            "stop": 874228150
        },
        {
            "start": 874228169,
            "stop": 874228206
        },
        {
            "start": 874228225,
            "stop": 874228231
        },
        {
            "start": 874228250,
            "stop": 874228386
        },
        {
            "start": 874228405,
            "stop": 874228570
        }
    ]
}