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=1882
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=1883",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1881",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1882,
    "results": [
        {
            "start": 1251099802,
            "stop": 1251101090
        },
        {
            "start": 1251101093,
            "stop": 1251105207
        },
        {
            "start": 1251105215,
            "stop": 1251109282
        },
        {
            "start": 1251109285,
            "stop": 1251111442
        },
        {
            "start": 1251111445,
            "stop": 1251113072
        },
        {
            "start": 1251113080,
            "stop": 1251113135
        },
        {
            "start": 1251113138,
            "stop": 1251113140
        },
        {
            "start": 1251113141,
            "stop": 1251113142
        },
        {
            "start": 1251113144,
            "stop": 1251113155
        },
        {
            "start": 1251113156,
            "stop": 1251113163
        },
        {
            "start": 1251113166,
            "stop": 1251113167
        },
        {
            "start": 1251113173,
            "stop": 1251113291
        },
        {
            "start": 1251113294,
            "stop": 1251113474
        },
        {
            "start": 1251113477,
            "stop": 1251114508
        },
        {
            "start": 1251114513,
            "stop": 1251114845
        },
        {
            "start": 1251114846,
            "stop": 1251114907
        },
        {
            "start": 1251114913,
            "stop": 1251115389
        },
        {
            "start": 1251115390,
            "stop": 1251115431
        },
        {
            "start": 1251115433,
            "stop": 1251115649
        },
        {
            "start": 1251115652,
            "stop": 1251116030
        }
    ]
}