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=3666
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=3667",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3665",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3666,
    "results": [
        {
            "start": 872867187,
            "stop": 872867190
        },
        {
            "start": 872867207,
            "stop": 872867263
        },
        {
            "start": 872867280,
            "stop": 872867324
        },
        {
            "start": 872867341,
            "stop": 872867379
        },
        {
            "start": 872867396,
            "stop": 872867967
        },
        {
            "start": 872867984,
            "stop": 872868067
        },
        {
            "start": 872868097,
            "stop": 872868135
        },
        {
            "start": 872868152,
            "stop": 872868293
        },
        {
            "start": 872868324,
            "stop": 872868810
        },
        {
            "start": 872868827,
            "stop": 872869721
        },
        {
            "start": 872869738,
            "stop": 872869981
        },
        {
            "start": 872869998,
            "stop": 872870530
        },
        {
            "start": 872870547,
            "stop": 872871339
        },
        {
            "start": 872871356,
            "stop": 872871611
        },
        {
            "start": 872873591,
            "stop": 872873640
        },
        {
            "start": 872873773,
            "stop": 872875565
        },
        {
            "start": 872875583,
            "stop": 872876387
        },
        {
            "start": 872876404,
            "stop": 872876918
        },
        {
            "start": 872876935,
            "stop": 872876951
        },
        {
            "start": 872876968,
            "stop": 872877720
        }
    ]
}