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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4277",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4275",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4276,
    "results": [
        {
            "start": 874620257,
            "stop": 874620259
        },
        {
            "start": 874620290,
            "stop": 874620334
        },
        {
            "start": 874620358,
            "stop": 874620388
        },
        {
            "start": 874620408,
            "stop": 874620413
        },
        {
            "start": 874620660,
            "stop": 874620690
        },
        {
            "start": 874620724,
            "stop": 874620741
        },
        {
            "start": 874620761,
            "stop": 874620780
        },
        {
            "start": 874620900,
            "stop": 874620913
        },
        {
            "start": 874620932,
            "stop": 874620943
        },
        {
            "start": 874620963,
            "stop": 874621010
        },
        {
            "start": 874621030,
            "stop": 874621071
        },
        {
            "start": 874621090,
            "stop": 874621102
        },
        {
            "start": 874621122,
            "stop": 874621169
        },
        {
            "start": 874621188,
            "stop": 874621270
        },
        {
            "start": 874621289,
            "stop": 874621301
        },
        {
            "start": 874621320,
            "stop": 874621369
        },
        {
            "start": 874621388,
            "stop": 874621410
        },
        {
            "start": 874621506,
            "stop": 874621514
        },
        {
            "start": 874621533,
            "stop": 874621591
        },
        {
            "start": 874621610,
            "stop": 874621621
        }
    ]
}