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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1359",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1360,
    "results": [
        {
            "start": 966272462,
            "stop": 966280739
        },
        {
            "start": 966284394,
            "stop": 966289603
        },
        {
            "start": 966289604,
            "stop": 966291197
        },
        {
            "start": 966294915,
            "stop": 966295021
        },
        {
            "start": 966296017,
            "stop": 966296136
        },
        {
            "start": 966296137,
            "stop": 966310221
        },
        {
            "start": 966310933,
            "stop": 966311158
        },
        {
            "start": 966311159,
            "stop": 966313929
        },
        {
            "start": 966313930,
            "stop": 966324694
        },
        {
            "start": 966324696,
            "stop": 966339944
        },
        {
            "start": 966339945,
            "stop": 966340553
        },
        {
            "start": 966342853,
            "stop": 966343100
        },
        {
            "start": 966343101,
            "stop": 966343359
        },
        {
            "start": 966344913,
            "stop": 966348037
        },
        {
            "start": 966350853,
            "stop": 966350900
        },
        {
            "start": 966350901,
            "stop": 966356072
        },
        {
            "start": 966356073,
            "stop": 966357501
        },
        {
            "start": 966358532,
            "stop": 966358677
        },
        {
            "start": 966360378,
            "stop": 966365770
        },
        {
            "start": 966369561,
            "stop": 966378680
        }
    ]
}