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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40987",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40985",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40986,
    "results": [
        {
            "start": 875141777,
            "stop": 875141787
        },
        {
            "start": 875141789,
            "stop": 875141790
        },
        {
            "start": 875141791,
            "stop": 875141808
        },
        {
            "start": 875141809,
            "stop": 875141827
        },
        {
            "start": 875141828,
            "stop": 875141851
        },
        {
            "start": 875141852,
            "stop": 875141868
        },
        {
            "start": 875141869,
            "stop": 875141883
        },
        {
            "start": 875141885,
            "stop": 875141897
        },
        {
            "start": 875141898,
            "stop": 875141923
        },
        {
            "start": 875141924,
            "stop": 875141945
        },
        {
            "start": 875141947,
            "stop": 875141998
        },
        {
            "start": 875142001,
            "stop": 875142006
        },
        {
            "start": 875142008,
            "stop": 875142059
        },
        {
            "start": 875142060,
            "stop": 875142116
        },
        {
            "start": 875142117,
            "stop": 875142157
        },
        {
            "start": 875142159,
            "stop": 875142178
        },
        {
            "start": 875142179,
            "stop": 875142180
        },
        {
            "start": 875142181,
            "stop": 875142215
        },
        {
            "start": 875142216,
            "stop": 875142235
        },
        {
            "start": 875142236,
            "stop": 875142253
        }
    ]
}