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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3559",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3557",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3558,
    "results": [
        {
            "start": 871698527,
            "stop": 871698779
        },
        {
            "start": 871698796,
            "stop": 871698861
        },
        {
            "start": 871698878,
            "stop": 871698885
        },
        {
            "start": 871698902,
            "stop": 871699177
        },
        {
            "start": 871699194,
            "stop": 871699351
        },
        {
            "start": 871699384,
            "stop": 871699427
        },
        {
            "start": 871699445,
            "stop": 871699518
        },
        {
            "start": 871699535,
            "stop": 871699583
        },
        {
            "start": 871699600,
            "stop": 871699647
        },
        {
            "start": 871699664,
            "stop": 871699853
        },
        {
            "start": 871699870,
            "stop": 871700504
        },
        {
            "start": 871700529,
            "stop": 871700628
        },
        {
            "start": 871700645,
            "stop": 871700664
        },
        {
            "start": 871700699,
            "stop": 871700713
        },
        {
            "start": 871700730,
            "stop": 871701075
        },
        {
            "start": 871701098,
            "stop": 871701752
        },
        {
            "start": 871701769,
            "stop": 871701795
        },
        {
            "start": 871701819,
            "stop": 871701901
        },
        {
            "start": 871701918,
            "stop": 871702204
        },
        {
            "start": 871702221,
            "stop": 871702478
        }
    ]
}