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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4152",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4150",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4151,
    "results": [
        {
            "start": 874305790,
            "stop": 874305961
        },
        {
            "start": 874305980,
            "stop": 874306002
        },
        {
            "start": 874306022,
            "stop": 874306069
        },
        {
            "start": 874306089,
            "stop": 874306102
        },
        {
            "start": 874306140,
            "stop": 874306150
        },
        {
            "start": 874306183,
            "stop": 874306194
        },
        {
            "start": 874306226,
            "stop": 874306232
        },
        {
            "start": 874306299,
            "stop": 874306371
        },
        {
            "start": 874306398,
            "stop": 874306401
        },
        {
            "start": 874306420,
            "stop": 874306429
        },
        {
            "start": 874306448,
            "stop": 874306546
        },
        {
            "start": 874306567,
            "stop": 874306693
        },
        {
            "start": 874306713,
            "stop": 874306850
        },
        {
            "start": 874306874,
            "stop": 874307179
        },
        {
            "start": 874307217,
            "stop": 874307236
        },
        {
            "start": 874307256,
            "stop": 874307343
        },
        {
            "start": 874307362,
            "stop": 874307422
        },
        {
            "start": 874307441,
            "stop": 874307451
        },
        {
            "start": 874307470,
            "stop": 874307544
        },
        {
            "start": 874307563,
            "stop": 874307677
        }
    ]
}