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=3492
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=3493",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3491",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3492,
    "results": [
        {
            "start": 871198548,
            "stop": 871199933
        },
        {
            "start": 871199937,
            "stop": 871199977
        },
        {
            "start": 871199994,
            "stop": 871200555
        },
        {
            "start": 871200572,
            "stop": 871201427
        },
        {
            "start": 871201444,
            "stop": 871201707
        },
        {
            "start": 871201724,
            "stop": 871201999
        },
        {
            "start": 871202016,
            "stop": 871202350
        },
        {
            "start": 871202367,
            "stop": 871202440
        },
        {
            "start": 871202457,
            "stop": 871202474
        },
        {
            "start": 871202491,
            "stop": 871202874
        },
        {
            "start": 871202891,
            "stop": 871203169
        },
        {
            "start": 871203188,
            "stop": 871203201
        },
        {
            "start": 871203218,
            "stop": 871203781
        },
        {
            "start": 871203798,
            "stop": 871203945
        },
        {
            "start": 871203962,
            "stop": 871204140
        },
        {
            "start": 871204200,
            "stop": 871204360
        },
        {
            "start": 871204416,
            "stop": 871204710
        },
        {
            "start": 871204860,
            "stop": 871205236
        },
        {
            "start": 871205253,
            "stop": 871206490
        },
        {
            "start": 871206507,
            "stop": 871207800
        }
    ]
}