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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=576",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=574",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 575,
    "results": [
        {
            "start": 827591185,
            "stop": 827591214
        },
        {
            "start": 827591283,
            "stop": 827592230
        },
        {
            "start": 827592248,
            "stop": 827593140
        },
        {
            "start": 827593200,
            "stop": 827594280
        },
        {
            "start": 827594340,
            "stop": 827595098
        },
        {
            "start": 827595101,
            "stop": 827595201
        },
        {
            "start": 827595204,
            "stop": 827595240
        },
        {
            "start": 827595300,
            "stop": 827595662
        },
        {
            "start": 827595665,
            "stop": 827596020
        },
        {
            "start": 827596080,
            "stop": 827596380
        },
        {
            "start": 827596440,
            "stop": 827596590
        },
        {
            "start": 827596698,
            "stop": 827596740
        },
        {
            "start": 827596800,
            "stop": 827597287
        },
        {
            "start": 827611031,
            "stop": 827611090
        },
        {
            "start": 827611093,
            "stop": 827611130
        },
        {
            "start": 827611573,
            "stop": 827612485
        },
        {
            "start": 827612488,
            "stop": 827612490
        },
        {
            "start": 827612493,
            "stop": 827612502
        },
        {
            "start": 827612505,
            "stop": 827613840
        },
        {
            "start": 827613960,
            "stop": 827614369
        }
    ]
}