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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3934",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=3932",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 3933,
    "results": [
        {
            "start": 874224696,
            "stop": 874224712
        },
        {
            "start": 874224718,
            "stop": 874224720
        },
        {
            "start": 874224723,
            "stop": 874224740
        },
        {
            "start": 874224743,
            "stop": 874224764
        },
        {
            "start": 874224769,
            "stop": 874225061
        },
        {
            "start": 874225064,
            "stop": 874225118
        },
        {
            "start": 874225121,
            "stop": 874225122
        },
        {
            "start": 874225127,
            "stop": 874225149
        },
        {
            "start": 874225152,
            "stop": 874225157
        },
        {
            "start": 874225160,
            "stop": 874225229
        },
        {
            "start": 874225232,
            "stop": 874225316
        },
        {
            "start": 874225325,
            "stop": 874225328
        },
        {
            "start": 874225331,
            "stop": 874225339
        },
        {
            "start": 874225345,
            "stop": 874225347
        },
        {
            "start": 874225351,
            "stop": 874225354
        },
        {
            "start": 874225357,
            "stop": 874225423
        },
        {
            "start": 874225426,
            "stop": 874225434
        },
        {
            "start": 874228583,
            "stop": 874229915
        },
        {
            "start": 874229918,
            "stop": 874229945
        },
        {
            "start": 874229948,
            "stop": 874229949
        }
    ]
}