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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=503",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=501",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 502,
    "results": [
        {
            "start": 823224888,
            "stop": 823225552
        },
        {
            "start": 823225616,
            "stop": 823240828
        },
        {
            "start": 823241579,
            "stop": 823244057
        },
        {
            "start": 823244448,
            "stop": 823255749
        },
        {
            "start": 823257779,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823267752
        },
        {
            "start": 823268944,
            "stop": 823277954
        },
        {
            "start": 823279052,
            "stop": 823280242
        },
        {
            "start": 823280994,
            "stop": 823282611
        },
        {
            "start": 823329848,
            "stop": 823329849
        },
        {
            "start": 823329915,
            "stop": 823329916
        },
        {
            "start": 823330127,
            "stop": 823336872
        },
        {
            "start": 823337970,
            "stop": 823341251
        },
        {
            "start": 823341286,
            "stop": 823347202
        },
        {
            "start": 823347210,
            "stop": 823351259
        },
        {
            "start": 823351816,
            "stop": 823352897
        },
        {
            "start": 823352919,
            "stop": 823352933
        },
        {
            "start": 823352966,
            "stop": 823355072
        },
        {
            "start": 823355078,
            "stop": 823355491
        },
        {
            "start": 823358265,
            "stop": 823358834
        }
    ]
}