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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5105",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5106,
    "results": [
        {
            "start": 874665255,
            "stop": 874665270
        },
        {
            "start": 874665330,
            "stop": 874665356
        },
        {
            "start": 874665370,
            "stop": 874665405
        },
        {
            "start": 874665418,
            "stop": 874665499
        },
        {
            "start": 874665506,
            "stop": 874665548
        },
        {
            "start": 874665555,
            "stop": 874665594
        },
        {
            "start": 874665601,
            "stop": 874665648
        },
        {
            "start": 874665655,
            "stop": 874665672
        },
        {
            "start": 874665679,
            "stop": 874665750
        },
        {
            "start": 874665757,
            "stop": 874665782
        },
        {
            "start": 874665789,
            "stop": 874665889
        },
        {
            "start": 874665896,
            "stop": 874665918
        },
        {
            "start": 874665925,
            "stop": 874665932
        },
        {
            "start": 874665939,
            "stop": 874666039
        },
        {
            "start": 874666046,
            "stop": 874666115
        },
        {
            "start": 874666122,
            "stop": 874666149
        },
        {
            "start": 874666156,
            "stop": 874666221
        },
        {
            "start": 874666228,
            "stop": 874666237
        },
        {
            "start": 874666249,
            "stop": 874666331
        },
        {
            "start": 874666338,
            "stop": 874666454
        }
    ]
}