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=5239
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=5240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5238",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5239,
    "results": [
        {
            "start": 875191153,
            "stop": 875191288
        },
        {
            "start": 875191295,
            "stop": 875191488
        },
        {
            "start": 875191495,
            "stop": 875191501
        },
        {
            "start": 875191508,
            "stop": 875191693
        },
        {
            "start": 875191703,
            "stop": 875192165
        },
        {
            "start": 875192172,
            "stop": 875192181
        },
        {
            "start": 875192194,
            "stop": 875192318
        },
        {
            "start": 875192325,
            "stop": 875192357
        },
        {
            "start": 875192364,
            "stop": 875192465
        },
        {
            "start": 875192472,
            "stop": 875192554
        },
        {
            "start": 875192561,
            "stop": 875192656
        },
        {
            "start": 875192664,
            "stop": 875193340
        },
        {
            "start": 875193347,
            "stop": 875193399
        },
        {
            "start": 875193408,
            "stop": 875193458
        },
        {
            "start": 875193470,
            "stop": 875193508
        },
        {
            "start": 875193515,
            "stop": 875193652
        },
        {
            "start": 875193659,
            "stop": 875193744
        },
        {
            "start": 875193751,
            "stop": 875193928
        },
        {
            "start": 875193935,
            "stop": 875193978
        },
        {
            "start": 875193985,
            "stop": 875194036
        }
    ]
}