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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=145",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 146,
    "results": [
        {
            "start": 819322892,
            "stop": 819323602
        },
        {
            "start": 819323605,
            "stop": 819325273
        },
        {
            "start": 819326651,
            "stop": 819331304
        },
        {
            "start": 819331307,
            "stop": 819336009
        },
        {
            "start": 819336012,
            "stop": 819336429
        },
        {
            "start": 819336432,
            "stop": 819339481
        },
        {
            "start": 819339484,
            "stop": 819341567
        },
        {
            "start": 819341568,
            "stop": 819344804
        },
        {
            "start": 819344821,
            "stop": 819345012
        },
        {
            "start": 819345016,
            "stop": 819346422
        },
        {
            "start": 819346439,
            "stop": 819346714
        },
        {
            "start": 819346717,
            "stop": 819347586
        },
        {
            "start": 819347603,
            "stop": 819347689
        },
        {
            "start": 819347706,
            "stop": 819347887
        },
        {
            "start": 819351752,
            "stop": 819351872
        },
        {
            "start": 819351890,
            "stop": 819352632
        },
        {
            "start": 819352649,
            "stop": 819355866
        },
        {
            "start": 819356150,
            "stop": 819361985
        },
        {
            "start": 819361989,
            "stop": 819362364
        },
        {
            "start": 819363215,
            "stop": 819370147
        }
    ]
}