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=41049
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=41050",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41048",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41049,
    "results": [
        {
            "start": 875198590,
            "stop": 875198610
        },
        {
            "start": 875198611,
            "stop": 875198619
        },
        {
            "start": 875198620,
            "stop": 875198631
        },
        {
            "start": 875198632,
            "stop": 875198674
        },
        {
            "start": 875198675,
            "stop": 875198695
        },
        {
            "start": 875198696,
            "stop": 875198716
        },
        {
            "start": 875198718,
            "stop": 875198771
        },
        {
            "start": 875198772,
            "stop": 875198780
        },
        {
            "start": 875198781,
            "stop": 875198817
        },
        {
            "start": 875198819,
            "stop": 875198844
        },
        {
            "start": 875198845,
            "stop": 875198866
        },
        {
            "start": 875198867,
            "stop": 875198951
        },
        {
            "start": 875198952,
            "stop": 875198972
        },
        {
            "start": 875198973,
            "stop": 875199057
        },
        {
            "start": 875199058,
            "stop": 875199092
        },
        {
            "start": 875199094,
            "stop": 875199100
        },
        {
            "start": 875199101,
            "stop": 875199121
        },
        {
            "start": 875199122,
            "stop": 875199142
        },
        {
            "start": 875199144,
            "stop": 875199149
        },
        {
            "start": 875199150,
            "stop": 875199164
        }
    ]
}