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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=27",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=25",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 26,
    "results": [
        {
            "start": 931165075,
            "stop": 931165203
        },
        {
            "start": 931165582,
            "stop": 931165591
        },
        {
            "start": 931165609,
            "stop": 931165648
        },
        {
            "start": 931165665,
            "stop": 931165669
        },
        {
            "start": 931165686,
            "stop": 931165700
        },
        {
            "start": 931165718,
            "stop": 931165834
        },
        {
            "start": 931165852,
            "stop": 931166086
        },
        {
            "start": 931166103,
            "stop": 931166163
        },
        {
            "start": 931166182,
            "stop": 931166344
        },
        {
            "start": 931166386,
            "stop": 931166396
        },
        {
            "start": 931166422,
            "stop": 931166520
        },
        {
            "start": 931166537,
            "stop": 931166611
        },
        {
            "start": 931166637,
            "stop": 931166667
        },
        {
            "start": 931166685,
            "stop": 931166703
        },
        {
            "start": 931166721,
            "stop": 931166733
        },
        {
            "start": 931166751,
            "stop": 931166790
        },
        {
            "start": 931166808,
            "stop": 931166926
        },
        {
            "start": 931166944,
            "stop": 931166994
        },
        {
            "start": 931167048,
            "stop": 931167068
        },
        {
            "start": 931167095,
            "stop": 931167117
        }
    ]
}