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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=216",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=214",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 215,
    "results": [
        {
            "start": 820492240,
            "stop": 820492470
        },
        {
            "start": 820492473,
            "stop": 820492810
        },
        {
            "start": 820492814,
            "stop": 820492909
        },
        {
            "start": 820492912,
            "stop": 820493394
        },
        {
            "start": 820493398,
            "stop": 820493400
        },
        {
            "start": 820493403,
            "stop": 820494463
        },
        {
            "start": 820494468,
            "stop": 820494500
        },
        {
            "start": 820494503,
            "stop": 820494800
        },
        {
            "start": 820494804,
            "stop": 820496347
        },
        {
            "start": 820496350,
            "stop": 820496801
        },
        {
            "start": 820496805,
            "stop": 820496807
        },
        {
            "start": 820496811,
            "stop": 820497075
        },
        {
            "start": 820497079,
            "stop": 820497459
        },
        {
            "start": 820497463,
            "stop": 820497611
        },
        {
            "start": 820497615,
            "stop": 820497797
        },
        {
            "start": 820497800,
            "stop": 820497837
        },
        {
            "start": 820497841,
            "stop": 820498134
        },
        {
            "start": 820498137,
            "stop": 820498198
        },
        {
            "start": 820498201,
            "stop": 820498832
        },
        {
            "start": 820498835,
            "stop": 820498878
        }
    ]
}