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=108
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=109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=107",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 108,
    "results": [
        {
            "start": 931672351,
            "stop": 931672374
        },
        {
            "start": 931672382,
            "stop": 931672401
        },
        {
            "start": 931672415,
            "stop": 931672441
        },
        {
            "start": 931672448,
            "stop": 931672459
        },
        {
            "start": 931672466,
            "stop": 931672475
        },
        {
            "start": 931672484,
            "stop": 931672499
        },
        {
            "start": 931672506,
            "stop": 931672519
        },
        {
            "start": 931672533,
            "stop": 931672534
        },
        {
            "start": 931672541,
            "stop": 931672542
        },
        {
            "start": 931672576,
            "stop": 931672578
        },
        {
            "start": 931672585,
            "stop": 931672590
        },
        {
            "start": 931672600,
            "stop": 931672609
        },
        {
            "start": 931672624,
            "stop": 931672634
        },
        {
            "start": 931672655,
            "stop": 931672665
        },
        {
            "start": 931672744,
            "stop": 931672747
        },
        {
            "start": 931672786,
            "stop": 931672790
        },
        {
            "start": 931672807,
            "stop": 931672808
        },
        {
            "start": 931672818,
            "stop": 931672820
        },
        {
            "start": 931672848,
            "stop": 931672851
        },
        {
            "start": 931672858,
            "stop": 931672863
        }
    ]
}