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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=100",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 101,
    "results": [
        {
            "start": 931669325,
            "stop": 931669345
        },
        {
            "start": 931669353,
            "stop": 931669354
        },
        {
            "start": 931669373,
            "stop": 931669375
        },
        {
            "start": 931669382,
            "stop": 931669388
        },
        {
            "start": 931669403,
            "stop": 931669404
        },
        {
            "start": 931669411,
            "stop": 931669422
        },
        {
            "start": 931669430,
            "stop": 931669463
        },
        {
            "start": 931669470,
            "stop": 931669473
        },
        {
            "start": 931669480,
            "stop": 931669487
        },
        {
            "start": 931669502,
            "stop": 931669512
        },
        {
            "start": 931669536,
            "stop": 931669539
        },
        {
            "start": 931669546,
            "stop": 931669548
        },
        {
            "start": 931669555,
            "stop": 931669558
        },
        {
            "start": 931669567,
            "stop": 931669585
        },
        {
            "start": 931669591,
            "stop": 931669596
        },
        {
            "start": 931669603,
            "stop": 931669604
        },
        {
            "start": 931669611,
            "stop": 931669613
        },
        {
            "start": 931669624,
            "stop": 931669630
        },
        {
            "start": 931669662,
            "stop": 931669671
        },
        {
            "start": 931669678,
            "stop": 931669714
        }
    ]
}