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=220
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=221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=219",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 220,
    "results": [
        {
            "start": 821355905,
            "stop": 821357609
        },
        {
            "start": 821357612,
            "stop": 821360138
        },
        {
            "start": 821360141,
            "stop": 821363037
        },
        {
            "start": 821364960,
            "stop": 821367369
        },
        {
            "start": 821367373,
            "stop": 821374304
        },
        {
            "start": 821374485,
            "stop": 821374493
        },
        {
            "start": 821374496,
            "stop": 821383501
        },
        {
            "start": 821383504,
            "stop": 821388457
        },
        {
            "start": 821390722,
            "stop": 821394305
        },
        {
            "start": 821394441,
            "stop": 821409764
        },
        {
            "start": 821409945,
            "stop": 821415013
        },
        {
            "start": 821415016,
            "stop": 821427101
        },
        {
            "start": 821427104,
            "stop": 821447920
        },
        {
            "start": 821447923,
            "stop": 821449860
        },
        {
            "start": 821449920,
            "stop": 821453532
        },
        {
            "start": 821453536,
            "stop": 821456719
        },
        {
            "start": 821461916,
            "stop": 821467568
        },
        {
            "start": 821469601,
            "stop": 821470699
        },
        {
            "start": 821470702,
            "stop": 821470844
        },
        {
            "start": 821471025,
            "stop": 821472060
        }
    ]
}