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=89
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=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=88",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 89,
    "results": [
        {
            "start": 819190951,
            "stop": 819191056
        },
        {
            "start": 819192072,
            "stop": 819192186
        },
        {
            "start": 819192203,
            "stop": 819193147
        },
        {
            "start": 819193151,
            "stop": 819193189
        },
        {
            "start": 819193194,
            "stop": 819193256
        },
        {
            "start": 819193260,
            "stop": 819193464
        },
        {
            "start": 819193467,
            "stop": 819193783
        },
        {
            "start": 819193800,
            "stop": 819193926
        },
        {
            "start": 819193929,
            "stop": 819193987
        },
        {
            "start": 819193990,
            "stop": 819194292
        },
        {
            "start": 819194295,
            "stop": 819194361
        },
        {
            "start": 819194366,
            "stop": 819194455
        },
        {
            "start": 819194487,
            "stop": 819194489
        },
        {
            "start": 819194493,
            "stop": 819194497
        },
        {
            "start": 819194501,
            "stop": 819194505
        },
        {
            "start": 819194543,
            "stop": 819195034
        },
        {
            "start": 819195038,
            "stop": 819195098
        },
        {
            "start": 819195101,
            "stop": 819195440
        },
        {
            "start": 819195444,
            "stop": 819195744
        },
        {
            "start": 819195747,
            "stop": 819196908
        }
    ]
}