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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=33",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 34,
    "results": [
        {
            "start": 817062083,
            "stop": 817063694
        },
        {
            "start": 817063697,
            "stop": 817063727
        },
        {
            "start": 817063730,
            "stop": 817063816
        },
        {
            "start": 817063819,
            "stop": 817064289
        },
        {
            "start": 817064306,
            "stop": 817064876
        },
        {
            "start": 817064879,
            "stop": 817065611
        },
        {
            "start": 817065614,
            "stop": 817065788
        },
        {
            "start": 817065791,
            "stop": 817067155
        },
        {
            "start": 817067157,
            "stop": 817067778
        },
        {
            "start": 817067781,
            "stop": 817068144
        },
        {
            "start": 817071048,
            "stop": 817071485
        },
        {
            "start": 817071488,
            "stop": 817072841
        },
        {
            "start": 817072844,
            "stop": 817073250
        },
        {
            "start": 817073253,
            "stop": 817073523
        },
        {
            "start": 817073526,
            "stop": 817073817
        },
        {
            "start": 817073820,
            "stop": 817073850
        },
        {
            "start": 817074842,
            "stop": 817075309
        },
        {
            "start": 817075313,
            "stop": 817076147
        },
        {
            "start": 817076150,
            "stop": 817076947
        },
        {
            "start": 817076951,
            "stop": 817077408
        }
    ]
}