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=688
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=689",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=687",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 688,
    "results": [
        {
            "start": 862699990,
            "stop": 862701042
        },
        {
            "start": 862702967,
            "stop": 862704848
        },
        {
            "start": 862705720,
            "stop": 862705890
        },
        {
            "start": 862705950,
            "stop": 862705956
        },
        {
            "start": 862714895,
            "stop": 862714948
        },
        {
            "start": 862714966,
            "stop": 862716150
        },
        {
            "start": 862716210,
            "stop": 862716224
        },
        {
            "start": 862717081,
            "stop": 862732316
        },
        {
            "start": 862734908,
            "stop": 862768791
        },
        {
            "start": 862769604,
            "stop": 862770000
        },
        {
            "start": 862770073,
            "stop": 862770077
        },
        {
            "start": 862770114,
            "stop": 862773012
        },
        {
            "start": 862773795,
            "stop": 862780472
        },
        {
            "start": 862805869,
            "stop": 862813910
        },
        {
            "start": 862815287,
            "stop": 862855423
        },
        {
            "start": 862858185,
            "stop": 862858298
        },
        {
            "start": 862859535,
            "stop": 862870007
        },
        {
            "start": 862873513,
            "stop": 862880078
        },
        {
            "start": 862881023,
            "stop": 862895132
        },
        {
            "start": 862895150,
            "stop": 862896930
        }
    ]
}