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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5104",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5105,
    "results": [
        {
            "start": 874685428,
            "stop": 874685450
        },
        {
            "start": 874685469,
            "stop": 874685508
        },
        {
            "start": 874685527,
            "stop": 874685588
        },
        {
            "start": 874685618,
            "stop": 874685667
        },
        {
            "start": 874685692,
            "stop": 874685705
        },
        {
            "start": 874685724,
            "stop": 874685727
        },
        {
            "start": 874685746,
            "stop": 874685791
        },
        {
            "start": 874685810,
            "stop": 874685842
        },
        {
            "start": 874685879,
            "stop": 874685926
        },
        {
            "start": 874685943,
            "stop": 874685960
        },
        {
            "start": 874685980,
            "stop": 874686021
        },
        {
            "start": 874686040,
            "stop": 874686093
        },
        {
            "start": 874686147,
            "stop": 874686205
        },
        {
            "start": 874686225,
            "stop": 874686241
        },
        {
            "start": 874686260,
            "stop": 874686347
        },
        {
            "start": 874686366,
            "stop": 874686451
        },
        {
            "start": 874686486,
            "stop": 874686511
        },
        {
            "start": 874686555,
            "stop": 874686560
        },
        {
            "start": 874686583,
            "stop": 874686585
        },
        {
            "start": 874686604,
            "stop": 874686657
        }
    ]
}