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=4611
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=4612",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4610",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4611,
    "results": [
        {
            "start": 969250664,
            "stop": 969250791
        },
        {
            "start": 969250794,
            "stop": 969251209
        },
        {
            "start": 969251212,
            "stop": 969251772
        },
        {
            "start": 969251775,
            "stop": 969253058
        },
        {
            "start": 969253118,
            "stop": 969253178
        },
        {
            "start": 969253238,
            "stop": 969253239
        },
        {
            "start": 969253242,
            "stop": 969253315
        },
        {
            "start": 969253333,
            "stop": 969253488
        },
        {
            "start": 969253509,
            "stop": 969253592
        },
        {
            "start": 969253613,
            "stop": 969253614
        },
        {
            "start": 969253635,
            "stop": 969253803
        },
        {
            "start": 969253806,
            "stop": 969254194
        },
        {
            "start": 969254197,
            "stop": 969255026
        },
        {
            "start": 969255029,
            "stop": 969255486
        },
        {
            "start": 969255487,
            "stop": 969255762
        },
        {
            "start": 969256126,
            "stop": 969256188
        },
        {
            "start": 969256189,
            "stop": 969256264
        },
        {
            "start": 969256267,
            "stop": 969256455
        },
        {
            "start": 969256459,
            "stop": 969257404
        },
        {
            "start": 969257407,
            "stop": 969257597
        }
    ]
}