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_BURST_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_BURST_CAT1/segments?format=api&page=29",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=27",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 28,
    "results": [
        {
            "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
        },
        {
            "start": 940214745,
            "stop": 940255265
        },
        {
            "start": 940263961,
            "stop": 940273618
        },
        {
            "start": 940276644,
            "stop": 940277199
        },
        {
            "start": 940283008,
            "stop": 940283708
        },
        {
            "start": 940284792,
            "stop": 940287539
        },
        {
            "start": 940294715,
            "stop": 940302470
        },
        {
            "start": 940304279,
            "stop": 940307387
        },
        {
            "start": 940308986,
            "stop": 940326148
        },
        {
            "start": 940327794,
            "stop": 940343912
        }
    ]
}