Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=48
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=49",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=47",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 48,
    "results": [
        {
            "start": 817071488,
            "stop": 817071960
        },
        {
            "start": 817072020,
            "stop": 817072200
        },
        {
            "start": 817072260,
            "stop": 817072740
        },
        {
            "start": 817072800,
            "stop": 817072841
        },
        {
            "start": 817072844,
            "stop": 817073250
        },
        {
            "start": 817073253,
            "stop": 817073523
        },
        {
            "start": 817073526,
            "stop": 817073817
        },
        {
            "start": 817073820,
            "stop": 817073850
        },
        {
            "start": 817074842,
            "stop": 817075080
        },
        {
            "start": 817075140,
            "stop": 817075309
        },
        {
            "start": 817075313,
            "stop": 817076015
        },
        {
            "start": 817076135,
            "stop": 817076147
        },
        {
            "start": 817076150,
            "stop": 817076947
        },
        {
            "start": 817076951,
            "stop": 817077240
        },
        {
            "start": 817077300,
            "stop": 817077360
        },
        {
            "start": 817080202,
            "stop": 817080360
        },
        {
            "start": 817085604,
            "stop": 817085954
        },
        {
            "start": 817085957,
            "stop": 817086189
        },
        {
            "start": 817086309,
            "stop": 817088061
        },
        {
            "start": 817088210,
            "stop": 817090320
        }
    ]
}