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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46785",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46786,
    "results": [
        {
            "start": 875110349,
            "stop": 875110372
        },
        {
            "start": 875110374,
            "stop": 875110390
        },
        {
            "start": 875110391,
            "stop": 875110425
        },
        {
            "start": 875110426,
            "stop": 875110434
        },
        {
            "start": 875110435,
            "stop": 875110474
        },
        {
            "start": 875110476,
            "stop": 875110498
        },
        {
            "start": 875110499,
            "stop": 875110552
        },
        {
            "start": 875110554,
            "stop": 875110582
        },
        {
            "start": 875110583,
            "stop": 875110595
        },
        {
            "start": 875110596,
            "stop": 875110603
        },
        {
            "start": 875110604,
            "stop": 875110614
        },
        {
            "start": 875110615,
            "stop": 875110642
        },
        {
            "start": 875110643,
            "stop": 875110644
        },
        {
            "start": 875110645,
            "stop": 875110648
        },
        {
            "start": 875110650,
            "stop": 875110709
        },
        {
            "start": 875110710,
            "stop": 875110729
        },
        {
            "start": 875110733,
            "stop": 875110773
        },
        {
            "start": 875110774,
            "stop": 875110776
        },
        {
            "start": 875110777,
            "stop": 875110794
        },
        {
            "start": 875110795,
            "stop": 875110815
        }
    ]
}