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=434
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=435",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=433",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 434,
    "results": [
        {
            "start": 943675881,
            "stop": 943701615
        },
        {
            "start": 943703870,
            "stop": 943709353
        },
        {
            "start": 943715988,
            "stop": 943720019
        },
        {
            "start": 943740795,
            "stop": 943750183
        },
        {
            "start": 943751516,
            "stop": 943760880
        },
        {
            "start": 943764852,
            "stop": 943769796
        },
        {
            "start": 943770907,
            "stop": 943800876
        },
        {
            "start": 943803740,
            "stop": 943804279
        },
        {
            "start": 943808425,
            "stop": 943824180
        },
        {
            "start": 943828486,
            "stop": 943836166
        },
        {
            "start": 943843287,
            "stop": 943851292
        },
        {
            "start": 943852280,
            "stop": 943858887
        },
        {
            "start": 943865513,
            "stop": 943885528
        },
        {
            "start": 943885530,
            "stop": 943886150
        },
        {
            "start": 943886152,
            "stop": 943886443
        },
        {
            "start": 943886444,
            "stop": 943887070
        },
        {
            "start": 943888887,
            "stop": 943889789
        },
        {
            "start": 943890977,
            "stop": 943891034
        },
        {
            "start": 943893349,
            "stop": 943906189
        },
        {
            "start": 943907703,
            "stop": 943914926
        }
    ]
}