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=5107
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=5108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5106",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5107,
    "results": [
        {
            "start": 874666461,
            "stop": 874666479
        },
        {
            "start": 874666486,
            "stop": 874666658
        },
        {
            "start": 874666670,
            "stop": 874666749
        },
        {
            "start": 874666756,
            "stop": 874666803
        },
        {
            "start": 874666810,
            "stop": 874666859
        },
        {
            "start": 874666866,
            "stop": 874666922
        },
        {
            "start": 874666929,
            "stop": 874667023
        },
        {
            "start": 874667031,
            "stop": 874667085
        },
        {
            "start": 874667097,
            "stop": 874667150
        },
        {
            "start": 874667157,
            "stop": 874667202
        },
        {
            "start": 874667209,
            "stop": 874667256
        },
        {
            "start": 874667263,
            "stop": 874667476
        },
        {
            "start": 874667484,
            "stop": 874667488
        },
        {
            "start": 874667500,
            "stop": 874667612
        },
        {
            "start": 874667620,
            "stop": 874667657
        },
        {
            "start": 874667664,
            "stop": 874667732
        },
        {
            "start": 874667740,
            "stop": 874667946
        },
        {
            "start": 874667958,
            "stop": 874668075
        },
        {
            "start": 874668082,
            "stop": 874668269
        },
        {
            "start": 874668277,
            "stop": 874668386
        }
    ]
}