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=99
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=100",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=98",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 99,
    "results": [
        {
            "start": 931668397,
            "stop": 931668412
        },
        {
            "start": 931668428,
            "stop": 931668434
        },
        {
            "start": 931668446,
            "stop": 931668447
        },
        {
            "start": 931668486,
            "stop": 931668494
        },
        {
            "start": 931668505,
            "stop": 931668547
        },
        {
            "start": 931668560,
            "stop": 931668568
        },
        {
            "start": 931668575,
            "stop": 931668584
        },
        {
            "start": 931668603,
            "stop": 931668636
        },
        {
            "start": 931668643,
            "stop": 931668645
        },
        {
            "start": 931668652,
            "stop": 931668660
        },
        {
            "start": 931668674,
            "stop": 931668692
        },
        {
            "start": 931668707,
            "stop": 931668710
        },
        {
            "start": 931668717,
            "stop": 931668727
        },
        {
            "start": 931668744,
            "stop": 931668751
        },
        {
            "start": 931668758,
            "stop": 931668760
        },
        {
            "start": 931668771,
            "stop": 931668774
        },
        {
            "start": 931668780,
            "stop": 931668790
        },
        {
            "start": 931668805,
            "stop": 931668809
        },
        {
            "start": 931668825,
            "stop": 931668839
        },
        {
            "start": 931668846,
            "stop": 931668847
        }
    ]
}