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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=220",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 221,
    "results": [
        {
            "start": 931501561,
            "stop": 931501562
        },
        {
            "start": 931501565,
            "stop": 931501567
        },
        {
            "start": 931501574,
            "stop": 931501583
        },
        {
            "start": 931501589,
            "stop": 931501590
        },
        {
            "start": 931501603,
            "stop": 931501606
        },
        {
            "start": 931501612,
            "stop": 931501629
        },
        {
            "start": 931501632,
            "stop": 931501634
        },
        {
            "start": 931501643,
            "stop": 931501645
        },
        {
            "start": 931501648,
            "stop": 931501649
        },
        {
            "start": 931501653,
            "stop": 931501660
        },
        {
            "start": 931501662,
            "stop": 931501670
        },
        {
            "start": 931501673,
            "stop": 931501677
        },
        {
            "start": 931501681,
            "stop": 931501686
        },
        {
            "start": 931501689,
            "stop": 931501690
        },
        {
            "start": 931501693,
            "stop": 931501694
        },
        {
            "start": 931501696,
            "stop": 931501699
        },
        {
            "start": 931501702,
            "stop": 931501706
        },
        {
            "start": 931501713,
            "stop": 931501720
        },
        {
            "start": 931501723,
            "stop": 931501724
        },
        {
            "start": 931501727,
            "stop": 931501728
        }
    ]
}