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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=60",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 61,
    "results": [
        {
            "start": 816199856,
            "stop": 816199899
        },
        {
            "start": 816199902,
            "stop": 816200140
        },
        {
            "start": 816200143,
            "stop": 816200179
        },
        {
            "start": 816200182,
            "stop": 816200189
        },
        {
            "start": 816200192,
            "stop": 816200305
        },
        {
            "start": 816200308,
            "stop": 816200393
        },
        {
            "start": 816200396,
            "stop": 816200404
        },
        {
            "start": 816200407,
            "stop": 816200479
        },
        {
            "start": 816200482,
            "stop": 816200571
        },
        {
            "start": 816201122,
            "stop": 816201273
        },
        {
            "start": 816201276,
            "stop": 816201318
        },
        {
            "start": 816201321,
            "stop": 816201480
        },
        {
            "start": 816201483,
            "stop": 816201664
        },
        {
            "start": 816201667,
            "stop": 816201751
        },
        {
            "start": 816201754,
            "stop": 816201872
        },
        {
            "start": 816201875,
            "stop": 816202009
        },
        {
            "start": 816202012,
            "stop": 816202102
        },
        {
            "start": 816202105,
            "stop": 816202225
        },
        {
            "start": 816202228,
            "stop": 816202373
        },
        {
            "start": 816202378,
            "stop": 816202426
        }
    ]
}