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=3531
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=3532",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3530",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3531,
    "results": [
        {
            "start": 871520193,
            "stop": 871520260
        },
        {
            "start": 871520277,
            "stop": 871520295
        },
        {
            "start": 871520312,
            "stop": 871520689
        },
        {
            "start": 871520706,
            "stop": 871520807
        },
        {
            "start": 871520824,
            "stop": 871521445
        },
        {
            "start": 871521462,
            "stop": 871521646
        },
        {
            "start": 871521663,
            "stop": 871521724
        },
        {
            "start": 871521741,
            "stop": 871521766
        },
        {
            "start": 871521783,
            "stop": 871521845
        },
        {
            "start": 871521862,
            "stop": 871522100
        },
        {
            "start": 871522117,
            "stop": 871522300
        },
        {
            "start": 871522317,
            "stop": 871522389
        },
        {
            "start": 871522689,
            "stop": 871523310
        },
        {
            "start": 871523337,
            "stop": 871523349
        },
        {
            "start": 871523366,
            "stop": 871523367
        },
        {
            "start": 871523384,
            "stop": 871523486
        },
        {
            "start": 871523503,
            "stop": 871524300
        },
        {
            "start": 871524792,
            "stop": 871524818
        },
        {
            "start": 871524835,
            "stop": 871524906
        },
        {
            "start": 871524923,
            "stop": 871526029
        }
    ]
}