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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9799",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9800,
    "results": [
        {
            "start": 873394440,
            "stop": 873396000
        },
        {
            "start": 873396060,
            "stop": 873396901
        },
        {
            "start": 873397080,
            "stop": 873397115
        },
        {
            "start": 873397123,
            "stop": 873397260
        },
        {
            "start": 873397380,
            "stop": 873397590
        },
        {
            "start": 873397607,
            "stop": 873397680
        },
        {
            "start": 873397740,
            "stop": 873397800
        },
        {
            "start": 873397860,
            "stop": 873398340
        },
        {
            "start": 873398400,
            "stop": 873398445
        },
        {
            "start": 873398565,
            "stop": 873399066
        },
        {
            "start": 873399186,
            "stop": 873399593
        },
        {
            "start": 873399766,
            "stop": 873400432
        },
        {
            "start": 873400552,
            "stop": 873401616
        },
        {
            "start": 873401633,
            "stop": 873401966
        },
        {
            "start": 873402261,
            "stop": 873402367
        },
        {
            "start": 873402641,
            "stop": 873402900
        },
        {
            "start": 873402960,
            "stop": 873404881
        },
        {
            "start": 873405085,
            "stop": 873406800
        },
        {
            "start": 873406860,
            "stop": 873406960
        },
        {
            "start": 873406977,
            "stop": 873408395
        }
    ]
}