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=1724
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=1725",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1723",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1724,
    "results": [
        {
            "start": 1249197250,
            "stop": 1249197258
        },
        {
            "start": 1249197261,
            "stop": 1249197371
        },
        {
            "start": 1249197374,
            "stop": 1249197391
        },
        {
            "start": 1249197394,
            "stop": 1249197399
        },
        {
            "start": 1249197402,
            "stop": 1249197426
        },
        {
            "start": 1249197429,
            "stop": 1249197486
        },
        {
            "start": 1249197489,
            "stop": 1249197544
        },
        {
            "start": 1249197547,
            "stop": 1249197618
        },
        {
            "start": 1249197621,
            "stop": 1249197671
        },
        {
            "start": 1249197674,
            "stop": 1249197702
        },
        {
            "start": 1249197705,
            "stop": 1249197712
        },
        {
            "start": 1249197715,
            "stop": 1249197755
        },
        {
            "start": 1249197758,
            "stop": 1249198398
        },
        {
            "start": 1249198401,
            "stop": 1249198500
        },
        {
            "start": 1249198503,
            "stop": 1249198575
        },
        {
            "start": 1249198578,
            "stop": 1249198866
        },
        {
            "start": 1249198872,
            "stop": 1249200685
        },
        {
            "start": 1249200688,
            "stop": 1249201424
        },
        {
            "start": 1249201432,
            "stop": 1249203445
        },
        {
            "start": 1249203448,
            "stop": 1249204032
        }
    ]
}