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=265
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=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=264",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 265,
    "results": [
        {
            "start": 827971926,
            "stop": 827980584
        },
        {
            "start": 827980884,
            "stop": 827987324
        },
        {
            "start": 827989660,
            "stop": 828017480
        },
        {
            "start": 828017485,
            "stop": 828018015
        },
        {
            "start": 828018017,
            "stop": 828021258
        },
        {
            "start": 828021837,
            "stop": 828037969
        },
        {
            "start": 828038394,
            "stop": 828038444
        },
        {
            "start": 828038554,
            "stop": 828039288
        },
        {
            "start": 828039588,
            "stop": 828039724
        },
        {
            "start": 828039834,
            "stop": 828040044
        },
        {
            "start": 828040344,
            "stop": 828041324
        },
        {
            "start": 828042211,
            "stop": 828049066
        },
        {
            "start": 828049068,
            "stop": 828084459
        },
        {
            "start": 828084462,
            "stop": 828112239
        },
        {
            "start": 828135472,
            "stop": 828135474
        },
        {
            "start": 828135477,
            "stop": 828135478
        },
        {
            "start": 828135485,
            "stop": 828135486
        },
        {
            "start": 828135535,
            "stop": 828135536
        },
        {
            "start": 828135559,
            "stop": 828135560
        },
        {
            "start": 828135611,
            "stop": 828135612
        }
    ]
}