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=53
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=54",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=52",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 53,
    "results": [
        {
            "start": 816185257,
            "stop": 816185267
        },
        {
            "start": 816185274,
            "stop": 816185299
        },
        {
            "start": 816185306,
            "stop": 816185353
        },
        {
            "start": 816186052,
            "stop": 816186142
        },
        {
            "start": 816186149,
            "stop": 816186603
        },
        {
            "start": 816186610,
            "stop": 816186769
        },
        {
            "start": 816186776,
            "stop": 816186918
        },
        {
            "start": 816186925,
            "stop": 816187163
        },
        {
            "start": 816187170,
            "stop": 816187341
        },
        {
            "start": 816187349,
            "stop": 816187414
        },
        {
            "start": 816187421,
            "stop": 816187435
        },
        {
            "start": 816187443,
            "stop": 816187751
        },
        {
            "start": 816187758,
            "stop": 816187858
        },
        {
            "start": 816187865,
            "stop": 816188093
        },
        {
            "start": 816188100,
            "stop": 816188132
        },
        {
            "start": 816188139,
            "stop": 816188160
        },
        {
            "start": 816188167,
            "stop": 816188172
        },
        {
            "start": 816188179,
            "stop": 816188279
        },
        {
            "start": 816188286,
            "stop": 816188400
        },
        {
            "start": 816188408,
            "stop": 816188443
        }
    ]
}