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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4820",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4818",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4819,
    "results": [
        {
            "start": 971035765,
            "stop": 971035805
        },
        {
            "start": 971035808,
            "stop": 971035828
        },
        {
            "start": 971035832,
            "stop": 971036021
        },
        {
            "start": 971036024,
            "stop": 971036047
        },
        {
            "start": 971036050,
            "stop": 971036166
        },
        {
            "start": 971070670,
            "stop": 971070735
        },
        {
            "start": 971070738,
            "stop": 971070827
        },
        {
            "start": 971070830,
            "stop": 971071291
        },
        {
            "start": 971071294,
            "stop": 971071620
        },
        {
            "start": 971071623,
            "stop": 971071735
        },
        {
            "start": 971071738,
            "stop": 971071745
        },
        {
            "start": 971071748,
            "stop": 971072642
        },
        {
            "start": 971072660,
            "stop": 971073092
        },
        {
            "start": 971073095,
            "stop": 971073189
        },
        {
            "start": 971073206,
            "stop": 971073249
        },
        {
            "start": 971073252,
            "stop": 971073271
        },
        {
            "start": 971073274,
            "stop": 971073759
        },
        {
            "start": 971073762,
            "stop": 971073899
        },
        {
            "start": 971073902,
            "stop": 971074302
        },
        {
            "start": 971074305,
            "stop": 971074448
        }
    ]
}