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=350
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=351",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=349",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 350,
    "results": [
        {
            "start": 953217119,
            "stop": 953232262
        },
        {
            "start": 953236586,
            "stop": 953238765
        },
        {
            "start": 953238771,
            "stop": 953244461
        },
        {
            "start": 953270745,
            "stop": 953294379
        },
        {
            "start": 953294386,
            "stop": 953303559
        },
        {
            "start": 953308152,
            "stop": 953311264
        },
        {
            "start": 953312207,
            "stop": 953313053
        },
        {
            "start": 953317079,
            "stop": 953320799
        },
        {
            "start": 953322199,
            "stop": 953322405
        },
        {
            "start": 953323135,
            "stop": 953323741
        },
        {
            "start": 953325387,
            "stop": 953325433
        },
        {
            "start": 953326312,
            "stop": 953335685
        },
        {
            "start": 953339255,
            "stop": 953356154
        },
        {
            "start": 953356181,
            "stop": 953356195
        },
        {
            "start": 953356229,
            "stop": 953366639
        },
        {
            "start": 953373572,
            "stop": 953384288
        },
        {
            "start": 953412103,
            "stop": 953412376
        },
        {
            "start": 953412381,
            "stop": 953415292
        },
        {
            "start": 953415299,
            "stop": 953417812
        },
        {
            "start": 953417818,
            "stop": 953427099
        }
    ]
}