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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1911",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1909",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1910,
    "results": [
        {
            "start": 1251782931,
            "stop": 1251784390
        },
        {
            "start": 1251784393,
            "stop": 1251784728
        },
        {
            "start": 1251784731,
            "stop": 1251788362
        },
        {
            "start": 1251788364,
            "stop": 1251789117
        },
        {
            "start": 1251789120,
            "stop": 1251789923
        },
        {
            "start": 1251789926,
            "stop": 1251790638
        },
        {
            "start": 1251790641,
            "stop": 1251794376
        },
        {
            "start": 1251794378,
            "stop": 1251797961
        },
        {
            "start": 1251797963,
            "stop": 1251802027
        },
        {
            "start": 1251802030,
            "stop": 1251802853
        },
        {
            "start": 1251802854,
            "stop": 1251804542
        },
        {
            "start": 1251804551,
            "stop": 1251804560
        },
        {
            "start": 1251814193,
            "stop": 1251814892
        },
        {
            "start": 1251814894,
            "stop": 1251817046
        },
        {
            "start": 1251817048,
            "stop": 1251822745
        },
        {
            "start": 1251822749,
            "stop": 1251822774
        },
        {
            "start": 1251822780,
            "stop": 1251822781
        },
        {
            "start": 1251822787,
            "stop": 1251822791
        },
        {
            "start": 1251822793,
            "stop": 1251822794
        },
        {
            "start": 1251822800,
            "stop": 1251822951
        }
    ]
}