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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16722",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16720",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16721,
    "results": [
        {
            "start": 875010185,
            "stop": 875010349
        },
        {
            "start": 875010350,
            "stop": 875010385
        },
        {
            "start": 875010386,
            "stop": 875010488
        },
        {
            "start": 875010489,
            "stop": 875010515
        },
        {
            "start": 875010516,
            "stop": 875010552
        },
        {
            "start": 875010557,
            "stop": 875010583
        },
        {
            "start": 875010585,
            "stop": 875010588
        },
        {
            "start": 875010593,
            "stop": 875010596
        },
        {
            "start": 875010601,
            "stop": 875010602
        },
        {
            "start": 875010605,
            "stop": 875010661
        },
        {
            "start": 875010663,
            "stop": 875010712
        },
        {
            "start": 875010714,
            "stop": 875010730
        },
        {
            "start": 875010736,
            "stop": 875010741
        },
        {
            "start": 875010745,
            "stop": 875010766
        },
        {
            "start": 875010769,
            "stop": 875010771
        },
        {
            "start": 875010774,
            "stop": 875010802
        },
        {
            "start": 875010803,
            "stop": 875010825
        },
        {
            "start": 875010826,
            "stop": 875010827
        },
        {
            "start": 875010829,
            "stop": 875010854
        },
        {
            "start": 875010859,
            "stop": 875010870
        }
    ]
}