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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=12",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 13,
    "results": [
        {
            "start": 820451804,
            "stop": 820518145
        },
        {
            "start": 820518451,
            "stop": 820523874
        },
        {
            "start": 820524743,
            "stop": 820539410
        },
        {
            "start": 820540066,
            "stop": 820544861
        },
        {
            "start": 820545542,
            "stop": 820554556
        },
        {
            "start": 820555144,
            "stop": 820611774
        },
        {
            "start": 820611991,
            "stop": 820626527
        },
        {
            "start": 820626973,
            "stop": 820636318
        },
        {
            "start": 820637258,
            "stop": 820641062
        },
        {
            "start": 820641158,
            "stop": 820695681
        },
        {
            "start": 820695941,
            "stop": 820752488
        },
        {
            "start": 820753222,
            "stop": 820756092
        },
        {
            "start": 820757980,
            "stop": 820805074
        },
        {
            "start": 820806310,
            "stop": 820860592
        },
        {
            "start": 820861074,
            "stop": 820873240
        },
        {
            "start": 820877248,
            "stop": 820879085
        },
        {
            "start": 820879996,
            "stop": 820920257
        },
        {
            "start": 820920882,
            "stop": 820944225
        },
        {
            "start": 820963939,
            "stop": 820966580
        },
        {
            "start": 820967363,
            "stop": 820975682
        }
    ]
}