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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=425",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=423",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 424,
    "results": [
        {
            "start": 941881500,
            "stop": 941890997
        },
        {
            "start": 941890999,
            "stop": 941891048
        },
        {
            "start": 941891050,
            "stop": 941891097
        },
        {
            "start": 941891099,
            "stop": 941891261
        },
        {
            "start": 941891263,
            "stop": 941891266
        },
        {
            "start": 941891270,
            "stop": 941891413
        },
        {
            "start": 941891415,
            "stop": 941891442
        },
        {
            "start": 941891446,
            "stop": 941891452
        },
        {
            "start": 941891454,
            "stop": 941891458
        },
        {
            "start": 941891460,
            "stop": 941891489
        },
        {
            "start": 941891491,
            "stop": 941891516
        },
        {
            "start": 941891518,
            "stop": 941891661
        },
        {
            "start": 941891664,
            "stop": 941891687
        },
        {
            "start": 941891692,
            "stop": 941891724
        },
        {
            "start": 941891726,
            "stop": 941891883
        },
        {
            "start": 941891885,
            "stop": 941891893
        },
        {
            "start": 941891895,
            "stop": 941891944
        },
        {
            "start": 941891946,
            "stop": 941891997
        },
        {
            "start": 941891998,
            "stop": 941892055
        },
        {
            "start": 941892057,
            "stop": 941892102
        }
    ]
}