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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=26",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 27,
    "results": [
        {
            "start": 817562887,
            "stop": 817562898
        },
        {
            "start": 817562926,
            "stop": 817562936
        },
        {
            "start": 817562989,
            "stop": 817563074
        },
        {
            "start": 817563097,
            "stop": 817565053
        },
        {
            "start": 817566792,
            "stop": 817568506
        },
        {
            "start": 817568538,
            "stop": 817568544
        },
        {
            "start": 817568558,
            "stop": 817568789
        },
        {
            "start": 817568794,
            "stop": 817569276
        },
        {
            "start": 817569280,
            "stop": 817569315
        },
        {
            "start": 817569319,
            "stop": 817569362
        },
        {
            "start": 817569391,
            "stop": 817570038
        },
        {
            "start": 817570047,
            "stop": 817570058
        },
        {
            "start": 817570067,
            "stop": 817570092
        },
        {
            "start": 817570100,
            "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
        }
    ]
}