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=1886
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=1887",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1885",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1886,
    "results": [
        {
            "start": 1251192779,
            "stop": 1251192787
        },
        {
            "start": 1251192788,
            "stop": 1251194894
        },
        {
            "start": 1251194897,
            "stop": 1251200523
        },
        {
            "start": 1251200526,
            "stop": 1251201011
        },
        {
            "start": 1251201014,
            "stop": 1251207555
        },
        {
            "start": 1251207558,
            "stop": 1251211327
        },
        {
            "start": 1251211330,
            "stop": 1251213149
        },
        {
            "start": 1251213152,
            "stop": 1251213312
        },
        {
            "start": 1251213332,
            "stop": 1251214140
        },
        {
            "start": 1251214143,
            "stop": 1251214147
        },
        {
            "start": 1251214150,
            "stop": 1251217388
        },
        {
            "start": 1251217390,
            "stop": 1251221879
        },
        {
            "start": 1251221882,
            "stop": 1251222447
        },
        {
            "start": 1251222450,
            "stop": 1251222722
        },
        {
            "start": 1251222725,
            "stop": 1251222933
        },
        {
            "start": 1251222936,
            "stop": 1251224022
        },
        {
            "start": 1251224025,
            "stop": 1251225050
        },
        {
            "start": 1251225053,
            "stop": 1251225932
        },
        {
            "start": 1251225935,
            "stop": 1251225981
        },
        {
            "start": 1251225984,
            "stop": 1251226008
        }
    ]
}