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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4915",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4913",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4914,
    "results": [
        {
            "start": 875145839,
            "stop": 875145900
        },
        {
            "start": 875145920,
            "stop": 875145960
        },
        {
            "start": 875146020,
            "stop": 875146044
        },
        {
            "start": 875146074,
            "stop": 875146075
        },
        {
            "start": 875146098,
            "stop": 875146103
        },
        {
            "start": 875146122,
            "stop": 875146140
        },
        {
            "start": 875146210,
            "stop": 875146300
        },
        {
            "start": 875146319,
            "stop": 875146320
        },
        {
            "start": 875146441,
            "stop": 875146454
        },
        {
            "start": 875146482,
            "stop": 875146497
        },
        {
            "start": 875146518,
            "stop": 875146545
        },
        {
            "start": 875146564,
            "stop": 875146599
        },
        {
            "start": 875146618,
            "stop": 875146620
        },
        {
            "start": 875146640,
            "stop": 875146671
        },
        {
            "start": 875146690,
            "stop": 875146727
        },
        {
            "start": 875146809,
            "stop": 875146819
        },
        {
            "start": 875146843,
            "stop": 875146871
        },
        {
            "start": 875146890,
            "stop": 875146899
        },
        {
            "start": 875146919,
            "stop": 875146920
        },
        {
            "start": 875146980,
            "stop": 875147015
        }
    ]
}