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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=168",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 169,
    "results": [
        {
            "start": 932596566,
            "stop": 932596986
        },
        {
            "start": 932597171,
            "stop": 932597866
        },
        {
            "start": 932597869,
            "stop": 932598015
        },
        {
            "start": 932598375,
            "stop": 932598774
        },
        {
            "start": 932598894,
            "stop": 932599163
        },
        {
            "start": 932599165,
            "stop": 932599506
        },
        {
            "start": 932599566,
            "stop": 932600257
        },
        {
            "start": 932600259,
            "stop": 932600985
        },
        {
            "start": 932601105,
            "stop": 932601503
        },
        {
            "start": 932603799,
            "stop": 932605215
        },
        {
            "start": 932605575,
            "stop": 932605877
        },
        {
            "start": 932605880,
            "stop": 932606197
        },
        {
            "start": 932606199,
            "stop": 932606560
        },
        {
            "start": 932606680,
            "stop": 932607758
        },
        {
            "start": 932607760,
            "stop": 932608641
        },
        {
            "start": 932608644,
            "stop": 932608815
        },
        {
            "start": 932609175,
            "stop": 932609436
        },
        {
            "start": 932609439,
            "stop": 932610157
        },
        {
            "start": 932610159,
            "stop": 932610325
        },
        {
            "start": 932610329,
            "stop": 932610775
        }
    ]
}