Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=94
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=95",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=93",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 94,
    "results": [
        {
            "start": 838079904,
            "stop": 838087189
        },
        {
            "start": 838089644,
            "stop": 838108417
        },
        {
            "start": 838109206,
            "stop": 838131151
        },
        {
            "start": 838131433,
            "stop": 838138922
        },
        {
            "start": 838139002,
            "stop": 838145821
        },
        {
            "start": 838146084,
            "stop": 838150892
        },
        {
            "start": 838153260,
            "stop": 838153989
        },
        {
            "start": 838155285,
            "stop": 838157859
        },
        {
            "start": 838157917,
            "stop": 838160250
        },
        {
            "start": 838161653,
            "stop": 838174535
        },
        {
            "start": 838175479,
            "stop": 838225068
        },
        {
            "start": 838237266,
            "stop": 838238576
        },
        {
            "start": 838240424,
            "stop": 838257964
        },
        {
            "start": 838260280,
            "stop": 838292740
        },
        {
            "start": 838295578,
            "stop": 838295759
        },
        {
            "start": 838313281,
            "stop": 838325710
        },
        {
            "start": 838328054,
            "stop": 838334555
        },
        {
            "start": 838338210,
            "stop": 838373694
        },
        {
            "start": 838376314,
            "stop": 838399520
        },
        {
            "start": 838401468,
            "stop": 838406370
        }
    ]
}