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=40757
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=40758",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40756",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40757,
    "results": [
        {
            "start": 874975621,
            "stop": 874975639
        },
        {
            "start": 874975640,
            "stop": 874975666
        },
        {
            "start": 874975667,
            "stop": 874975678
        },
        {
            "start": 874975679,
            "stop": 874975682
        },
        {
            "start": 874975683,
            "stop": 874975712
        },
        {
            "start": 874975714,
            "stop": 874975725
        },
        {
            "start": 874975726,
            "stop": 874975742
        },
        {
            "start": 874975743,
            "stop": 874975761
        },
        {
            "start": 874975762,
            "stop": 874975763
        },
        {
            "start": 874975764,
            "stop": 874975769
        },
        {
            "start": 874975772,
            "stop": 874975773
        },
        {
            "start": 874975774,
            "stop": 874975858
        },
        {
            "start": 874975859,
            "stop": 874975874
        },
        {
            "start": 874975876,
            "stop": 874975914
        },
        {
            "start": 874975916,
            "stop": 874975939
        },
        {
            "start": 874975940,
            "stop": 874975950
        },
        {
            "start": 874975951,
            "stop": 874975965
        },
        {
            "start": 874975966,
            "stop": 874975991
        },
        {
            "start": 874975992,
            "stop": 874976011
        },
        {
            "start": 874976013,
            "stop": 874976018
        }
    ]
}