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=46717
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=46718",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46716",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46717,
    "results": [
        {
            "start": 875060485,
            "stop": 875060499
        },
        {
            "start": 875060501,
            "stop": 875060504
        },
        {
            "start": 875060505,
            "stop": 875060520
        },
        {
            "start": 875060522,
            "stop": 875060541
        },
        {
            "start": 875060543,
            "stop": 875060566
        },
        {
            "start": 875060567,
            "stop": 875060599
        },
        {
            "start": 875060600,
            "stop": 875060603
        },
        {
            "start": 875060604,
            "stop": 875060616
        },
        {
            "start": 875060619,
            "stop": 875060626
        },
        {
            "start": 875060628,
            "stop": 875060629
        },
        {
            "start": 875060630,
            "stop": 875060631
        },
        {
            "start": 875060632,
            "stop": 875060644
        },
        {
            "start": 875060645,
            "stop": 875060651
        },
        {
            "start": 875060652,
            "stop": 875060668
        },
        {
            "start": 875060669,
            "stop": 875060674
        },
        {
            "start": 875060675,
            "stop": 875060693
        },
        {
            "start": 875060694,
            "stop": 875060700
        },
        {
            "start": 875060703,
            "stop": 875060719
        },
        {
            "start": 875060720,
            "stop": 875060736
        },
        {
            "start": 875060737,
            "stop": 875060754
        }
    ]
}