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_CAT4/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_CAT4/segments?format=api&page=7458",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7456",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7457,
    "results": [
        {
            "start": 970074555,
            "stop": 970074851
        },
        {
            "start": 970074860,
            "stop": 970074868
        },
        {
            "start": 970074874,
            "stop": 970075157
        },
        {
            "start": 970075161,
            "stop": 970075227
        },
        {
            "start": 970075230,
            "stop": 970075314
        },
        {
            "start": 970075317,
            "stop": 970075400
        },
        {
            "start": 970075421,
            "stop": 970075556
        },
        {
            "start": 970075562,
            "stop": 970075564
        },
        {
            "start": 970075570,
            "stop": 970075581
        },
        {
            "start": 970075587,
            "stop": 970075598
        },
        {
            "start": 970075606,
            "stop": 970075610
        },
        {
            "start": 970075616,
            "stop": 970075617
        },
        {
            "start": 970075620,
            "stop": 970076357
        },
        {
            "start": 970076360,
            "stop": 970076701
        },
        {
            "start": 970076704,
            "stop": 970076965
        },
        {
            "start": 970076974,
            "stop": 970076980
        },
        {
            "start": 970076987,
            "stop": 970076992
        },
        {
            "start": 970077016,
            "stop": 970077084
        },
        {
            "start": 970077087,
            "stop": 970077088
        },
        {
            "start": 970077091,
            "stop": 970077246
        }
    ]
}