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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=291",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 292,
    "results": [
        {
            "start": 828440157,
            "stop": 828457730
        },
        {
            "start": 828458030,
            "stop": 828459058
        },
        {
            "start": 828459380,
            "stop": 828462110
        },
        {
            "start": 828513668,
            "stop": 828515561
        },
        {
            "start": 828515563,
            "stop": 828515588
        },
        {
            "start": 828515590,
            "stop": 828527880
        },
        {
            "start": 828528180,
            "stop": 828537202
        },
        {
            "start": 828537870,
            "stop": 828543547
        },
        {
            "start": 828589203,
            "stop": 828589395
        },
        {
            "start": 828589397,
            "stop": 828589502
        },
        {
            "start": 828589504,
            "stop": 828589514
        },
        {
            "start": 828589516,
            "stop": 828589526
        },
        {
            "start": 828589528,
            "stop": 828589565
        },
        {
            "start": 828589567,
            "stop": 828589587
        },
        {
            "start": 828589589,
            "stop": 828589617
        },
        {
            "start": 828589660,
            "stop": 828589732
        },
        {
            "start": 828589734,
            "stop": 828589804
        },
        {
            "start": 828589806,
            "stop": 828589902
        },
        {
            "start": 828589904,
            "stop": 828589916
        },
        {
            "start": 828589918,
            "stop": 828589964
        }
    ]
}