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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5626",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5627,
    "results": [
        {
            "start": 874483964,
            "stop": 874484031
        },
        {
            "start": 874484034,
            "stop": 874484101
        },
        {
            "start": 874484104,
            "stop": 874484369
        },
        {
            "start": 874484372,
            "stop": 874484508
        },
        {
            "start": 874484511,
            "stop": 874484654
        },
        {
            "start": 874484657,
            "stop": 874484677
        },
        {
            "start": 874484680,
            "stop": 874484757
        },
        {
            "start": 874484760,
            "stop": 874484806
        },
        {
            "start": 874484810,
            "stop": 874485020
        },
        {
            "start": 874485023,
            "stop": 874485118
        },
        {
            "start": 874485121,
            "stop": 874485379
        },
        {
            "start": 874485382,
            "stop": 874485546
        },
        {
            "start": 874485550,
            "stop": 874485564
        },
        {
            "start": 874485567,
            "stop": 874485597
        },
        {
            "start": 874485601,
            "stop": 874485758
        },
        {
            "start": 874485761,
            "stop": 874486051
        },
        {
            "start": 874486054,
            "stop": 874486104
        },
        {
            "start": 874486107,
            "stop": 874486793
        },
        {
            "start": 874486797,
            "stop": 874486828
        },
        {
            "start": 874486831,
            "stop": 874486970
        }
    ]
}