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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=602",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 603,
    "results": [
        {
            "start": 828342288,
            "stop": 828342298
        },
        {
            "start": 828342317,
            "stop": 828342330
        },
        {
            "start": 828342363,
            "stop": 828342382
        },
        {
            "start": 828342401,
            "stop": 828342426
        },
        {
            "start": 828342631,
            "stop": 828342633
        },
        {
            "start": 828347390,
            "stop": 828347394
        },
        {
            "start": 828347504,
            "stop": 828347557
        },
        {
            "start": 828347857,
            "stop": 828349238
        },
        {
            "start": 828349241,
            "stop": 828355260
        },
        {
            "start": 828355440,
            "stop": 828355500
        },
        {
            "start": 828355560,
            "stop": 828355620
        },
        {
            "start": 828355740,
            "stop": 828356346
        },
        {
            "start": 828356349,
            "stop": 828357780
        },
        {
            "start": 828360736,
            "stop": 828360840
        },
        {
            "start": 828364150,
            "stop": 828365293
        },
        {
            "start": 828365390,
            "stop": 828365418
        },
        {
            "start": 828365609,
            "stop": 828365610
        },
        {
            "start": 828366150,
            "stop": 828367855
        },
        {
            "start": 828440157,
            "stop": 828449215
        },
        {
            "start": 828449232,
            "stop": 828450620
        }
    ]
}