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=4779
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=4780",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4778",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4779,
    "results": [
        {
            "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
        },
        {
            "start": 970494378,
            "stop": 970494404
        },
        {
            "start": 970494407,
            "stop": 970494578
        },
        {
            "start": 970494581,
            "stop": 970494908
        },
        {
            "start": 970494911,
            "stop": 970495181
        },
        {
            "start": 970495184,
            "stop": 970495550
        },
        {
            "start": 970495554,
            "stop": 970495628
        }
    ]
}