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=5218
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=5219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5217",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5218,
    "results": [
        {
            "start": 875129749,
            "stop": 875129767
        },
        {
            "start": 875129774,
            "stop": 875129874
        },
        {
            "start": 875129885,
            "stop": 875129935
        },
        {
            "start": 875129942,
            "stop": 875129957
        },
        {
            "start": 875129967,
            "stop": 875130041
        },
        {
            "start": 875130049,
            "stop": 875130107
        },
        {
            "start": 875130115,
            "stop": 875130182
        },
        {
            "start": 875130189,
            "stop": 875130202
        },
        {
            "start": 875130209,
            "stop": 875130231
        },
        {
            "start": 875130238,
            "stop": 875130245
        },
        {
            "start": 875130252,
            "stop": 875130255
        },
        {
            "start": 875130262,
            "stop": 875130278
        },
        {
            "start": 875130293,
            "stop": 875130301
        },
        {
            "start": 875130308,
            "stop": 875130337
        },
        {
            "start": 875130344,
            "stop": 875130351
        },
        {
            "start": 875130361,
            "stop": 875130459
        },
        {
            "start": 875130466,
            "stop": 875130495
        },
        {
            "start": 875130503,
            "stop": 875130513
        },
        {
            "start": 875130520,
            "stop": 875130571
        },
        {
            "start": 875130578,
            "stop": 875130595
        }
    ]
}