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=3571
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=3572",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3570",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3571,
    "results": [
        {
            "start": 871743520,
            "stop": 871743923
        },
        {
            "start": 871759954,
            "stop": 871760359
        },
        {
            "start": 871760376,
            "stop": 871760408
        },
        {
            "start": 871760425,
            "stop": 871760481
        },
        {
            "start": 871760498,
            "stop": 871760639
        },
        {
            "start": 871760656,
            "stop": 871760780
        },
        {
            "start": 871760797,
            "stop": 871760940
        },
        {
            "start": 871760970,
            "stop": 871761208
        },
        {
            "start": 871761225,
            "stop": 871761227
        },
        {
            "start": 871761244,
            "stop": 871761447
        },
        {
            "start": 871761464,
            "stop": 871761634
        },
        {
            "start": 871761656,
            "stop": 871761825
        },
        {
            "start": 871761842,
            "stop": 871761929
        },
        {
            "start": 871761946,
            "stop": 871762077
        },
        {
            "start": 871762094,
            "stop": 871762210
        },
        {
            "start": 871762245,
            "stop": 871762355
        },
        {
            "start": 871762372,
            "stop": 871762604
        },
        {
            "start": 871762621,
            "stop": 871762795
        },
        {
            "start": 871762812,
            "stop": 871763051
        },
        {
            "start": 871763068,
            "stop": 871763445
        }
    ]
}