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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=105",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=103",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 104,
    "results": [
        {
            "start": 817562989,
            "stop": 817563074
        },
        {
            "start": 817563097,
            "stop": 817563583
        },
        {
            "start": 817563764,
            "stop": 817564236
        },
        {
            "start": 817564674,
            "stop": 817564964
        },
        {
            "start": 817567460,
            "stop": 817568506
        },
        {
            "start": 817568538,
            "stop": 817568544
        },
        {
            "start": 817568558,
            "stop": 817568789
        },
        {
            "start": 817568794,
            "stop": 817569276
        },
        {
            "start": 817569280,
            "stop": 817569315
        },
        {
            "start": 817569319,
            "stop": 817569323
        },
        {
            "start": 817569856,
            "stop": 817570038
        },
        {
            "start": 817570047,
            "stop": 817570058
        },
        {
            "start": 817570067,
            "stop": 817570092
        },
        {
            "start": 817570100,
            "stop": 817570134
        },
        {
            "start": 817570137,
            "stop": 817570328
        },
        {
            "start": 817570332,
            "stop": 817570412
        },
        {
            "start": 817570417,
            "stop": 817570455
        },
        {
            "start": 817570475,
            "stop": 817570491
        },
        {
            "start": 817570499,
            "stop": 817570505
        },
        {
            "start": 817570514,
            "stop": 817570529
        }
    ]
}