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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16795",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16793",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16794,
    "results": [
        {
            "start": 875121077,
            "stop": 875121182
        },
        {
            "start": 875121183,
            "stop": 875121203
        },
        {
            "start": 875121204,
            "stop": 875121288
        },
        {
            "start": 875121289,
            "stop": 875121341
        },
        {
            "start": 875121345,
            "stop": 875121430
        },
        {
            "start": 875121431,
            "stop": 875121535
        },
        {
            "start": 875121537,
            "stop": 875121638
        },
        {
            "start": 875121639,
            "stop": 875121656
        },
        {
            "start": 875121657,
            "stop": 875121730
        },
        {
            "start": 875121731,
            "stop": 875121813
        },
        {
            "start": 875121814,
            "stop": 875121916
        },
        {
            "start": 875121919,
            "stop": 875122029
        },
        {
            "start": 875122030,
            "stop": 875122064
        },
        {
            "start": 875122065,
            "stop": 875122095
        },
        {
            "start": 875122096,
            "stop": 875122129
        },
        {
            "start": 875122130,
            "stop": 875122142
        },
        {
            "start": 875122143,
            "stop": 875122195
        },
        {
            "start": 875122196,
            "stop": 875122208
        },
        {
            "start": 875122209,
            "stop": 875122449
        },
        {
            "start": 875122451,
            "stop": 875122528
        }
    ]
}