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=5216
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=5217",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5215",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5216,
    "results": [
        {
            "start": 1136288515,
            "stop": 1136288519
        },
        {
            "start": 1136288521,
            "stop": 1136288569
        },
        {
            "start": 1136288571,
            "stop": 1136288573
        },
        {
            "start": 1136288575,
            "stop": 1136288587
        },
        {
            "start": 1136288589,
            "stop": 1136288594
        },
        {
            "start": 1136288597,
            "stop": 1136288605
        },
        {
            "start": 1136288607,
            "stop": 1136288608
        },
        {
            "start": 1136288610,
            "stop": 1136288678
        },
        {
            "start": 1136288680,
            "stop": 1136288681
        },
        {
            "start": 1136288683,
            "stop": 1136288692
        },
        {
            "start": 1136288694,
            "stop": 1136288699
        },
        {
            "start": 1136288701,
            "stop": 1136288822
        },
        {
            "start": 1136288824,
            "stop": 1136288838
        },
        {
            "start": 1136288840,
            "stop": 1136288841
        },
        {
            "start": 1136288845,
            "stop": 1136288905
        },
        {
            "start": 1136288907,
            "stop": 1136288985
        },
        {
            "start": 1136288987,
            "stop": 1136289000
        },
        {
            "start": 1136289002,
            "stop": 1136289069
        },
        {
            "start": 1136289071,
            "stop": 1136289094
        },
        {
            "start": 1136289096,
            "stop": 1136289106
        }
    ]
}