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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=10",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 11,
    "results": [
        {
            "start": 815775310,
            "stop": 815775733
        },
        {
            "start": 815775973,
            "stop": 815776105
        },
        {
            "start": 815776109,
            "stop": 815776160
        },
        {
            "start": 815776164,
            "stop": 815776477
        },
        {
            "start": 815776480,
            "stop": 815776486
        },
        {
            "start": 815780978,
            "stop": 815781215
        },
        {
            "start": 815781218,
            "stop": 815781600
        },
        {
            "start": 815781720,
            "stop": 815782320
        },
        {
            "start": 815782380,
            "stop": 815782572
        },
        {
            "start": 815782575,
            "stop": 815782672
        },
        {
            "start": 815782675,
            "stop": 815782961
        },
        {
            "start": 815782964,
            "stop": 815783220
        },
        {
            "start": 815783280,
            "stop": 815783302
        },
        {
            "start": 815795295,
            "stop": 815795423
        },
        {
            "start": 815796003,
            "stop": 815796268
        },
        {
            "start": 815796272,
            "stop": 815797492
        },
        {
            "start": 815797495,
            "stop": 815798418
        },
        {
            "start": 815804799,
            "stop": 815804880
        },
        {
            "start": 815804940,
            "stop": 815805180
        },
        {
            "start": 815805240,
            "stop": 815805420
        }
    ]
}