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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5061",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5062,
    "results": [
        {
            "start": 874608426,
            "stop": 874608433
        },
        {
            "start": 874608446,
            "stop": 874608452
        },
        {
            "start": 874608459,
            "stop": 874608509
        },
        {
            "start": 874608516,
            "stop": 874608526
        },
        {
            "start": 874608533,
            "stop": 874608547
        },
        {
            "start": 874608554,
            "stop": 874608581
        },
        {
            "start": 874608589,
            "stop": 874608593
        },
        {
            "start": 874608603,
            "stop": 874608625
        },
        {
            "start": 874608632,
            "stop": 874608635
        },
        {
            "start": 874608642,
            "stop": 874608656
        },
        {
            "start": 874608663,
            "stop": 874608670
        },
        {
            "start": 874608678,
            "stop": 874608680
        },
        {
            "start": 874608687,
            "stop": 874608703
        },
        {
            "start": 874608714,
            "stop": 874608723
        },
        {
            "start": 874608730,
            "stop": 874608733
        },
        {
            "start": 874608740,
            "stop": 874608805
        },
        {
            "start": 874608812,
            "stop": 874608848
        },
        {
            "start": 874608856,
            "stop": 874608866
        },
        {
            "start": 874608879,
            "stop": 874608894
        },
        {
            "start": 874608905,
            "stop": 874608933
        }
    ]
}