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_CAT4/segments?format=api&page=8696
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=8697",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8695",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8696,
    "results": [
        {
            "start": 872185260,
            "stop": 872185320
        },
        {
            "start": 872185440,
            "stop": 872185608
        },
        {
            "start": 872185728,
            "stop": 872185975
        },
        {
            "start": 872185992,
            "stop": 872186040
        },
        {
            "start": 872186100,
            "stop": 872186160
        },
        {
            "start": 872186220,
            "stop": 872187719
        },
        {
            "start": 872187839,
            "stop": 872188260
        },
        {
            "start": 872188320,
            "stop": 872188885
        },
        {
            "start": 872189005,
            "stop": 872189951
        },
        {
            "start": 872190071,
            "stop": 872190658
        },
        {
            "start": 872190675,
            "stop": 872191167
        },
        {
            "start": 872191304,
            "stop": 872191483
        },
        {
            "start": 872191500,
            "stop": 872191806
        },
        {
            "start": 872191823,
            "stop": 872192340
        },
        {
            "start": 872192357,
            "stop": 872192523
        },
        {
            "start": 872192536,
            "stop": 872193000
        },
        {
            "start": 872193060,
            "stop": 872193780
        },
        {
            "start": 872193900,
            "stop": 872194454
        },
        {
            "start": 872194471,
            "stop": 872194800
        },
        {
            "start": 872194920,
            "stop": 872195160
        }
    ]
}