Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8966
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8967",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=8965",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 8966,
    "results": [
        {
            "start": 873779428,
            "stop": 873779514
        },
        {
            "start": 873779533,
            "stop": 873779686
        },
        {
            "start": 873779705,
            "stop": 873780113
        },
        {
            "start": 873780132,
            "stop": 873780169
        },
        {
            "start": 873780211,
            "stop": 873780239
        },
        {
            "start": 873780537,
            "stop": 873780779
        },
        {
            "start": 873781049,
            "stop": 873781224
        },
        {
            "start": 873781254,
            "stop": 873781427
        },
        {
            "start": 873781450,
            "stop": 873781501
        },
        {
            "start": 873781725,
            "stop": 873781854
        },
        {
            "start": 873781876,
            "stop": 873781993
        },
        {
            "start": 873782012,
            "stop": 873782133
        },
        {
            "start": 873782153,
            "stop": 873782269
        },
        {
            "start": 873782288,
            "stop": 873782297
        },
        {
            "start": 873782316,
            "stop": 873782629
        },
        {
            "start": 873782652,
            "stop": 873782719
        },
        {
            "start": 873782738,
            "stop": 873783061
        },
        {
            "start": 873783097,
            "stop": 873783103
        },
        {
            "start": 873783125,
            "stop": 873783126
        },
        {
            "start": 873783145,
            "stop": 873783511
        }
    ]
}