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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=107",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 108,
    "results": [
        {
            "start": 834206037,
            "stop": 834206056
        },
        {
            "start": 834206077,
            "stop": 834206081
        },
        {
            "start": 834207831,
            "stop": 834218911
        },
        {
            "start": 834221334,
            "stop": 834230648
        },
        {
            "start": 834230653,
            "stop": 834243808
        },
        {
            "start": 834243814,
            "stop": 834246059
        },
        {
            "start": 834268311,
            "stop": 834270535
        },
        {
            "start": 834271947,
            "stop": 834282052
        },
        {
            "start": 834284979,
            "stop": 834294408
        },
        {
            "start": 834300737,
            "stop": 834301824
        },
        {
            "start": 834301831,
            "stop": 834301834
        },
        {
            "start": 834310767,
            "stop": 834312167
        },
        {
            "start": 834316773,
            "stop": 834322704
        },
        {
            "start": 834322720,
            "stop": 834323000
        },
        {
            "start": 834330595,
            "stop": 834333335
        },
        {
            "start": 834333343,
            "stop": 834333352
        },
        {
            "start": 834333360,
            "stop": 834340032
        },
        {
            "start": 834340181,
            "stop": 834341820
        },
        {
            "start": 834341827,
            "stop": 834344413
        },
        {
            "start": 834344419,
            "stop": 834345832
        }
    ]
}