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=607
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=608",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=606",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 607,
    "results": [
        {
            "start": 828527399,
            "stop": 828527499
        },
        {
            "start": 828527502,
            "stop": 828527558
        },
        {
            "start": 828527561,
            "stop": 828527763
        },
        {
            "start": 828527766,
            "stop": 828527880
        },
        {
            "start": 828528180,
            "stop": 828528234
        },
        {
            "start": 828528237,
            "stop": 828528325
        },
        {
            "start": 828528328,
            "stop": 828528809
        },
        {
            "start": 828528813,
            "stop": 828528968
        },
        {
            "start": 828528971,
            "stop": 828529194
        },
        {
            "start": 828529198,
            "stop": 828529210
        },
        {
            "start": 828529214,
            "stop": 828529553
        },
        {
            "start": 828529556,
            "stop": 828529906
        },
        {
            "start": 828529910,
            "stop": 828531247
        },
        {
            "start": 828531250,
            "stop": 828531284
        },
        {
            "start": 828531287,
            "stop": 828531580
        },
        {
            "start": 828531584,
            "stop": 828532152
        },
        {
            "start": 828532155,
            "stop": 828532488
        },
        {
            "start": 828532492,
            "stop": 828535128
        },
        {
            "start": 828535131,
            "stop": 828535732
        },
        {
            "start": 828535735,
            "stop": 828535763
        }
    ]
}