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=5285
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=5286",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5284",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5285,
    "results": [
        {
            "start": 970486594,
            "stop": 970487513
        },
        {
            "start": 970487516,
            "stop": 970487525
        },
        {
            "start": 970487528,
            "stop": 970487645
        },
        {
            "start": 970487666,
            "stop": 970488222
        },
        {
            "start": 970488225,
            "stop": 970488815
        },
        {
            "start": 970488818,
            "stop": 970489549
        },
        {
            "start": 970489552,
            "stop": 970489869
        },
        {
            "start": 970489872,
            "stop": 970490395
        },
        {
            "start": 970490398,
            "stop": 970490774
        },
        {
            "start": 970490777,
            "stop": 970490840
        },
        {
            "start": 970490843,
            "stop": 970491447
        },
        {
            "start": 970491450,
            "stop": 970492538
        },
        {
            "start": 970492541,
            "stop": 970492705
        },
        {
            "start": 970492708,
            "stop": 970492737
        },
        {
            "start": 970492740,
            "stop": 970493003
        },
        {
            "start": 970493006,
            "stop": 970493084
        },
        {
            "start": 970493087,
            "stop": 970493409
        },
        {
            "start": 970493412,
            "stop": 970493635
        },
        {
            "start": 970493638,
            "stop": 970493798
        },
        {
            "start": 970493858,
            "stop": 970494375
        }
    ]
}