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=2411
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=2412",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2410",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2411,
    "results": [
        {
            "start": 873305397,
            "stop": 873305423
        },
        {
            "start": 873305482,
            "stop": 873305492
        },
        {
            "start": 873305510,
            "stop": 873305517
        },
        {
            "start": 873305534,
            "stop": 873305583
        },
        {
            "start": 873305600,
            "stop": 873305606
        },
        {
            "start": 873305629,
            "stop": 873305742
        },
        {
            "start": 873305759,
            "stop": 873305790
        },
        {
            "start": 873305807,
            "stop": 873305809
        },
        {
            "start": 873305827,
            "stop": 873305831
        },
        {
            "start": 873305848,
            "stop": 873305864
        },
        {
            "start": 873305872,
            "stop": 873305900
        },
        {
            "start": 873305917,
            "stop": 873305920
        },
        {
            "start": 873305949,
            "stop": 873306003
        },
        {
            "start": 873306020,
            "stop": 873306047
        },
        {
            "start": 873306064,
            "stop": 873306076
        },
        {
            "start": 873306105,
            "stop": 873306252
        },
        {
            "start": 873306286,
            "stop": 873306334
        },
        {
            "start": 873306367,
            "stop": 873306416
        },
        {
            "start": 873306435,
            "stop": 873306519
        },
        {
            "start": 873306543,
            "stop": 873306602
        }
    ]
}