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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=290",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 291,
    "results": [
        {
            "start": 828342713,
            "stop": 828342717
        },
        {
            "start": 828342719,
            "stop": 828342723
        },
        {
            "start": 828342724,
            "stop": 828342735
        },
        {
            "start": 828342739,
            "stop": 828342742
        },
        {
            "start": 828342744,
            "stop": 828342745
        },
        {
            "start": 828342747,
            "stop": 828342757
        },
        {
            "start": 828342759,
            "stop": 828342760
        },
        {
            "start": 828342764,
            "stop": 828342767
        },
        {
            "start": 828342769,
            "stop": 828342774
        },
        {
            "start": 828342776,
            "stop": 828342790
        },
        {
            "start": 828342795,
            "stop": 828342798
        },
        {
            "start": 828342800,
            "stop": 828342814
        },
        {
            "start": 828347390,
            "stop": 828347394
        },
        {
            "start": 828347504,
            "stop": 828347557
        },
        {
            "start": 828347857,
            "stop": 828357810
        },
        {
            "start": 828360736,
            "stop": 828360930
        },
        {
            "start": 828364150,
            "stop": 828365344
        },
        {
            "start": 828365390,
            "stop": 828365427
        },
        {
            "start": 828365609,
            "stop": 828365610
        },
        {
            "start": 828366150,
            "stop": 828367855
        }
    ]
}