Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=91
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=92",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=90",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 91,
    "results": [
        {
            "start": 821447339,
            "stop": 821448019
        },
        {
            "start": 821448022,
            "stop": 821448033
        },
        {
            "start": 821448036,
            "stop": 821448097
        },
        {
            "start": 821448100,
            "stop": 821448162
        },
        {
            "start": 821448169,
            "stop": 821448242
        },
        {
            "start": 821448245,
            "stop": 821448270
        },
        {
            "start": 821448273,
            "stop": 821448286
        },
        {
            "start": 821448289,
            "stop": 821448430
        },
        {
            "start": 821448433,
            "stop": 821448440
        },
        {
            "start": 821448443,
            "stop": 821448484
        },
        {
            "start": 821448487,
            "stop": 821448496
        },
        {
            "start": 821448499,
            "stop": 821448506
        },
        {
            "start": 821448509,
            "stop": 821448573
        },
        {
            "start": 821448576,
            "stop": 821448626
        },
        {
            "start": 821448629,
            "stop": 821448686
        },
        {
            "start": 821448689,
            "stop": 821448695
        },
        {
            "start": 821448698,
            "stop": 821448700
        },
        {
            "start": 821448703,
            "stop": 821448758
        },
        {
            "start": 821448761,
            "stop": 821448796
        },
        {
            "start": 821448799,
            "stop": 821448945
        }
    ]
}