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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2355",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2356,
    "results": [
        {
            "start": 872184075,
            "stop": 872184172
        },
        {
            "start": 872184189,
            "stop": 872185975
        },
        {
            "start": 872185992,
            "stop": 872190658
        },
        {
            "start": 872190675,
            "stop": 872191167
        },
        {
            "start": 872191184,
            "stop": 872191483
        },
        {
            "start": 872191500,
            "stop": 872191806
        },
        {
            "start": 872191823,
            "stop": 872192340
        },
        {
            "start": 872192357,
            "stop": 872192523
        },
        {
            "start": 872192536,
            "stop": 872194454
        },
        {
            "start": 872194471,
            "stop": 872194800
        },
        {
            "start": 872194920,
            "stop": 872197089
        },
        {
            "start": 872197093,
            "stop": 872198686
        },
        {
            "start": 872198703,
            "stop": 872198940
        },
        {
            "start": 872199000,
            "stop": 872201550
        },
        {
            "start": 872202724,
            "stop": 872202844
        },
        {
            "start": 872202851,
            "stop": 872202983
        },
        {
            "start": 872203000,
            "stop": 872203588
        },
        {
            "start": 872203605,
            "stop": 872204022
        },
        {
            "start": 872204039,
            "stop": 872204915
        },
        {
            "start": 872204932,
            "stop": 872204950
        }
    ]
}