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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=137",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=135",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 136,
    "results": [
        {
            "start": 819821139,
            "stop": 819821340
        },
        {
            "start": 819821530,
            "stop": 819821951
        },
        {
            "start": 819821958,
            "stop": 819822050
        },
        {
            "start": 819822130,
            "stop": 819822532
        },
        {
            "start": 819822540,
            "stop": 819822551
        },
        {
            "start": 819823046,
            "stop": 819823215
        },
        {
            "start": 819823222,
            "stop": 819824077
        },
        {
            "start": 819824084,
            "stop": 819824528
        },
        {
            "start": 819824536,
            "stop": 819824760
        },
        {
            "start": 819824820,
            "stop": 819825060
        },
        {
            "start": 819825120,
            "stop": 819825263
        },
        {
            "start": 819825270,
            "stop": 819825290
        },
        {
            "start": 819825370,
            "stop": 819825373
        },
        {
            "start": 819827551,
            "stop": 819827651
        },
        {
            "start": 819827658,
            "stop": 819827732
        },
        {
            "start": 819827739,
            "stop": 819827935
        },
        {
            "start": 819827943,
            "stop": 819828193
        },
        {
            "start": 819828488,
            "stop": 819828680
        },
        {
            "start": 819828687,
            "stop": 819828897
        },
        {
            "start": 819828944,
            "stop": 819829020
        }
    ]
}