Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=82
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=81",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 82,
    "results": [
        {
            "start": 823773689,
            "stop": 823773843
        },
        {
            "start": 823774143,
            "stop": 823774934
        },
        {
            "start": 823775398,
            "stop": 823777253
        },
        {
            "start": 823777553,
            "stop": 823778096
        },
        {
            "start": 823778541,
            "stop": 823784501
        },
        {
            "start": 823784801,
            "stop": 823788390
        },
        {
            "start": 823788510,
            "stop": 823789292
        },
        {
            "start": 823789712,
            "stop": 823792697
        },
        {
            "start": 823793007,
            "stop": 823800289
        },
        {
            "start": 823800589,
            "stop": 823803004
        },
        {
            "start": 823866547,
            "stop": 823870748
        },
        {
            "start": 823871572,
            "stop": 823876000
        },
        {
            "start": 823878141,
            "stop": 823883808
        },
        {
            "start": 823941762,
            "stop": 823963459
        },
        {
            "start": 824035162,
            "stop": 824044385
        },
        {
            "start": 824044390,
            "stop": 824046126
        },
        {
            "start": 824046184,
            "stop": 824049536
        },
        {
            "start": 824121950,
            "stop": 824137066
        },
        {
            "start": 824204584,
            "stop": 824208030
        },
        {
            "start": 824208090,
            "stop": 824209590
        }
    ]
}