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_CBCHIGH_CAT3/segments?format=api&page=3659
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=3660",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3658",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3659,
    "results": [
        {
            "start": 872715300,
            "stop": 872715437
        },
        {
            "start": 872715441,
            "stop": 872715483
        },
        {
            "start": 872715500,
            "stop": 872715721
        },
        {
            "start": 872715738,
            "stop": 872716604
        },
        {
            "start": 872716785,
            "stop": 872718016
        },
        {
            "start": 872718033,
            "stop": 872719500
        },
        {
            "start": 872719560,
            "stop": 872719867
        },
        {
            "start": 872719884,
            "stop": 872719920
        },
        {
            "start": 872719924,
            "stop": 872720178
        },
        {
            "start": 872720197,
            "stop": 872720212
        },
        {
            "start": 872720233,
            "stop": 872720646
        },
        {
            "start": 872720663,
            "stop": 872721692
        },
        {
            "start": 872721709,
            "stop": 872725078
        },
        {
            "start": 872725095,
            "stop": 872725294
        },
        {
            "start": 872725299,
            "stop": 872725800
        },
        {
            "start": 872726040,
            "stop": 872726616
        },
        {
            "start": 872726633,
            "stop": 872728051
        },
        {
            "start": 872728068,
            "stop": 872730352
        },
        {
            "start": 872730369,
            "stop": 872731127
        },
        {
            "start": 872741820,
            "stop": 872741880
        }
    ]
}