Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5296
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=5297",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5295",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5296,
    "results": [
        {
            "start": 970656473,
            "stop": 970656495
        },
        {
            "start": 970656498,
            "stop": 970656504
        },
        {
            "start": 970656507,
            "stop": 970656521
        },
        {
            "start": 970656525,
            "stop": 970656863
        },
        {
            "start": 970656866,
            "stop": 970657083
        },
        {
            "start": 970657086,
            "stop": 970657375
        },
        {
            "start": 970657378,
            "stop": 970657414
        },
        {
            "start": 970657418,
            "stop": 970658190
        },
        {
            "start": 970658193,
            "stop": 970658269
        },
        {
            "start": 970658274,
            "stop": 970658634
        },
        {
            "start": 970658637,
            "stop": 970658825
        },
        {
            "start": 970658828,
            "stop": 970659309
        },
        {
            "start": 970659312,
            "stop": 970659559
        },
        {
            "start": 970659562,
            "stop": 970660460
        },
        {
            "start": 970660463,
            "stop": 970660467
        },
        {
            "start": 970660470,
            "stop": 970660493
        },
        {
            "start": 970660496,
            "stop": 970660660
        },
        {
            "start": 970660663,
            "stop": 970660975
        },
        {
            "start": 970660978,
            "stop": 970661131
        },
        {
            "start": 970661134,
            "stop": 970661327
        }
    ]
}