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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=48",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 49,
    "results": [
        {
            "start": 821796479,
            "stop": 821797287
        },
        {
            "start": 821797290,
            "stop": 821797510
        },
        {
            "start": 821797513,
            "stop": 821802240
        },
        {
            "start": 821802848,
            "stop": 821810349
        },
        {
            "start": 821820754,
            "stop": 821820768
        },
        {
            "start": 821820771,
            "stop": 821820849
        },
        {
            "start": 821820852,
            "stop": 821822351
        },
        {
            "start": 821832975,
            "stop": 821834413
        },
        {
            "start": 821835049,
            "stop": 821872813
        },
        {
            "start": 821873857,
            "stop": 821884734
        },
        {
            "start": 821884737,
            "stop": 821884738
        },
        {
            "start": 821884762,
            "stop": 821919968
        },
        {
            "start": 821920000,
            "stop": 821957952
        },
        {
            "start": 821957984,
            "stop": 821960608
        },
        {
            "start": 821960640,
            "stop": 821980352
        },
        {
            "start": 821980384,
            "stop": 821981920
        },
        {
            "start": 821981952,
            "stop": 821990653
        },
        {
            "start": 821991457,
            "stop": 822012073
        },
        {
            "start": 822012652,
            "stop": 822032161
        },
        {
            "start": 822032746,
            "stop": 822034915
        }
    ]
}