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=14319
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=14320",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14318",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14319,
    "results": [
        {
            "start": 971251765,
            "stop": 971251794
        },
        {
            "start": 971251797,
            "stop": 971251801
        },
        {
            "start": 971251803,
            "stop": 971251807
        },
        {
            "start": 971251808,
            "stop": 971251815
        },
        {
            "start": 971251818,
            "stop": 971251824
        },
        {
            "start": 971251825,
            "stop": 971251829
        },
        {
            "start": 971251831,
            "stop": 971251852
        },
        {
            "start": 971251853,
            "stop": 971251883
        },
        {
            "start": 971251886,
            "stop": 971251929
        },
        {
            "start": 971251931,
            "stop": 971251940
        },
        {
            "start": 971251941,
            "stop": 971251960
        },
        {
            "start": 971251961,
            "stop": 971251963
        },
        {
            "start": 971251964,
            "stop": 971251967
        },
        {
            "start": 971251968,
            "stop": 971251971
        },
        {
            "start": 971251972,
            "stop": 971251978
        },
        {
            "start": 971251980,
            "stop": 971251989
        },
        {
            "start": 971251991,
            "stop": 971252015
        },
        {
            "start": 971252016,
            "stop": 971252017
        },
        {
            "start": 971252020,
            "stop": 971252023
        },
        {
            "start": 971252024,
            "stop": 971252030
        }
    ]
}