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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=407",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=405",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 406,
    "results": [
        {
            "start": 847788581,
            "stop": 847788613
        },
        {
            "start": 847788615,
            "stop": 847788698
        },
        {
            "start": 847788699,
            "stop": 847788733
        },
        {
            "start": 847788734,
            "stop": 847788743
        },
        {
            "start": 847788744,
            "stop": 847788749
        },
        {
            "start": 847788750,
            "stop": 847788770
        },
        {
            "start": 847788772,
            "stop": 847788774
        },
        {
            "start": 847788776,
            "stop": 847788828
        },
        {
            "start": 847788829,
            "stop": 847788856
        },
        {
            "start": 847788857,
            "stop": 847788859
        },
        {
            "start": 847788862,
            "stop": 847788871
        },
        {
            "start": 847788872,
            "stop": 847788900
        },
        {
            "start": 847788901,
            "stop": 847788902
        },
        {
            "start": 847788904,
            "stop": 847788913
        },
        {
            "start": 847788914,
            "stop": 847788945
        },
        {
            "start": 847788947,
            "stop": 847788981
        },
        {
            "start": 847788983,
            "stop": 847788998
        },
        {
            "start": 847789000,
            "stop": 847789019
        },
        {
            "start": 847789020,
            "stop": 847789073
        },
        {
            "start": 847789074,
            "stop": 847789115
        }
    ]
}