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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=44",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 45,
    "results": [
        {
            "start": 816171283,
            "stop": 816171344
        },
        {
            "start": 816171351,
            "stop": 816171619
        },
        {
            "start": 816171626,
            "stop": 816171714
        },
        {
            "start": 816171721,
            "stop": 816171766
        },
        {
            "start": 816171773,
            "stop": 816172024
        },
        {
            "start": 816172031,
            "stop": 816172040
        },
        {
            "start": 816172047,
            "stop": 816172165
        },
        {
            "start": 816172173,
            "stop": 816172221
        },
        {
            "start": 816172228,
            "stop": 816172349
        },
        {
            "start": 816172361,
            "stop": 816172363
        },
        {
            "start": 816172370,
            "stop": 816172473
        },
        {
            "start": 816172481,
            "stop": 816172498
        },
        {
            "start": 816172505,
            "stop": 816172513
        },
        {
            "start": 816172520,
            "stop": 816172670
        },
        {
            "start": 816172678,
            "stop": 816172789
        },
        {
            "start": 816172796,
            "stop": 816173097
        },
        {
            "start": 816173104,
            "stop": 816173252
        },
        {
            "start": 816173259,
            "stop": 816173391
        },
        {
            "start": 816173398,
            "stop": 816173431
        },
        {
            "start": 816173438,
            "stop": 816173527
        }
    ]
}