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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2486",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2484",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2485,
    "results": [
        {
            "start": 875131842,
            "stop": 875132408
        },
        {
            "start": 875132417,
            "stop": 875132630
        },
        {
            "start": 875132710,
            "stop": 875133410
        },
        {
            "start": 875133490,
            "stop": 875134904
        },
        {
            "start": 875135085,
            "stop": 875135652
        },
        {
            "start": 875135686,
            "stop": 875135690
        },
        {
            "start": 875135770,
            "stop": 875137891
        },
        {
            "start": 875137908,
            "stop": 875138210
        },
        {
            "start": 875138290,
            "stop": 875138770
        },
        {
            "start": 875138787,
            "stop": 875140271
        },
        {
            "start": 875140288,
            "stop": 875140340
        },
        {
            "start": 875140357,
            "stop": 875141510
        },
        {
            "start": 875141650,
            "stop": 875142300
        },
        {
            "start": 875142430,
            "stop": 875144229
        },
        {
            "start": 875144246,
            "stop": 875144299
        },
        {
            "start": 875144306,
            "stop": 875146190
        },
        {
            "start": 875146270,
            "stop": 875146879
        },
        {
            "start": 875146886,
            "stop": 875147206
        },
        {
            "start": 875147214,
            "stop": 875147755
        },
        {
            "start": 875147762,
            "stop": 875147826
        }
    ]
}