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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=87",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=85",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 86,
    "results": [
        {
            "start": 818164648,
            "stop": 818165202
        },
        {
            "start": 818165206,
            "stop": 818172829
        },
        {
            "start": 818172833,
            "stop": 818172853
        },
        {
            "start": 818174757,
            "stop": 818175300
        },
        {
            "start": 818175360,
            "stop": 818180053
        },
        {
            "start": 818180105,
            "stop": 818180106
        },
        {
            "start": 818181463,
            "stop": 818181720
        },
        {
            "start": 818181780,
            "stop": 818182033
        },
        {
            "start": 818188750,
            "stop": 818189340
        },
        {
            "start": 818189400,
            "stop": 818192280
        },
        {
            "start": 818192340,
            "stop": 818192520
        },
        {
            "start": 818192580,
            "stop": 818193050
        },
        {
            "start": 818193180,
            "stop": 818198390
        },
        {
            "start": 818198470,
            "stop": 818198923
        },
        {
            "start": 818199104,
            "stop": 818201640
        },
        {
            "start": 818201700,
            "stop": 818206514
        },
        {
            "start": 818207218,
            "stop": 818207520
        },
        {
            "start": 818207580,
            "stop": 818208120
        },
        {
            "start": 818208180,
            "stop": 818208300
        },
        {
            "start": 818208420,
            "stop": 818208900
        }
    ]
}