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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7462",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7460",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7461,
    "results": [
        {
            "start": 970022187,
            "stop": 970022190
        },
        {
            "start": 970022200,
            "stop": 970022205
        },
        {
            "start": 970022211,
            "stop": 970022859
        },
        {
            "start": 970022862,
            "stop": 970023135
        },
        {
            "start": 970023140,
            "stop": 970023366
        },
        {
            "start": 970023369,
            "stop": 970023449
        },
        {
            "start": 970023455,
            "stop": 970023653
        },
        {
            "start": 970023659,
            "stop": 970023799
        },
        {
            "start": 970023810,
            "stop": 970024113
        },
        {
            "start": 970024119,
            "stop": 970024126
        },
        {
            "start": 970024132,
            "stop": 970024144
        },
        {
            "start": 970024150,
            "stop": 970024453
        },
        {
            "start": 970024459,
            "stop": 970024754
        },
        {
            "start": 970024760,
            "stop": 970024780
        },
        {
            "start": 970024786,
            "stop": 970024795
        },
        {
            "start": 970024801,
            "stop": 970024815
        },
        {
            "start": 970024822,
            "stop": 970024831
        },
        {
            "start": 970024837,
            "stop": 970024989
        },
        {
            "start": 970024992,
            "stop": 970025085
        },
        {
            "start": 970025091,
            "stop": 970026068
        }
    ]
}