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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=60",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 61,
    "results": [
        {
            "start": 817290377,
            "stop": 817290416
        },
        {
            "start": 817290429,
            "stop": 817290444
        },
        {
            "start": 817290451,
            "stop": 817290523
        },
        {
            "start": 817290557,
            "stop": 817290896
        },
        {
            "start": 817291001,
            "stop": 817291004
        },
        {
            "start": 817291011,
            "stop": 817291032
        },
        {
            "start": 817291053,
            "stop": 817291069
        },
        {
            "start": 817291085,
            "stop": 817291099
        },
        {
            "start": 817291110,
            "stop": 817291140
        },
        {
            "start": 817291151,
            "stop": 817291157
        },
        {
            "start": 817291164,
            "stop": 817291175
        },
        {
            "start": 817291183,
            "stop": 817291235
        },
        {
            "start": 817291246,
            "stop": 817291306
        },
        {
            "start": 817291313,
            "stop": 817291391
        },
        {
            "start": 817291405,
            "stop": 817291446
        },
        {
            "start": 817291453,
            "stop": 817291492
        },
        {
            "start": 817291509,
            "stop": 817291545
        },
        {
            "start": 817291559,
            "stop": 817291580
        },
        {
            "start": 817291587,
            "stop": 817291637
        },
        {
            "start": 817291659,
            "stop": 817291680
        }
    ]
}