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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT2/segments?format=api&page=15",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 16,
    "results": [
        {
            "start": 1265662516,
            "stop": 1265670791
        },
        {
            "start": 1265673067,
            "stop": 1265685544
        },
        {
            "start": 1265685643,
            "stop": 1265695872
        },
        {
            "start": 1265696078,
            "stop": 1265724845
        },
        {
            "start": 1265729680,
            "stop": 1265747426
        },
        {
            "start": 1265754706,
            "stop": 1265756560
        },
        {
            "start": 1265757641,
            "stop": 1265769517
        },
        {
            "start": 1265777645,
            "stop": 1265798519
        },
        {
            "start": 1265802911,
            "stop": 1265833014
        },
        {
            "start": 1265852907,
            "stop": 1265939075
        },
        {
            "start": 1265944330,
            "stop": 1266001217
        },
        {
            "start": 1266003203,
            "stop": 1266048005
        },
        {
            "start": 1266053015,
            "stop": 1266076129
        },
        {
            "start": 1266115342,
            "stop": 1266148888
        },
        {
            "start": 1266149077,
            "stop": 1266155520
        },
        {
            "start": 1266155627,
            "stop": 1266179877
        },
        {
            "start": 1266179906,
            "stop": 1266183768
        },
        {
            "start": 1266191467,
            "stop": 1266193830
        },
        {
            "start": 1266196024,
            "stop": 1266216960
        },
        {
            "start": 1266216988,
            "stop": 1266256462
        }
    ]
}