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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7134",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7135,
    "results": [
        {
            "start": 874819258,
            "stop": 874819319
        },
        {
            "start": 874819323,
            "stop": 874819376
        },
        {
            "start": 874819380,
            "stop": 874819853
        },
        {
            "start": 874819856,
            "stop": 874819993
        },
        {
            "start": 874819996,
            "stop": 874820178
        },
        {
            "start": 874820181,
            "stop": 874820299
        },
        {
            "start": 874820302,
            "stop": 874821088
        },
        {
            "start": 874821091,
            "stop": 874821094
        },
        {
            "start": 874821097,
            "stop": 874821112
        },
        {
            "start": 874821115,
            "stop": 874821116
        },
        {
            "start": 874821119,
            "stop": 874821327
        },
        {
            "start": 874821330,
            "stop": 874821792
        },
        {
            "start": 874821795,
            "stop": 874822190
        },
        {
            "start": 874822194,
            "stop": 874822203
        },
        {
            "start": 874822207,
            "stop": 874822490
        },
        {
            "start": 874822494,
            "stop": 874822741
        },
        {
            "start": 874822744,
            "stop": 874822926
        },
        {
            "start": 874822931,
            "stop": 874823009
        },
        {
            "start": 874823012,
            "stop": 874823537
        },
        {
            "start": 874823540,
            "stop": 874823624
        }
    ]
}