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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=292",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 293,
    "results": [
        {
            "start": 931174822,
            "stop": 931174824
        },
        {
            "start": 931174825,
            "stop": 931174828
        },
        {
            "start": 931174829,
            "stop": 931174835
        },
        {
            "start": 931174839,
            "stop": 931174843
        },
        {
            "start": 931174852,
            "stop": 931174855
        },
        {
            "start": 931174856,
            "stop": 931174857
        },
        {
            "start": 931174858,
            "stop": 931174859
        },
        {
            "start": 931174861,
            "stop": 931174862
        },
        {
            "start": 931174865,
            "stop": 931174869
        },
        {
            "start": 931174871,
            "stop": 931174874
        },
        {
            "start": 931174875,
            "stop": 931174879
        },
        {
            "start": 931174880,
            "stop": 931174881
        },
        {
            "start": 931174883,
            "stop": 931174887
        },
        {
            "start": 931174890,
            "stop": 931174891
        },
        {
            "start": 931174892,
            "stop": 931174893
        },
        {
            "start": 931174894,
            "stop": 931174923
        },
        {
            "start": 931174924,
            "stop": 931174935
        },
        {
            "start": 931174939,
            "stop": 931174943
        },
        {
            "start": 931174944,
            "stop": 931174947
        },
        {
            "start": 931174951,
            "stop": 931174960
        }
    ]
}