Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=18
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 18,
    "results": [
        {
            "start": 1399194589,
            "stop": 1399195280
        },
        {
            "start": 1399195285,
            "stop": 1399200602
        },
        {
            "start": 1399205879,
            "stop": 1399210046
        },
        {
            "start": 1399210053,
            "stop": 1399217481
        },
        {
            "start": 1399230849,
            "stop": 1399232837
        },
        {
            "start": 1399232845,
            "stop": 1399236532
        },
        {
            "start": 1399236538,
            "stop": 1399243706
        },
        {
            "start": 1399249198,
            "stop": 1399257077
        },
        {
            "start": 1399257082,
            "stop": 1399266060
        },
        {
            "start": 1399269912,
            "stop": 1399274528
        },
        {
            "start": 1399274534,
            "stop": 1399279526
        },
        {
            "start": 1399284312,
            "stop": 1399290395
        },
        {
            "start": 1399290402,
            "stop": 1399302968
        },
        {
            "start": 1399302973,
            "stop": 1399304312
        },
        {
            "start": 1399304317,
            "stop": 1399305628
        },
        {
            "start": 1399316379,
            "stop": 1399319453
        },
        {
            "start": 1399320016,
            "stop": 1399323229
        },
        {
            "start": 1399323233,
            "stop": 1399326185
        },
        {
            "start": 1399326190,
            "stop": 1399327044
        },
        {
            "start": 1399327050,
            "stop": 1399327051
        }
    ]
}