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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9889",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9887",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9888,
    "results": [
        {
            "start": 874507320,
            "stop": 874507380
        },
        {
            "start": 874507440,
            "stop": 874507471
        },
        {
            "start": 874507488,
            "stop": 874507680
        },
        {
            "start": 874507830,
            "stop": 874507980
        },
        {
            "start": 874508100,
            "stop": 874508280
        },
        {
            "start": 874508640,
            "stop": 874508700
        },
        {
            "start": 874508760,
            "stop": 874508820
        },
        {
            "start": 874509420,
            "stop": 874509480
        },
        {
            "start": 874509540,
            "stop": 874509600
        },
        {
            "start": 874509900,
            "stop": 874509960
        },
        {
            "start": 874510440,
            "stop": 874510500
        },
        {
            "start": 874510680,
            "stop": 874510740
        },
        {
            "start": 874510860,
            "stop": 874510920
        },
        {
            "start": 874511280,
            "stop": 874511580
        },
        {
            "start": 874511760,
            "stop": 874511880
        },
        {
            "start": 874511940,
            "stop": 874512158
        },
        {
            "start": 874512175,
            "stop": 874512180
        },
        {
            "start": 874512240,
            "stop": 874512300
        },
        {
            "start": 874512540,
            "stop": 874512720
        },
        {
            "start": 874512900,
            "stop": 874512960
        }
    ]
}