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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1833",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1831",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1832,
    "results": [
        {
            "start": 963845852,
            "stop": 963846378
        },
        {
            "start": 963854105,
            "stop": 963855161
        },
        {
            "start": 963857564,
            "stop": 963857872
        },
        {
            "start": 963875157,
            "stop": 963875616
        },
        {
            "start": 963875617,
            "stop": 963876644
        },
        {
            "start": 963886834,
            "stop": 963889372
        },
        {
            "start": 963889374,
            "stop": 963895160
        },
        {
            "start": 963897506,
            "stop": 963909287
        },
        {
            "start": 963909288,
            "stop": 963909690
        },
        {
            "start": 963909691,
            "stop": 963916841
        },
        {
            "start": 963929062,
            "stop": 963929625
        },
        {
            "start": 963933675,
            "stop": 963934256
        },
        {
            "start": 963939072,
            "stop": 963939251
        },
        {
            "start": 963940366,
            "stop": 963940677
        },
        {
            "start": 963941310,
            "stop": 963941675
        },
        {
            "start": 963941676,
            "stop": 963942083
        },
        {
            "start": 963942662,
            "stop": 963942820
        },
        {
            "start": 963945075,
            "stop": 963945408
        },
        {
            "start": 963955096,
            "stop": 963959330
        },
        {
            "start": 963978154,
            "stop": 963980279
        }
    ]
}