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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=140",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 141,
    "results": [
        {
            "start": 818050494,
            "stop": 818050515
        },
        {
            "start": 818050518,
            "stop": 818050564
        },
        {
            "start": 818050568,
            "stop": 818050569
        },
        {
            "start": 818050572,
            "stop": 818050578
        },
        {
            "start": 818050581,
            "stop": 818050610
        },
        {
            "start": 818050614,
            "stop": 818050658
        },
        {
            "start": 818050661,
            "stop": 818050693
        },
        {
            "start": 818050696,
            "stop": 818050720
        },
        {
            "start": 818050723,
            "stop": 818050734
        },
        {
            "start": 818050738,
            "stop": 818050748
        },
        {
            "start": 818050751,
            "stop": 818050766
        },
        {
            "start": 818050776,
            "stop": 818050782
        },
        {
            "start": 818050785,
            "stop": 818050786
        },
        {
            "start": 818050791,
            "stop": 818050816
        },
        {
            "start": 818050819,
            "stop": 818050821
        },
        {
            "start": 818050825,
            "stop": 818050829
        },
        {
            "start": 818050835,
            "stop": 818050852
        },
        {
            "start": 818050855,
            "stop": 818050866
        },
        {
            "start": 818050869,
            "stop": 818050872
        },
        {
            "start": 818050875,
            "stop": 818050906
        }
    ]
}