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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14230",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14228",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14229,
    "results": [
        {
            "start": 971172719,
            "stop": 971172720
        },
        {
            "start": 971172721,
            "stop": 971172724
        },
        {
            "start": 971172728,
            "stop": 971172729
        },
        {
            "start": 971172739,
            "stop": 971172740
        },
        {
            "start": 971172748,
            "stop": 971172752
        },
        {
            "start": 971172754,
            "stop": 971172755
        },
        {
            "start": 971172763,
            "stop": 971172765
        },
        {
            "start": 971172768,
            "stop": 971172771
        },
        {
            "start": 971172772,
            "stop": 971172774
        },
        {
            "start": 971172775,
            "stop": 971172777
        },
        {
            "start": 971172778,
            "stop": 971172783
        },
        {
            "start": 971172784,
            "stop": 971172786
        },
        {
            "start": 971172788,
            "stop": 971172791
        },
        {
            "start": 971172795,
            "stop": 971172796
        },
        {
            "start": 971172797,
            "stop": 971172800
        },
        {
            "start": 971172803,
            "stop": 971172806
        },
        {
            "start": 971172808,
            "stop": 971172809
        },
        {
            "start": 971172811,
            "stop": 971172812
        },
        {
            "start": 971172822,
            "stop": 971172825
        },
        {
            "start": 971172827,
            "stop": 971172828
        }
    ]
}