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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7373",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7371",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7372,
    "results": [
        {
            "start": 969478208,
            "stop": 969478389
        },
        {
            "start": 969478392,
            "stop": 969479292
        },
        {
            "start": 969479295,
            "stop": 969480076
        },
        {
            "start": 969480079,
            "stop": 969480998
        },
        {
            "start": 969481001,
            "stop": 969481668
        },
        {
            "start": 969481671,
            "stop": 969481806
        },
        {
            "start": 969481809,
            "stop": 969483553
        },
        {
            "start": 969483556,
            "stop": 969484052
        },
        {
            "start": 969484055,
            "stop": 969484107
        },
        {
            "start": 969484110,
            "stop": 969484160
        },
        {
            "start": 969484163,
            "stop": 969484240
        },
        {
            "start": 969484243,
            "stop": 969484660
        },
        {
            "start": 969484663,
            "stop": 969484866
        },
        {
            "start": 969484869,
            "stop": 969484932
        },
        {
            "start": 969484953,
            "stop": 969485594
        },
        {
            "start": 969485597,
            "stop": 969485723
        },
        {
            "start": 969485726,
            "stop": 969485782
        },
        {
            "start": 969485785,
            "stop": 969487924
        },
        {
            "start": 969487927,
            "stop": 969489977
        },
        {
            "start": 969489981,
            "stop": 969491185
        }
    ]
}