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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5274",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5275,
    "results": [
        {
            "start": 970390615,
            "stop": 970390651
        },
        {
            "start": 970390672,
            "stop": 970391003
        },
        {
            "start": 970391006,
            "stop": 970391219
        },
        {
            "start": 970391222,
            "stop": 970391451
        },
        {
            "start": 970391454,
            "stop": 970391781
        },
        {
            "start": 970391802,
            "stop": 970392087
        },
        {
            "start": 970392090,
            "stop": 970393362
        },
        {
            "start": 970393365,
            "stop": 970393561
        },
        {
            "start": 970393564,
            "stop": 970393826
        },
        {
            "start": 970393829,
            "stop": 970394711
        },
        {
            "start": 970394714,
            "stop": 970394760
        },
        {
            "start": 970394763,
            "stop": 970395584
        },
        {
            "start": 970395587,
            "stop": 970395853
        },
        {
            "start": 970395856,
            "stop": 970395940
        },
        {
            "start": 970395943,
            "stop": 970396088
        },
        {
            "start": 970396091,
            "stop": 970396207
        },
        {
            "start": 970396210,
            "stop": 970396671
        },
        {
            "start": 970396674,
            "stop": 970396773
        },
        {
            "start": 970396776,
            "stop": 970398083
        },
        {
            "start": 970398086,
            "stop": 970398281
        }
    ]
}