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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5108",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5106",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5107,
    "results": [
        {
            "start": 1135887482,
            "stop": 1135887526
        },
        {
            "start": 1135887528,
            "stop": 1135887546
        },
        {
            "start": 1135887548,
            "stop": 1135887553
        },
        {
            "start": 1135887555,
            "stop": 1135887556
        },
        {
            "start": 1135887558,
            "stop": 1135887562
        },
        {
            "start": 1135887564,
            "stop": 1135887571
        },
        {
            "start": 1135887573,
            "stop": 1135887583
        },
        {
            "start": 1135887585,
            "stop": 1135887593
        },
        {
            "start": 1135887595,
            "stop": 1135887611
        },
        {
            "start": 1135887613,
            "stop": 1135887621
        },
        {
            "start": 1135887623,
            "stop": 1135887630
        },
        {
            "start": 1135887632,
            "stop": 1135887670
        },
        {
            "start": 1135887672,
            "stop": 1135887677
        },
        {
            "start": 1135887679,
            "stop": 1135887738
        },
        {
            "start": 1135887740,
            "stop": 1135887762
        },
        {
            "start": 1135887764,
            "stop": 1135887766
        },
        {
            "start": 1135887768,
            "stop": 1135887813
        },
        {
            "start": 1135887815,
            "stop": 1135887834
        },
        {
            "start": 1135887836,
            "stop": 1135887851
        },
        {
            "start": 1135887853,
            "stop": 1135887966
        }
    ]
}