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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=161",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=159",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 160,
    "results": [
        {
            "start": 1418955798,
            "stop": 1418957410
        },
        {
            "start": 1418957415,
            "stop": 1418966096
        },
        {
            "start": 1418966101,
            "stop": 1418969975
        },
        {
            "start": 1418969979,
            "stop": 1418969988
        },
        {
            "start": 1418969998,
            "stop": 1418970009
        },
        {
            "start": 1418970014,
            "stop": 1418970094
        },
        {
            "start": 1418992333,
            "stop": 1418993729
        },
        {
            "start": 1418993734,
            "stop": 1418995770
        },
        {
            "start": 1418995775,
            "stop": 1418998181
        },
        {
            "start": 1418998185,
            "stop": 1418999892
        },
        {
            "start": 1418999897,
            "stop": 1419000377
        },
        {
            "start": 1419000382,
            "stop": 1419001348
        },
        {
            "start": 1419012801,
            "stop": 1419013477
        },
        {
            "start": 1419143196,
            "stop": 1419151864
        },
        {
            "start": 1419151869,
            "stop": 1419158673
        },
        {
            "start": 1419165129,
            "stop": 1419167211
        },
        {
            "start": 1419167216,
            "stop": 1419168648
        },
        {
            "start": 1419189930,
            "stop": 1419196236
        },
        {
            "start": 1419196239,
            "stop": 1419198289
        },
        {
            "start": 1419205697,
            "stop": 1419207932
        }
    ]
}