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=1753
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=1754",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1752",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1753,
    "results": [
        {
            "start": 1249438741,
            "stop": 1249438742
        },
        {
            "start": 1249438744,
            "stop": 1249438745
        },
        {
            "start": 1249438747,
            "stop": 1249438748
        },
        {
            "start": 1249438754,
            "stop": 1249438755
        },
        {
            "start": 1249438760,
            "stop": 1249438762
        },
        {
            "start": 1249438768,
            "stop": 1249438769
        },
        {
            "start": 1249438772,
            "stop": 1249438773
        },
        {
            "start": 1249438775,
            "stop": 1249438779
        },
        {
            "start": 1249438793,
            "stop": 1249438810
        },
        {
            "start": 1249438815,
            "stop": 1249438987
        },
        {
            "start": 1249438990,
            "stop": 1249439085
        },
        {
            "start": 1249439089,
            "stop": 1249439325
        },
        {
            "start": 1249439328,
            "stop": 1249439550
        },
        {
            "start": 1249439553,
            "stop": 1249439838
        },
        {
            "start": 1249439841,
            "stop": 1249440055
        },
        {
            "start": 1249440058,
            "stop": 1249440119
        },
        {
            "start": 1249440122,
            "stop": 1249440200
        },
        {
            "start": 1249440203,
            "stop": 1249440205
        },
        {
            "start": 1249440208,
            "stop": 1249440619
        },
        {
            "start": 1249440622,
            "stop": 1249440719
        }
    ]
}