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=7457
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=7458",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7456",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7457,
    "results": [
        {
            "start": 970005442,
            "stop": 970005479
        },
        {
            "start": 970005519,
            "stop": 970005854
        },
        {
            "start": 970005857,
            "stop": 970006064
        },
        {
            "start": 970006067,
            "stop": 970006165
        },
        {
            "start": 970006168,
            "stop": 970006233
        },
        {
            "start": 970006236,
            "stop": 970006442
        },
        {
            "start": 970007824,
            "stop": 970008425
        },
        {
            "start": 970008428,
            "stop": 970008624
        },
        {
            "start": 970008664,
            "stop": 970008784
        },
        {
            "start": 970008824,
            "stop": 970008954
        },
        {
            "start": 970008957,
            "stop": 970008965
        },
        {
            "start": 970008968,
            "stop": 970009584
        },
        {
            "start": 970009624,
            "stop": 970009744
        },
        {
            "start": 970009784,
            "stop": 970009928
        },
        {
            "start": 970009931,
            "stop": 970010048
        },
        {
            "start": 970010051,
            "stop": 970010331
        },
        {
            "start": 970010334,
            "stop": 970010407
        },
        {
            "start": 970010410,
            "stop": 970010413
        },
        {
            "start": 970010416,
            "stop": 970010424
        },
        {
            "start": 970010464,
            "stop": 970011013
        }
    ]
}