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=430
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=431",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=429",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 430,
    "results": [
        {
            "start": 856433315,
            "stop": 856434294
        },
        {
            "start": 856434425,
            "stop": 856434427
        },
        {
            "start": 856436218,
            "stop": 856451093
        },
        {
            "start": 856457485,
            "stop": 856458883
        },
        {
            "start": 856462130,
            "stop": 856462133
        },
        {
            "start": 856462244,
            "stop": 856463679
        },
        {
            "start": 856463681,
            "stop": 856468325
        },
        {
            "start": 856469072,
            "stop": 856472433
        },
        {
            "start": 856472434,
            "stop": 856474498
        },
        {
            "start": 856474859,
            "stop": 856487840
        },
        {
            "start": 856488443,
            "stop": 856494103
        },
        {
            "start": 856495190,
            "stop": 856495306
        },
        {
            "start": 856495420,
            "stop": 856497675
        },
        {
            "start": 856498708,
            "stop": 856508994
        },
        {
            "start": 856510908,
            "stop": 856525944
        },
        {
            "start": 856526884,
            "stop": 856528605
        },
        {
            "start": 856530888,
            "stop": 856535750
        },
        {
            "start": 856537776,
            "stop": 856541100
        },
        {
            "start": 856542446,
            "stop": 856544175
        },
        {
            "start": 856544330,
            "stop": 856545780
        }
    ]
}