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=1725
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=1726",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1724",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1725,
    "results": [
        {
            "start": 1249204034,
            "stop": 1249204625
        },
        {
            "start": 1249204628,
            "stop": 1249204768
        },
        {
            "start": 1249204771,
            "stop": 1249205423
        },
        {
            "start": 1249205426,
            "stop": 1249205577
        },
        {
            "start": 1249205581,
            "stop": 1249205636
        },
        {
            "start": 1249205637,
            "stop": 1249206665
        },
        {
            "start": 1249206668,
            "stop": 1249207912
        },
        {
            "start": 1249207915,
            "stop": 1249208200
        },
        {
            "start": 1249208203,
            "stop": 1249208545
        },
        {
            "start": 1249208549,
            "stop": 1249208751
        },
        {
            "start": 1249208754,
            "stop": 1249210073
        },
        {
            "start": 1249210076,
            "stop": 1249210089
        },
        {
            "start": 1249210092,
            "stop": 1249211068
        },
        {
            "start": 1249211071,
            "stop": 1249212056
        },
        {
            "start": 1249212059,
            "stop": 1249212835
        },
        {
            "start": 1249212838,
            "stop": 1249213363
        },
        {
            "start": 1249213366,
            "stop": 1249213491
        },
        {
            "start": 1249213492,
            "stop": 1249213865
        },
        {
            "start": 1249213868,
            "stop": 1249214262
        },
        {
            "start": 1249214265,
            "stop": 1249214376
        }
    ]
}