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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=13",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 14,
    "results": [
        {
            "start": 818643297,
            "stop": 818643461
        },
        {
            "start": 818644738,
            "stop": 818645688
        },
        {
            "start": 818645766,
            "stop": 818645799
        },
        {
            "start": 818645858,
            "stop": 818646383
        },
        {
            "start": 818646442,
            "stop": 818647055
        },
        {
            "start": 818647155,
            "stop": 818648361
        },
        {
            "start": 818654828,
            "stop": 818659492
        },
        {
            "start": 818659505,
            "stop": 818659506
        },
        {
            "start": 818659622,
            "stop": 818660674
        },
        {
            "start": 818660774,
            "stop": 818661147
        },
        {
            "start": 818665552,
            "stop": 818666613
        },
        {
            "start": 818724388,
            "stop": 818737989
        },
        {
            "start": 818743944,
            "stop": 818745647
        },
        {
            "start": 818745896,
            "stop": 818760888
        },
        {
            "start": 818762675,
            "stop": 818763267
        },
        {
            "start": 818763313,
            "stop": 818763600
        },
        {
            "start": 818763684,
            "stop": 818764294
        },
        {
            "start": 818769500,
            "stop": 818772675
        },
        {
            "start": 818772823,
            "stop": 818775328
        },
        {
            "start": 818777674,
            "stop": 818779404
        }
    ]
}