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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46638",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46639,
    "results": [
        {
            "start": 875019367,
            "stop": 875019382
        },
        {
            "start": 875019383,
            "stop": 875019385
        },
        {
            "start": 875019386,
            "stop": 875019388
        },
        {
            "start": 875019390,
            "stop": 875019416
        },
        {
            "start": 875019417,
            "stop": 875019430
        },
        {
            "start": 875019431,
            "stop": 875019437
        },
        {
            "start": 875019438,
            "stop": 875019449
        },
        {
            "start": 875019450,
            "stop": 875019512
        },
        {
            "start": 875019513,
            "stop": 875019514
        },
        {
            "start": 875019515,
            "stop": 875019524
        },
        {
            "start": 875019526,
            "stop": 875019566
        },
        {
            "start": 875019567,
            "stop": 875019577
        },
        {
            "start": 875019578,
            "stop": 875019586
        },
        {
            "start": 875019589,
            "stop": 875019593
        },
        {
            "start": 875019594,
            "stop": 875019599
        },
        {
            "start": 875019600,
            "stop": 875019612
        },
        {
            "start": 875019617,
            "stop": 875019646
        },
        {
            "start": 875019649,
            "stop": 875019704
        },
        {
            "start": 875019705,
            "stop": 875019709
        },
        {
            "start": 875019710,
            "stop": 875019722
        }
    ]
}