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=283
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=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=282",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 283,
    "results": [
        {
            "start": 821591854,
            "stop": 821591938
        },
        {
            "start": 821591985,
            "stop": 821592080
        },
        {
            "start": 821592088,
            "stop": 821592141
        },
        {
            "start": 821592148,
            "stop": 821592243
        },
        {
            "start": 821592250,
            "stop": 821592253
        },
        {
            "start": 821594707,
            "stop": 821594730
        },
        {
            "start": 821594738,
            "stop": 821594750
        },
        {
            "start": 821594758,
            "stop": 821595016
        },
        {
            "start": 821595024,
            "stop": 821595067
        },
        {
            "start": 821595074,
            "stop": 821595414
        },
        {
            "start": 821595423,
            "stop": 821595476
        },
        {
            "start": 821595489,
            "stop": 821595550
        },
        {
            "start": 821595558,
            "stop": 821595570
        },
        {
            "start": 821595577,
            "stop": 821595609
        },
        {
            "start": 821595617,
            "stop": 821595672
        },
        {
            "start": 821595679,
            "stop": 821595713
        },
        {
            "start": 821595720,
            "stop": 821595802
        },
        {
            "start": 821595823,
            "stop": 821596210
        },
        {
            "start": 821596217,
            "stop": 821596294
        },
        {
            "start": 821596302,
            "stop": 821596347
        }
    ]
}