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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=361",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 362,
    "results": [
        {
            "start": 864437444,
            "stop": 864463863
        },
        {
            "start": 864464497,
            "stop": 864469764
        },
        {
            "start": 864469786,
            "stop": 864469787
        },
        {
            "start": 864469808,
            "stop": 864485759
        },
        {
            "start": 864485783,
            "stop": 864485792
        },
        {
            "start": 864485813,
            "stop": 864486082
        },
        {
            "start": 864506081,
            "stop": 864506246
        },
        {
            "start": 864506546,
            "stop": 864507613
        },
        {
            "start": 864507902,
            "stop": 864508224
        },
        {
            "start": 864508246,
            "stop": 864510479
        },
        {
            "start": 864510779,
            "stop": 864520647
        },
        {
            "start": 864520668,
            "stop": 864530237
        },
        {
            "start": 864530258,
            "stop": 864559834
        },
        {
            "start": 864559856,
            "stop": 864570462
        },
        {
            "start": 864570486,
            "stop": 864574049
        },
        {
            "start": 864574071,
            "stop": 864576947
        },
        {
            "start": 864576988,
            "stop": 864577322
        },
        {
            "start": 864577477,
            "stop": 864581874
        },
        {
            "start": 864581896,
            "stop": 864581929
        },
        {
            "start": 864581951,
            "stop": 864581964
        }
    ]
}