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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=173",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 174,
    "results": [
        {
            "start": 820193508,
            "stop": 820193619
        },
        {
            "start": 820193627,
            "stop": 820193812
        },
        {
            "start": 820193826,
            "stop": 820193841
        },
        {
            "start": 820193854,
            "stop": 820193913
        },
        {
            "start": 820193920,
            "stop": 820193948
        },
        {
            "start": 820193955,
            "stop": 820193994
        },
        {
            "start": 820194001,
            "stop": 820194005
        },
        {
            "start": 820194013,
            "stop": 820194112
        },
        {
            "start": 820194119,
            "stop": 820194187
        },
        {
            "start": 820194195,
            "stop": 820194244
        },
        {
            "start": 820196007,
            "stop": 820196045
        },
        {
            "start": 820196052,
            "stop": 820196159
        },
        {
            "start": 820196166,
            "stop": 820196171
        },
        {
            "start": 820196185,
            "stop": 820196219
        },
        {
            "start": 820196226,
            "stop": 820196238
        },
        {
            "start": 820196245,
            "stop": 820196303
        },
        {
            "start": 820196311,
            "stop": 820196354
        },
        {
            "start": 820196361,
            "stop": 820196363
        },
        {
            "start": 820196370,
            "stop": 820196396
        },
        {
            "start": 820196599,
            "stop": 820196633
        }
    ]
}