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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29256",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29254",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29255,
    "results": [
        {
            "start": 971172834,
            "stop": 971172835
        },
        {
            "start": 971172837,
            "stop": 971172838
        },
        {
            "start": 971172839,
            "stop": 971172844
        },
        {
            "start": 971172845,
            "stop": 971172846
        },
        {
            "start": 971172849,
            "stop": 971172850
        },
        {
            "start": 971172851,
            "stop": 971172857
        },
        {
            "start": 971172861,
            "stop": 971172863
        },
        {
            "start": 971172864,
            "stop": 971172866
        },
        {
            "start": 971172869,
            "stop": 971172870
        },
        {
            "start": 971172876,
            "stop": 971172883
        },
        {
            "start": 971172884,
            "stop": 971172886
        },
        {
            "start": 971172888,
            "stop": 971172890
        },
        {
            "start": 971172891,
            "stop": 971172892
        },
        {
            "start": 971172894,
            "stop": 971172895
        },
        {
            "start": 971172896,
            "stop": 971172897
        },
        {
            "start": 971172898,
            "stop": 971172900
        },
        {
            "start": 971172904,
            "stop": 971172905
        },
        {
            "start": 971172906,
            "stop": 971172907
        },
        {
            "start": 971172911,
            "stop": 971172912
        },
        {
            "start": 971172913,
            "stop": 971172915
        }
    ]
}