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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=109",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 110,
    "results": [
        {
            "start": 817586287,
            "stop": 817586803
        },
        {
            "start": 817586984,
            "stop": 817587283
        },
        {
            "start": 817587464,
            "stop": 817591834
        },
        {
            "start": 817591841,
            "stop": 817592571
        },
        {
            "start": 817593511,
            "stop": 817595639
        },
        {
            "start": 817595646,
            "stop": 817595653
        },
        {
            "start": 817595661,
            "stop": 817596493
        },
        {
            "start": 817597339,
            "stop": 817598205
        },
        {
            "start": 817598212,
            "stop": 817599823
        },
        {
            "start": 817599830,
            "stop": 817600274
        },
        {
            "start": 817600885,
            "stop": 817601987
        },
        {
            "start": 817604883,
            "stop": 817612265
        },
        {
            "start": 817612272,
            "stop": 817612992
        },
        {
            "start": 817612999,
            "stop": 817613543
        },
        {
            "start": 817613551,
            "stop": 817618093
        },
        {
            "start": 817630709,
            "stop": 817631482
        },
        {
            "start": 817631648,
            "stop": 817631664
        },
        {
            "start": 817632079,
            "stop": 817632222
        },
        {
            "start": 817632223,
            "stop": 817640743
        },
        {
            "start": 817640924,
            "stop": 817652758
        }
    ]
}