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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=107",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 108,
    "results": [
        {
            "start": 817570067,
            "stop": 817570092
        },
        {
            "start": 817570100,
            "stop": 817570132
        },
        {
            "start": 817570139,
            "stop": 817570328
        },
        {
            "start": 817570332,
            "stop": 817570412
        },
        {
            "start": 817570417,
            "stop": 817570455
        },
        {
            "start": 817570475,
            "stop": 817570491
        },
        {
            "start": 817570499,
            "stop": 817570505
        },
        {
            "start": 817570514,
            "stop": 817570529
        },
        {
            "start": 817570543,
            "stop": 817570549
        },
        {
            "start": 817570553,
            "stop": 817570563
        },
        {
            "start": 817570567,
            "stop": 817570582
        },
        {
            "start": 817570586,
            "stop": 817570592
        },
        {
            "start": 817570606,
            "stop": 817570616
        },
        {
            "start": 817570620,
            "stop": 817570699
        },
        {
            "start": 817571949,
            "stop": 817572009
        },
        {
            "start": 817572016,
            "stop": 817572204
        },
        {
            "start": 817572212,
            "stop": 817572243
        },
        {
            "start": 817572252,
            "stop": 817572267
        },
        {
            "start": 817572272,
            "stop": 817573090
        },
        {
            "start": 817573097,
            "stop": 817573824
        }
    ]
}