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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=327",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=325",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 326,
    "results": [
        {
            "start": 861036138,
            "stop": 861036972
        },
        {
            "start": 861037169,
            "stop": 861037961
        },
        {
            "start": 861039616,
            "stop": 861040522
        },
        {
            "start": 861040553,
            "stop": 861040715
        },
        {
            "start": 861041015,
            "stop": 861041438
        },
        {
            "start": 861041548,
            "stop": 861041740
        },
        {
            "start": 861042304,
            "stop": 861042670
        },
        {
            "start": 861043563,
            "stop": 861044514
        },
        {
            "start": 861044814,
            "stop": 861048547
        },
        {
            "start": 861048568,
            "stop": 861055148
        },
        {
            "start": 861056605,
            "stop": 861057680
        },
        {
            "start": 861057980,
            "stop": 861064797
        },
        {
            "start": 861065854,
            "stop": 861068176
        },
        {
            "start": 861071536,
            "stop": 861071586
        },
        {
            "start": 861071952,
            "stop": 861073614
        },
        {
            "start": 861073935,
            "stop": 861084164
        },
        {
            "start": 861084464,
            "stop": 861088906
        },
        {
            "start": 861089322,
            "stop": 861090561
        },
        {
            "start": 861090861,
            "stop": 861103974
        },
        {
            "start": 861103981,
            "stop": 861109645
        }
    ]
}