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=389
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=390",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=388",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 389,
    "results": [
        {
            "start": 962558254,
            "stop": 962558265
        },
        {
            "start": 962558271,
            "stop": 962560488
        },
        {
            "start": 962560497,
            "stop": 962560539
        },
        {
            "start": 962560544,
            "stop": 962562035
        },
        {
            "start": 962562040,
            "stop": 962562042
        },
        {
            "start": 962562048,
            "stop": 962562634
        },
        {
            "start": 962565880,
            "stop": 962566880
        },
        {
            "start": 962566886,
            "stop": 962566926
        },
        {
            "start": 962566931,
            "stop": 962567955
        },
        {
            "start": 962572167,
            "stop": 962574181
        },
        {
            "start": 962600905,
            "stop": 962608209
        },
        {
            "start": 962609752,
            "stop": 962634131
        },
        {
            "start": 962641861,
            "stop": 962644302
        },
        {
            "start": 962644307,
            "stop": 962645443
        },
        {
            "start": 962647169,
            "stop": 962651028
        },
        {
            "start": 962652636,
            "stop": 962654549
        },
        {
            "start": 962654555,
            "stop": 962655091
        },
        {
            "start": 962661855,
            "stop": 962662912
        },
        {
            "start": 962697963,
            "stop": 962706826
        },
        {
            "start": 962708981,
            "stop": 962710699
        }
    ]
}