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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=134",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 135,
    "results": [
        {
            "start": 820198374,
            "stop": 820198418
        },
        {
            "start": 820198421,
            "stop": 820198486
        },
        {
            "start": 820198490,
            "stop": 820198493
        },
        {
            "start": 820198496,
            "stop": 820198552
        },
        {
            "start": 820198555,
            "stop": 820198557
        },
        {
            "start": 820198560,
            "stop": 820198564
        },
        {
            "start": 820198568,
            "stop": 820198655
        },
        {
            "start": 820198659,
            "stop": 820198661
        },
        {
            "start": 820198665,
            "stop": 820198668
        },
        {
            "start": 820198672,
            "stop": 820198770
        },
        {
            "start": 820198773,
            "stop": 820198781
        },
        {
            "start": 820198785,
            "stop": 820198906
        },
        {
            "start": 820198910,
            "stop": 820198935
        },
        {
            "start": 820198938,
            "stop": 820198941
        },
        {
            "start": 820198944,
            "stop": 820199029
        },
        {
            "start": 820199033,
            "stop": 820199089
        },
        {
            "start": 820199092,
            "stop": 820199108
        },
        {
            "start": 820199111,
            "stop": 820199140
        },
        {
            "start": 820199143,
            "stop": 820199146
        },
        {
            "start": 820199150,
            "stop": 820199152
        }
    ]
}