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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2338",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2339,
    "results": [
        {
            "start": 871831750,
            "stop": 871831790
        },
        {
            "start": 871831930,
            "stop": 871832107
        },
        {
            "start": 871832168,
            "stop": 871832378
        },
        {
            "start": 871832395,
            "stop": 871832913
        },
        {
            "start": 871832930,
            "stop": 871833407
        },
        {
            "start": 871833424,
            "stop": 871833950
        },
        {
            "start": 871834030,
            "stop": 871834384
        },
        {
            "start": 871834420,
            "stop": 871834577
        },
        {
            "start": 871834594,
            "stop": 871835025
        },
        {
            "start": 871835042,
            "stop": 871835829
        },
        {
            "start": 871835846,
            "stop": 871836290
        },
        {
            "start": 871836370,
            "stop": 871836600
        },
        {
            "start": 871836676,
            "stop": 871837500
        },
        {
            "start": 871837628,
            "stop": 871838209
        },
        {
            "start": 871838248,
            "stop": 871838312
        },
        {
            "start": 871838316,
            "stop": 871838780
        },
        {
            "start": 871838797,
            "stop": 871839171
        },
        {
            "start": 871839188,
            "stop": 871839334
        },
        {
            "start": 871839338,
            "stop": 871839390
        },
        {
            "start": 871839437,
            "stop": 871839470
        }
    ]
}