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=209
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=210",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=208",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 209,
    "results": [
        {
            "start": 820455240,
            "stop": 820457570
        },
        {
            "start": 820457650,
            "stop": 820457990
        },
        {
            "start": 820458070,
            "stop": 820458350
        },
        {
            "start": 820458430,
            "stop": 820458932
        },
        {
            "start": 820458939,
            "stop": 820459297
        },
        {
            "start": 820459304,
            "stop": 820459708
        },
        {
            "start": 820459715,
            "stop": 820459780
        },
        {
            "start": 820459881,
            "stop": 820459980
        },
        {
            "start": 820460110,
            "stop": 820460545
        },
        {
            "start": 820460552,
            "stop": 820461268
        },
        {
            "start": 820461276,
            "stop": 820461336
        },
        {
            "start": 820461343,
            "stop": 820461726
        },
        {
            "start": 820461734,
            "stop": 820462127
        },
        {
            "start": 820462134,
            "stop": 820462320
        },
        {
            "start": 820462450,
            "stop": 820462537
        },
        {
            "start": 820462544,
            "stop": 820462600
        },
        {
            "start": 820462608,
            "stop": 820463197
        },
        {
            "start": 820463204,
            "stop": 820463225
        },
        {
            "start": 820463232,
            "stop": 820463383
        },
        {
            "start": 820463390,
            "stop": 820463699
        }
    ]
}