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/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7183
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7184",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7182",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7183,
    "results": [
        {
            "start": 874531417,
            "stop": 874531875
        },
        {
            "start": 874531876,
            "stop": 874532040
        },
        {
            "start": 874532100,
            "stop": 874532573
        },
        {
            "start": 874532574,
            "stop": 874532864
        },
        {
            "start": 874532865,
            "stop": 874533256
        },
        {
            "start": 874533257,
            "stop": 874533556
        },
        {
            "start": 874533557,
            "stop": 874534066
        },
        {
            "start": 874534068,
            "stop": 874534592
        },
        {
            "start": 874534892,
            "stop": 874534897
        },
        {
            "start": 874534899,
            "stop": 874534944
        },
        {
            "start": 874534949,
            "stop": 874534953
        },
        {
            "start": 874534957,
            "stop": 874534963
        },
        {
            "start": 874534965,
            "stop": 874534967
        },
        {
            "start": 874534968,
            "stop": 874534985
        },
        {
            "start": 874534986,
            "stop": 874535071
        },
        {
            "start": 874535077,
            "stop": 874535163
        },
        {
            "start": 874535165,
            "stop": 874535213
        },
        {
            "start": 874535214,
            "stop": 874535217
        },
        {
            "start": 874535218,
            "stop": 874535221
        },
        {
            "start": 874535222,
            "stop": 874535224
        }
    ]
}