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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=321",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 322,
    "results": [
        {
            "start": 821747381,
            "stop": 821747385
        },
        {
            "start": 821747388,
            "stop": 821747389
        },
        {
            "start": 821747392,
            "stop": 821747436
        },
        {
            "start": 821747439,
            "stop": 821747474
        },
        {
            "start": 821747477,
            "stop": 821747481
        },
        {
            "start": 821747485,
            "stop": 821747502
        },
        {
            "start": 821747507,
            "stop": 821747519
        },
        {
            "start": 821747523,
            "stop": 821747530
        },
        {
            "start": 821747535,
            "stop": 821747537
        },
        {
            "start": 821747540,
            "stop": 821747543
        },
        {
            "start": 821747546,
            "stop": 821747558
        },
        {
            "start": 821747561,
            "stop": 821747575
        },
        {
            "start": 821747578,
            "stop": 821747584
        },
        {
            "start": 821747590,
            "stop": 821747601
        },
        {
            "start": 821747604,
            "stop": 821747608
        },
        {
            "start": 821747612,
            "stop": 821747617
        },
        {
            "start": 821747620,
            "stop": 821747628
        },
        {
            "start": 821747631,
            "stop": 821747642
        },
        {
            "start": 821747651,
            "stop": 821747652
        },
        {
            "start": 821747655,
            "stop": 821747684
        }
    ]
}