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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=399",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=397",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 398,
    "results": [
        {
            "start": 851348960,
            "stop": 851352078
        },
        {
            "start": 851353473,
            "stop": 851357447
        },
        {
            "start": 851357449,
            "stop": 851360829
        },
        {
            "start": 851361693,
            "stop": 851365604
        },
        {
            "start": 851367998,
            "stop": 851369059
        },
        {
            "start": 851369244,
            "stop": 851373930
        },
        {
            "start": 851378004,
            "stop": 851391483
        },
        {
            "start": 851392056,
            "stop": 851411646
        },
        {
            "start": 851412718,
            "stop": 851431613
        },
        {
            "start": 851431615,
            "stop": 851433616
        },
        {
            "start": 851435617,
            "stop": 851437110
        },
        {
            "start": 851437883,
            "stop": 851441712
        },
        {
            "start": 851443610,
            "stop": 851447322
        },
        {
            "start": 851448048,
            "stop": 851454542
        },
        {
            "start": 851454715,
            "stop": 851462165
        },
        {
            "start": 851497324,
            "stop": 851498538
        },
        {
            "start": 851500059,
            "stop": 851501063
        },
        {
            "start": 851501312,
            "stop": 851502404
        },
        {
            "start": 851502648,
            "stop": 851502805
        },
        {
            "start": 851564658,
            "stop": 851579483
        }
    ]
}