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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=293",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=291",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 292,
    "results": [
        {
            "start": 857948109,
            "stop": 857949058
        },
        {
            "start": 857949168,
            "stop": 857949170
        },
        {
            "start": 857950894,
            "stop": 857957579
        },
        {
            "start": 857957623,
            "stop": 857995236
        },
        {
            "start": 857996325,
            "stop": 857996653
        },
        {
            "start": 857996659,
            "stop": 858007754
        },
        {
            "start": 858007813,
            "stop": 858008257
        },
        {
            "start": 858008278,
            "stop": 858008282
        },
        {
            "start": 858008306,
            "stop": 858008337
        },
        {
            "start": 858008358,
            "stop": 858009627
        },
        {
            "start": 858009652,
            "stop": 858017390
        },
        {
            "start": 858018351,
            "stop": 858021479
        },
        {
            "start": 858031243,
            "stop": 858031498
        },
        {
            "start": 858033186,
            "stop": 858034147
        },
        {
            "start": 858034407,
            "stop": 858037203
        },
        {
            "start": 858044302,
            "stop": 858085612
        },
        {
            "start": 858085633,
            "stop": 858085635
        },
        {
            "start": 858085673,
            "stop": 858101533
        },
        {
            "start": 858101552,
            "stop": 858106366
        },
        {
            "start": 858106396,
            "stop": 858107288
        }
    ]
}