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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=253",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 254,
    "results": [
        {
            "start": 820933870,
            "stop": 820933890
        },
        {
            "start": 820933897,
            "stop": 820933898
        },
        {
            "start": 820933905,
            "stop": 820933939
        },
        {
            "start": 820933946,
            "stop": 820934030
        },
        {
            "start": 820934038,
            "stop": 820934081
        },
        {
            "start": 820934088,
            "stop": 820934110
        },
        {
            "start": 820934117,
            "stop": 820934410
        },
        {
            "start": 820934417,
            "stop": 820934477
        },
        {
            "start": 820934485,
            "stop": 820934629
        },
        {
            "start": 820934636,
            "stop": 820934703
        },
        {
            "start": 820934711,
            "stop": 820934741
        },
        {
            "start": 820934748,
            "stop": 820934754
        },
        {
            "start": 820934761,
            "stop": 820934837
        },
        {
            "start": 820934844,
            "stop": 820934874
        },
        {
            "start": 820934881,
            "stop": 820935002
        },
        {
            "start": 820935009,
            "stop": 820935078
        },
        {
            "start": 820935085,
            "stop": 820935128
        },
        {
            "start": 820935136,
            "stop": 820935208
        },
        {
            "start": 820935215,
            "stop": 820935357
        },
        {
            "start": 820935364,
            "stop": 820935377
        }
    ]
}