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=169
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=170",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=168",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 169,
    "results": [
        {
            "start": 931599530,
            "stop": 931599533
        },
        {
            "start": 931599543,
            "stop": 931599544
        },
        {
            "start": 931599552,
            "stop": 931599556
        },
        {
            "start": 931599561,
            "stop": 931599562
        },
        {
            "start": 931599568,
            "stop": 931599572
        },
        {
            "start": 931599575,
            "stop": 931599582
        },
        {
            "start": 931599587,
            "stop": 931599589
        },
        {
            "start": 931599603,
            "stop": 931599604
        },
        {
            "start": 931599609,
            "stop": 931599612
        },
        {
            "start": 931599615,
            "stop": 931599618
        },
        {
            "start": 931599621,
            "stop": 931599627
        },
        {
            "start": 931599633,
            "stop": 931599634
        },
        {
            "start": 931599637,
            "stop": 931599638
        },
        {
            "start": 931599643,
            "stop": 931599644
        },
        {
            "start": 931599649,
            "stop": 931599654
        },
        {
            "start": 931599657,
            "stop": 931599661
        },
        {
            "start": 931599668,
            "stop": 931599692
        },
        {
            "start": 931599701,
            "stop": 931599702
        },
        {
            "start": 931599711,
            "stop": 931599712
        },
        {
            "start": 931599715,
            "stop": 931599716
        }
    ]
}