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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=455",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=453",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 454,
    "results": [
        {
            "start": 873128830,
            "stop": 873133938
        },
        {
            "start": 873133971,
            "stop": 873134832
        },
        {
            "start": 873134852,
            "stop": 873135557
        },
        {
            "start": 873135622,
            "stop": 873136702
        },
        {
            "start": 873136723,
            "stop": 873136787
        },
        {
            "start": 873139153,
            "stop": 873140828
        },
        {
            "start": 873142125,
            "stop": 873142276
        },
        {
            "start": 873142283,
            "stop": 873143772
        },
        {
            "start": 873143793,
            "stop": 873145169
        },
        {
            "start": 873145191,
            "stop": 873145342
        },
        {
            "start": 873145363,
            "stop": 873145435
        },
        {
            "start": 873145454,
            "stop": 873145462
        },
        {
            "start": 873146432,
            "stop": 873147564
        },
        {
            "start": 873151342,
            "stop": 873151825
        },
        {
            "start": 873151845,
            "stop": 873154641
        },
        {
            "start": 873154911,
            "stop": 873179437
        },
        {
            "start": 873180369,
            "stop": 873201842
        },
        {
            "start": 873201863,
            "stop": 873206729
        },
        {
            "start": 873206763,
            "stop": 873214440
        },
        {
            "start": 873214459,
            "stop": 873217542
        }
    ]
}