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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=261",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=259",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 260,
    "results": [
        {
            "start": 822294912,
            "stop": 822295842
        },
        {
            "start": 822295845,
            "stop": 822295997
        },
        {
            "start": 822296000,
            "stop": 822299314
        },
        {
            "start": 822299317,
            "stop": 822306565
        },
        {
            "start": 822306568,
            "stop": 822308088
        },
        {
            "start": 822308092,
            "stop": 822311814
        },
        {
            "start": 822311817,
            "stop": 822314771
        },
        {
            "start": 822314774,
            "stop": 822315141
        },
        {
            "start": 822315144,
            "stop": 822315155
        },
        {
            "start": 822315158,
            "stop": 822315389
        },
        {
            "start": 822315951,
            "stop": 822316198
        },
        {
            "start": 822316203,
            "stop": 822316213
        },
        {
            "start": 822316620,
            "stop": 822318291
        },
        {
            "start": 822318295,
            "stop": 822318359
        },
        {
            "start": 822318478,
            "stop": 822320217
        },
        {
            "start": 822320226,
            "stop": 822320232
        },
        {
            "start": 822320320,
            "stop": 822320417
        },
        {
            "start": 822320420,
            "stop": 822322206
        },
        {
            "start": 822322350,
            "stop": 822322941
        },
        {
            "start": 822322945,
            "stop": 822322981
        }
    ]
}