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=154
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=155",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=153",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 154,
    "results": [
        {
            "start": 932855452,
            "stop": 932855519
        },
        {
            "start": 932855540,
            "stop": 932855541
        },
        {
            "start": 932855578,
            "stop": 932855678
        },
        {
            "start": 932855679,
            "stop": 932855695
        },
        {
            "start": 932855700,
            "stop": 932855714
        },
        {
            "start": 932855756,
            "stop": 932855900
        },
        {
            "start": 932855923,
            "stop": 932855933
        },
        {
            "start": 932855991,
            "stop": 932856009
        },
        {
            "start": 932856035,
            "stop": 932856113
        },
        {
            "start": 932856251,
            "stop": 932856337
        },
        {
            "start": 932856359,
            "stop": 932856391
        },
        {
            "start": 932856439,
            "stop": 932856478
        },
        {
            "start": 932856479,
            "stop": 932856665
        },
        {
            "start": 932856666,
            "stop": 932856761
        },
        {
            "start": 932856766,
            "stop": 932857016
        },
        {
            "start": 932857021,
            "stop": 932857032
        },
        {
            "start": 932857050,
            "stop": 932857090
        },
        {
            "start": 932857128,
            "stop": 932857131
        },
        {
            "start": 932857149,
            "stop": 932857159
        },
        {
            "start": 932857210,
            "stop": 932857218
        }
    ]
}