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=3680
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=3681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3679",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3680,
    "results": [
        {
            "start": 873018442,
            "stop": 873019360
        },
        {
            "start": 873019377,
            "stop": 873020605
        },
        {
            "start": 873020624,
            "stop": 873022491
        },
        {
            "start": 873022508,
            "stop": 873022732
        },
        {
            "start": 873022749,
            "stop": 873023063
        },
        {
            "start": 873023080,
            "stop": 873024230
        },
        {
            "start": 873024247,
            "stop": 873024712
        },
        {
            "start": 873024729,
            "stop": 873024730
        },
        {
            "start": 873024762,
            "stop": 873024859
        },
        {
            "start": 873024876,
            "stop": 873024891
        },
        {
            "start": 873024908,
            "stop": 873025182
        },
        {
            "start": 873025199,
            "stop": 873025513
        },
        {
            "start": 873025545,
            "stop": 873025599
        },
        {
            "start": 873025616,
            "stop": 873026302
        },
        {
            "start": 873026319,
            "stop": 873026755
        },
        {
            "start": 873026774,
            "stop": 873026884
        },
        {
            "start": 873026901,
            "stop": 873026962
        },
        {
            "start": 873026992,
            "stop": 873027055
        },
        {
            "start": 873027072,
            "stop": 873027231
        },
        {
            "start": 873027248,
            "stop": 873027250
        }
    ]
}