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=222
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=223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=221",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 222,
    "results": [
        {
            "start": 818210512,
            "stop": 818210519
        },
        {
            "start": 818210532,
            "stop": 818210535
        },
        {
            "start": 818210538,
            "stop": 818210539
        },
        {
            "start": 818210542,
            "stop": 818210548
        },
        {
            "start": 818210551,
            "stop": 818210553
        },
        {
            "start": 818210558,
            "stop": 818210561
        },
        {
            "start": 818210655,
            "stop": 818210658
        },
        {
            "start": 818210690,
            "stop": 818210692
        },
        {
            "start": 818210695,
            "stop": 818210696
        },
        {
            "start": 818210717,
            "stop": 818210719
        },
        {
            "start": 818210724,
            "stop": 818210726
        },
        {
            "start": 818210738,
            "stop": 818210741
        },
        {
            "start": 818210749,
            "stop": 818210750
        },
        {
            "start": 818210777,
            "stop": 818210778
        },
        {
            "start": 818210787,
            "stop": 818210788
        },
        {
            "start": 818210840,
            "stop": 818210846
        },
        {
            "start": 818210851,
            "stop": 818210853
        },
        {
            "start": 818210856,
            "stop": 818210857
        },
        {
            "start": 818210860,
            "stop": 818210864
        },
        {
            "start": 818210867,
            "stop": 818210873
        }
    ]
}