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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=195",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 196,
    "results": [
        {
            "start": 1126820066,
            "stop": 1126820109
        },
        {
            "start": 1126820111,
            "stop": 1126820117
        },
        {
            "start": 1126820477,
            "stop": 1126820489
        },
        {
            "start": 1126820490,
            "stop": 1126820519
        },
        {
            "start": 1126820520,
            "stop": 1126820522
        },
        {
            "start": 1126820524,
            "stop": 1126820555
        },
        {
            "start": 1126820556,
            "stop": 1126820573
        },
        {
            "start": 1126820575,
            "stop": 1126820577
        },
        {
            "start": 1126820578,
            "stop": 1126820580
        },
        {
            "start": 1126820581,
            "stop": 1126820585
        },
        {
            "start": 1126820587,
            "stop": 1126820592
        },
        {
            "start": 1126820593,
            "stop": 1126820595
        },
        {
            "start": 1126820657,
            "stop": 1126820659
        },
        {
            "start": 1126820662,
            "stop": 1126820663
        },
        {
            "start": 1126820668,
            "stop": 1126820684
        },
        {
            "start": 1126820685,
            "stop": 1126820686
        },
        {
            "start": 1126820687,
            "stop": 1126820689
        },
        {
            "start": 1126820690,
            "stop": 1126820695
        },
        {
            "start": 1126820696,
            "stop": 1126820698
        },
        {
            "start": 1126820700,
            "stop": 1126820706
        }
    ]
}