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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=119",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=117",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 118,
    "results": [
        {
            "start": 1239377737,
            "stop": 1239378125
        },
        {
            "start": 1239378126,
            "stop": 1239378221
        },
        {
            "start": 1239378224,
            "stop": 1239378231
        },
        {
            "start": 1239378232,
            "stop": 1239378235
        },
        {
            "start": 1239378238,
            "stop": 1239378700
        },
        {
            "start": 1239378703,
            "stop": 1239380265
        },
        {
            "start": 1239380268,
            "stop": 1239380528
        },
        {
            "start": 1239380531,
            "stop": 1239381024
        },
        {
            "start": 1239381027,
            "stop": 1239383731
        },
        {
            "start": 1239383734,
            "stop": 1239383856
        },
        {
            "start": 1239383857,
            "stop": 1239384922
        },
        {
            "start": 1239384924,
            "stop": 1239385823
        },
        {
            "start": 1239385826,
            "stop": 1239386618
        },
        {
            "start": 1239386620,
            "stop": 1239387089
        },
        {
            "start": 1239387092,
            "stop": 1239387193
        },
        {
            "start": 1239387195,
            "stop": 1239387236
        },
        {
            "start": 1239387239,
            "stop": 1239387481
        },
        {
            "start": 1239387484,
            "stop": 1239387692
        },
        {
            "start": 1239387694,
            "stop": 1239387723
        },
        {
            "start": 1239387725,
            "stop": 1239388467
        }
    ]
}