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=5042
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=5043",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5041",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5042,
    "results": [
        {
            "start": 874591981,
            "stop": 874592087
        },
        {
            "start": 874592101,
            "stop": 874592195
        },
        {
            "start": 874592203,
            "stop": 874592268
        },
        {
            "start": 874592275,
            "stop": 874592311
        },
        {
            "start": 874592318,
            "stop": 874592401
        },
        {
            "start": 874592408,
            "stop": 874592490
        },
        {
            "start": 874592497,
            "stop": 874592549
        },
        {
            "start": 874592560,
            "stop": 874592622
        },
        {
            "start": 874592629,
            "stop": 874592654
        },
        {
            "start": 874592661,
            "stop": 874592716
        },
        {
            "start": 874592723,
            "stop": 874592736
        },
        {
            "start": 874592743,
            "stop": 874592782
        },
        {
            "start": 874592791,
            "stop": 874592799
        },
        {
            "start": 874592814,
            "stop": 874592839
        },
        {
            "start": 874592849,
            "stop": 874592959
        },
        {
            "start": 874592966,
            "stop": 874593031
        },
        {
            "start": 874593039,
            "stop": 874593046
        },
        {
            "start": 874593053,
            "stop": 874593147
        },
        {
            "start": 874593158,
            "stop": 874593189
        },
        {
            "start": 874593204,
            "stop": 874593224
        }
    ]
}