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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=292",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 293,
    "results": [
        {
            "start": 822314774,
            "stop": 822315141
        },
        {
            "start": 822315144,
            "stop": 822315155
        },
        {
            "start": 822315158,
            "stop": 822315381
        },
        {
            "start": 822315951,
            "stop": 822316198
        },
        {
            "start": 822316203,
            "stop": 822316213
        },
        {
            "start": 822316620,
            "stop": 822317670
        },
        {
            "start": 822317730,
            "stop": 822318090
        },
        {
            "start": 822318150,
            "stop": 822318291
        },
        {
            "start": 822318295,
            "stop": 822318351
        },
        {
            "start": 822318478,
            "stop": 822320217
        },
        {
            "start": 822320226,
            "stop": 822320227
        },
        {
            "start": 822320320,
            "stop": 822320417
        },
        {
            "start": 822320420,
            "stop": 822321150
        },
        {
            "start": 822321210,
            "stop": 822322198
        },
        {
            "start": 822322350,
            "stop": 822322941
        },
        {
            "start": 822322945,
            "stop": 822322973
        },
        {
            "start": 822323113,
            "stop": 822323512
        },
        {
            "start": 822323516,
            "stop": 822323660
        },
        {
            "start": 822323770,
            "stop": 822323800
        },
        {
            "start": 822325319,
            "stop": 822325738
        }
    ]
}