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=3584
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=3585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3583",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3584,
    "results": [
        {
            "start": 871831740,
            "stop": 871831778
        },
        {
            "start": 871831795,
            "stop": 871831800
        },
        {
            "start": 871831920,
            "stop": 871832107
        },
        {
            "start": 871832152,
            "stop": 871832378
        },
        {
            "start": 871832410,
            "stop": 871832913
        },
        {
            "start": 871832930,
            "stop": 871833143
        },
        {
            "start": 871833160,
            "stop": 871833407
        },
        {
            "start": 871833424,
            "stop": 871833955
        },
        {
            "start": 871834020,
            "stop": 871834384
        },
        {
            "start": 871834403,
            "stop": 871834577
        },
        {
            "start": 871834594,
            "stop": 871835025
        },
        {
            "start": 871835042,
            "stop": 871835598
        },
        {
            "start": 871835615,
            "stop": 871835829
        },
        {
            "start": 871835866,
            "stop": 871836300
        },
        {
            "start": 871836360,
            "stop": 871836600
        },
        {
            "start": 871836660,
            "stop": 871837500
        },
        {
            "start": 871837611,
            "stop": 871838209
        },
        {
            "start": 871838231,
            "stop": 871838312
        },
        {
            "start": 871838316,
            "stop": 871838780
        },
        {
            "start": 871838797,
            "stop": 871839171
        }
    ]
}