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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=58",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 59,
    "results": [
        {
            "start": 931393135,
            "stop": 931393143
        },
        {
            "start": 931393154,
            "stop": 931393274
        },
        {
            "start": 931393280,
            "stop": 931393297
        },
        {
            "start": 931393303,
            "stop": 931393319
        },
        {
            "start": 931393325,
            "stop": 931393351
        },
        {
            "start": 931393356,
            "stop": 931393441
        },
        {
            "start": 931393447,
            "stop": 931393454
        },
        {
            "start": 931393460,
            "stop": 931393567
        },
        {
            "start": 931393573,
            "stop": 931393588
        },
        {
            "start": 931393594,
            "stop": 931393670
        },
        {
            "start": 931393675,
            "stop": 931393689
        },
        {
            "start": 931393698,
            "stop": 931393746
        },
        {
            "start": 931393751,
            "stop": 931393864
        },
        {
            "start": 931393869,
            "stop": 931394156
        },
        {
            "start": 931394165,
            "stop": 931394521
        },
        {
            "start": 931394527,
            "stop": 931394568
        },
        {
            "start": 931394582,
            "stop": 931394610
        },
        {
            "start": 931394619,
            "stop": 931394679
        },
        {
            "start": 931394685,
            "stop": 931394689
        },
        {
            "start": 931394698,
            "stop": 931394716
        }
    ]
}