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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=59",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=57",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 58,
    "results": [
        {
            "start": 816199629,
            "stop": 816199777
        },
        {
            "start": 816199781,
            "stop": 816199841
        },
        {
            "start": 816199844,
            "stop": 816199853
        },
        {
            "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
        }
    ]
}