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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=107",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 108,
    "results": [
        {
            "start": 842173580,
            "stop": 842189015
        },
        {
            "start": 842190742,
            "stop": 842199109
        },
        {
            "start": 842204718,
            "stop": 842205453
        },
        {
            "start": 842206488,
            "stop": 842219609
        },
        {
            "start": 842221218,
            "stop": 842275714
        },
        {
            "start": 842275967,
            "stop": 842303985
        },
        {
            "start": 842305403,
            "stop": 842309465
        },
        {
            "start": 842310421,
            "stop": 842340493
        },
        {
            "start": 842340898,
            "stop": 842365149
        },
        {
            "start": 842365271,
            "stop": 842366913
        },
        {
            "start": 842367013,
            "stop": 842373182
        },
        {
            "start": 842373265,
            "stop": 842383986
        },
        {
            "start": 842384111,
            "stop": 842385189
        },
        {
            "start": 842387567,
            "stop": 842387969
        },
        {
            "start": 842388016,
            "stop": 842393269
        },
        {
            "start": 842398240,
            "stop": 842409263
        },
        {
            "start": 842410797,
            "stop": 842443951
        },
        {
            "start": 842444753,
            "stop": 842450294
        },
        {
            "start": 842450401,
            "stop": 842468481
        },
        {
            "start": 842469613,
            "stop": 842492086
        }
    ]
}