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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 203,
    "results": [
        {
            "start": 931668587,
            "stop": 931668589
        },
        {
            "start": 931668599,
            "stop": 931668636
        },
        {
            "start": 931668639,
            "stop": 931668645
        },
        {
            "start": 931668648,
            "stop": 931668660
        },
        {
            "start": 931668663,
            "stop": 931668664
        },
        {
            "start": 931668670,
            "stop": 931668692
        },
        {
            "start": 931668695,
            "stop": 931668697
        },
        {
            "start": 931668703,
            "stop": 931668710
        },
        {
            "start": 931668713,
            "stop": 931668727
        },
        {
            "start": 931668730,
            "stop": 931668732
        },
        {
            "start": 931668735,
            "stop": 931668737
        },
        {
            "start": 931668740,
            "stop": 931668751
        },
        {
            "start": 931668754,
            "stop": 931668760
        },
        {
            "start": 931668763,
            "stop": 931668764
        },
        {
            "start": 931668767,
            "stop": 931668774
        },
        {
            "start": 931668776,
            "stop": 931668790
        },
        {
            "start": 931668794,
            "stop": 931668796
        },
        {
            "start": 931668801,
            "stop": 931668809
        },
        {
            "start": 931668815,
            "stop": 931668816
        },
        {
            "start": 931668821,
            "stop": 931668839
        }
    ]
}