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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=265",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=263",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 264,
    "results": [
        {
            "start": 851228739,
            "stop": 851237080
        },
        {
            "start": 851240648,
            "stop": 851244073
        },
        {
            "start": 851244121,
            "stop": 851244123
        },
        {
            "start": 851244497,
            "stop": 851247433
        },
        {
            "start": 851251313,
            "stop": 851264515
        },
        {
            "start": 851304026,
            "stop": 851310357
        },
        {
            "start": 851310402,
            "stop": 851312593
        },
        {
            "start": 851312609,
            "stop": 851312611
        },
        {
            "start": 851313196,
            "stop": 851326393
        },
        {
            "start": 851326407,
            "stop": 851326408
        },
        {
            "start": 851327458,
            "stop": 851343064
        },
        {
            "start": 851344184,
            "stop": 851352073
        },
        {
            "start": 851353473,
            "stop": 851360829
        },
        {
            "start": 851361693,
            "stop": 851365604
        },
        {
            "start": 851367998,
            "stop": 851369053
        },
        {
            "start": 851369057,
            "stop": 851369059
        },
        {
            "start": 851369244,
            "stop": 851373913
        },
        {
            "start": 851378004,
            "stop": 851391483
        },
        {
            "start": 851392093,
            "stop": 851411646
        },
        {
            "start": 851412718,
            "stop": 851433613
        }
    ]
}