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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=27",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 28,
    "results": [
        {
            "start": 939765730,
            "stop": 939777194
        },
        {
            "start": 939786625,
            "stop": 939792525
        },
        {
            "start": 939795135,
            "stop": 939828998
        },
        {
            "start": 939831746,
            "stop": 939852516
        },
        {
            "start": 939855971,
            "stop": 939870505
        },
        {
            "start": 939885315,
            "stop": 939892153
        },
        {
            "start": 939895868,
            "stop": 939939154
        },
        {
            "start": 939946485,
            "stop": 939949631
        },
        {
            "start": 939951632,
            "stop": 939986645
        },
        {
            "start": 939991663,
            "stop": 939993938
        },
        {
            "start": 939995454,
            "stop": 940012134
        },
        {
            "start": 940015978,
            "stop": 940025455
        },
        {
            "start": 940027889,
            "stop": 940028509
        },
        {
            "start": 940054090,
            "stop": 940082288
        },
        {
            "start": 940132069,
            "stop": 940132878
        },
        {
            "start": 940139471,
            "stop": 940160841
        },
        {
            "start": 940170881,
            "stop": 940185185
        },
        {
            "start": 940187058,
            "stop": 940187241
        },
        {
            "start": 940190961,
            "stop": 940194315
        },
        {
            "start": 940211183,
            "stop": 940212907
        }
    ]
}