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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5164",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5162",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5163,
    "results": [
        {
            "start": 874854120,
            "stop": 874854240
        },
        {
            "start": 874854300,
            "stop": 874854360
        },
        {
            "start": 874854420,
            "stop": 874854660
        },
        {
            "start": 874854720,
            "stop": 874854731
        },
        {
            "start": 874854750,
            "stop": 874854789
        },
        {
            "start": 874854808,
            "stop": 874854864
        },
        {
            "start": 874854883,
            "stop": 874855304
        },
        {
            "start": 874855323,
            "stop": 874855634
        },
        {
            "start": 874855653,
            "stop": 874856167
        },
        {
            "start": 874856186,
            "stop": 874856468
        },
        {
            "start": 874856487,
            "stop": 874856509
        },
        {
            "start": 874856528,
            "stop": 874856658
        },
        {
            "start": 874856677,
            "stop": 874856692
        },
        {
            "start": 874856711,
            "stop": 874856716
        },
        {
            "start": 874856735,
            "stop": 874856794
        },
        {
            "start": 874856813,
            "stop": 874856824
        },
        {
            "start": 874856843,
            "stop": 874857125
        },
        {
            "start": 874857144,
            "stop": 874857495
        },
        {
            "start": 874857519,
            "stop": 874857540
        },
        {
            "start": 874857560,
            "stop": 874857570
        }
    ]
}