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=1913
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=1914",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1912",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1913,
    "results": [
        {
            "start": 1251880906,
            "stop": 1251881834
        },
        {
            "start": 1251881837,
            "stop": 1251882029
        },
        {
            "start": 1251882030,
            "stop": 1251882274
        },
        {
            "start": 1251882282,
            "stop": 1251889055
        },
        {
            "start": 1251889058,
            "stop": 1251891173
        },
        {
            "start": 1251891176,
            "stop": 1251891268
        },
        {
            "start": 1251891271,
            "stop": 1251894451
        },
        {
            "start": 1251894459,
            "stop": 1251895856
        },
        {
            "start": 1251895864,
            "stop": 1251899134
        },
        {
            "start": 1251899137,
            "stop": 1251900491
        },
        {
            "start": 1251900493,
            "stop": 1251900983
        },
        {
            "start": 1251900991,
            "stop": 1251901986
        },
        {
            "start": 1251901989,
            "stop": 1251904653
        },
        {
            "start": 1251904654,
            "stop": 1251905184
        },
        {
            "start": 1251905187,
            "stop": 1251907867
        },
        {
            "start": 1251907876,
            "stop": 1251907878
        },
        {
            "start": 1251919283,
            "stop": 1251920046
        },
        {
            "start": 1251920048,
            "stop": 1251920111
        },
        {
            "start": 1251920112,
            "stop": 1251920339
        },
        {
            "start": 1251920342,
            "stop": 1251922999
        }
    ]
}