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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9818",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9816",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9817,
    "results": [
        {
            "start": 873717720,
            "stop": 873717780
        },
        {
            "start": 873718260,
            "stop": 873718320
        },
        {
            "start": 873718380,
            "stop": 873718500
        },
        {
            "start": 873718560,
            "stop": 873718740
        },
        {
            "start": 873718800,
            "stop": 873719118
        },
        {
            "start": 873719135,
            "stop": 873719160
        },
        {
            "start": 873719220,
            "stop": 873720000
        },
        {
            "start": 873720060,
            "stop": 873720120
        },
        {
            "start": 873720180,
            "stop": 873720240
        },
        {
            "start": 873720300,
            "stop": 873720600
        },
        {
            "start": 873720660,
            "stop": 873721620
        },
        {
            "start": 873721680,
            "stop": 873723909
        },
        {
            "start": 873723926,
            "stop": 873724045
        },
        {
            "start": 873724062,
            "stop": 873724440
        },
        {
            "start": 873724500,
            "stop": 873724920
        },
        {
            "start": 873724980,
            "stop": 873725160
        },
        {
            "start": 873725220,
            "stop": 873725580
        },
        {
            "start": 873725640,
            "stop": 873725994
        },
        {
            "start": 873726011,
            "stop": 873726312
        },
        {
            "start": 873726329,
            "stop": 873726334
        }
    ]
}