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=5067
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=5068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5066",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5067,
    "results": [
        {
            "start": 874611110,
            "stop": 874611210
        },
        {
            "start": 874611217,
            "stop": 874611236
        },
        {
            "start": 874611245,
            "stop": 874611247
        },
        {
            "start": 874611254,
            "stop": 874611324
        },
        {
            "start": 874611342,
            "stop": 874611388
        },
        {
            "start": 874611400,
            "stop": 874611422
        },
        {
            "start": 874611430,
            "stop": 874611449
        },
        {
            "start": 874611457,
            "stop": 874611491
        },
        {
            "start": 874611499,
            "stop": 874611518
        },
        {
            "start": 874611532,
            "stop": 874611543
        },
        {
            "start": 874611551,
            "stop": 874611589
        },
        {
            "start": 874611603,
            "stop": 874611604
        },
        {
            "start": 874611611,
            "stop": 874611619
        },
        {
            "start": 874611627,
            "stop": 874611652
        },
        {
            "start": 874611659,
            "stop": 874611663
        },
        {
            "start": 874611670,
            "stop": 874611724
        },
        {
            "start": 874611731,
            "stop": 874611768
        },
        {
            "start": 874611779,
            "stop": 874611794
        },
        {
            "start": 874611801,
            "stop": 874611841
        },
        {
            "start": 874611848,
            "stop": 874611864
        }
    ]
}