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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=79",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 80,
    "results": [
        {
            "start": 817694608,
            "stop": 817694621
        },
        {
            "start": 817694661,
            "stop": 817694860
        },
        {
            "start": 817694874,
            "stop": 817695290
        },
        {
            "start": 817695298,
            "stop": 817695784
        },
        {
            "start": 817695799,
            "stop": 817696168
        },
        {
            "start": 817696252,
            "stop": 817696289
        },
        {
            "start": 817696318,
            "stop": 817696459
        },
        {
            "start": 817696502,
            "stop": 817696600
        },
        {
            "start": 817696607,
            "stop": 817698462
        },
        {
            "start": 817698506,
            "stop": 817698549
        },
        {
            "start": 817700009,
            "stop": 817700173
        },
        {
            "start": 817704087,
            "stop": 817705494
        },
        {
            "start": 817705550,
            "stop": 817709155
        },
        {
            "start": 817709184,
            "stop": 817713986
        },
        {
            "start": 817714015,
            "stop": 817714174
        },
        {
            "start": 817714221,
            "stop": 817714244
        },
        {
            "start": 817714273,
            "stop": 817714946
        },
        {
            "start": 817714979,
            "stop": 817715856
        },
        {
            "start": 817715904,
            "stop": 817718544
        },
        {
            "start": 817718575,
            "stop": 817718582
        }
    ]
}