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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=182",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 183,
    "results": [
        {
            "start": 820198365,
            "stop": 820198368
        },
        {
            "start": 820198371,
            "stop": 820198400
        },
        {
            "start": 820198403,
            "stop": 820198415
        },
        {
            "start": 820198418,
            "stop": 820198511
        },
        {
            "start": 820198514,
            "stop": 820198548
        },
        {
            "start": 820198551,
            "stop": 820198553
        },
        {
            "start": 820198556,
            "stop": 820198614
        },
        {
            "start": 820198617,
            "stop": 820198662
        },
        {
            "start": 820198665,
            "stop": 820198828
        },
        {
            "start": 820198831,
            "stop": 820198907
        },
        {
            "start": 820198910,
            "stop": 820199027
        },
        {
            "start": 820199031,
            "stop": 820199041
        },
        {
            "start": 820199048,
            "stop": 820199051
        },
        {
            "start": 820199054,
            "stop": 820199104
        },
        {
            "start": 820199107,
            "stop": 820199137
        },
        {
            "start": 820199143,
            "stop": 820199150
        },
        {
            "start": 820199156,
            "stop": 820199159
        },
        {
            "start": 820199163,
            "stop": 820199182
        },
        {
            "start": 820199185,
            "stop": 820199214
        },
        {
            "start": 820199217,
            "stop": 820199240
        }
    ]
}