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=445
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=446",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=444",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 445,
    "results": [
        {
            "start": 827231133,
            "stop": 827232616
        },
        {
            "start": 827232623,
            "stop": 827232965
        },
        {
            "start": 827232974,
            "stop": 827232980
        },
        {
            "start": 827232983,
            "stop": 827233086
        },
        {
            "start": 827233090,
            "stop": 827233100
        },
        {
            "start": 827233128,
            "stop": 827233134
        },
        {
            "start": 827233176,
            "stop": 827233182
        },
        {
            "start": 827233262,
            "stop": 827233296
        },
        {
            "start": 827233300,
            "stop": 827233324
        },
        {
            "start": 827233357,
            "stop": 827233363
        },
        {
            "start": 827233387,
            "stop": 827233390
        },
        {
            "start": 827233464,
            "stop": 827233470
        },
        {
            "start": 827233479,
            "stop": 827233489
        },
        {
            "start": 827233492,
            "stop": 827233503
        },
        {
            "start": 827233507,
            "stop": 827233528
        },
        {
            "start": 827233531,
            "stop": 827233537
        },
        {
            "start": 827233541,
            "stop": 827233556
        },
        {
            "start": 827233565,
            "stop": 827233583
        },
        {
            "start": 827233599,
            "stop": 827233658
        },
        {
            "start": 827233661,
            "stop": 827233687
        }
    ]
}