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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=110",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=108",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 109,
    "results": [
        {
            "start": 931736147,
            "stop": 931736158
        },
        {
            "start": 931736185,
            "stop": 931736337
        },
        {
            "start": 931736367,
            "stop": 931736399
        },
        {
            "start": 931736423,
            "stop": 931736425
        },
        {
            "start": 931736454,
            "stop": 931736463
        },
        {
            "start": 931736535,
            "stop": 931736536
        },
        {
            "start": 931736554,
            "stop": 931736681
        },
        {
            "start": 931736699,
            "stop": 931736730
        },
        {
            "start": 931736733,
            "stop": 931736844
        },
        {
            "start": 931736867,
            "stop": 931736898
        },
        {
            "start": 931736916,
            "stop": 931736923
        },
        {
            "start": 931736969,
            "stop": 931736981
        },
        {
            "start": 931737047,
            "stop": 931737088
        },
        {
            "start": 931737105,
            "stop": 931737313
        },
        {
            "start": 931737330,
            "stop": 931737361
        },
        {
            "start": 931737363,
            "stop": 931737409
        },
        {
            "start": 931737427,
            "stop": 931737437
        },
        {
            "start": 931737455,
            "stop": 931737510
        },
        {
            "start": 931737582,
            "stop": 931737594
        },
        {
            "start": 931737975,
            "stop": 931738130
        }
    ]
}