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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=305",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 306,
    "results": [
        {
            "start": 822082510,
            "stop": 822082790
        },
        {
            "start": 822082930,
            "stop": 822082980
        },
        {
            "start": 822083100,
            "stop": 822083330
        },
        {
            "start": 822083470,
            "stop": 822084253
        },
        {
            "start": 822084352,
            "stop": 822084600
        },
        {
            "start": 822084660,
            "stop": 822084900
        },
        {
            "start": 822085030,
            "stop": 822085140
        },
        {
            "start": 822085200,
            "stop": 822085212
        },
        {
            "start": 822085976,
            "stop": 822086220
        },
        {
            "start": 822086350,
            "stop": 822086580
        },
        {
            "start": 822086640,
            "stop": 822086750
        },
        {
            "start": 822086950,
            "stop": 822088153
        },
        {
            "start": 822089508,
            "stop": 822089713
        },
        {
            "start": 822089767,
            "stop": 822089768
        },
        {
            "start": 822091740,
            "stop": 822092040
        },
        {
            "start": 822092160,
            "stop": 822092528
        },
        {
            "start": 822093343,
            "stop": 822093660
        },
        {
            "start": 822093780,
            "stop": 822094513
        },
        {
            "start": 822095392,
            "stop": 822095930
        },
        {
            "start": 822096010,
            "stop": 822096300
        }
    ]
}