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/H2_CBCLOW_CAT4/segments?format=api&page=4143
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4142",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4143,
    "results": [
        {
            "start": 874290930,
            "stop": 874290961
        },
        {
            "start": 874290980,
            "stop": 874291071
        },
        {
            "start": 874291101,
            "stop": 874291115
        },
        {
            "start": 874291134,
            "stop": 874291137
        },
        {
            "start": 874291257,
            "stop": 874291292
        },
        {
            "start": 874291340,
            "stop": 874291418
        },
        {
            "start": 874291437,
            "stop": 874291443
        },
        {
            "start": 874291483,
            "stop": 874291514
        },
        {
            "start": 874291533,
            "stop": 874291566
        },
        {
            "start": 874291585,
            "stop": 874291610
        },
        {
            "start": 874291629,
            "stop": 874291639
        },
        {
            "start": 874291674,
            "stop": 874291699
        },
        {
            "start": 874291718,
            "stop": 874291736
        },
        {
            "start": 874291776,
            "stop": 874291806
        },
        {
            "start": 874291827,
            "stop": 874291838
        },
        {
            "start": 874291863,
            "stop": 874291904
        },
        {
            "start": 874292015,
            "stop": 874292045
        },
        {
            "start": 874292067,
            "stop": 874292075
        },
        {
            "start": 874292112,
            "stop": 874292154
        },
        {
            "start": 874292174,
            "stop": 874292190
        }
    ]
}